From 823b0486d5d7645c17c6840084980aac5221babe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 20 Mar 2015 12:06:52 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@1248 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index fff109c2..146bef7b 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -16,6 +16,7 @@ they are also faster, as the require one check less then the old ones.)
  • Implement a warning on the operator-- of the old iterators. It was possible to use them to iterate from begin into negative direction. At boundaries, that did not work correctly and visited one entity twice. The warning can be disabled via cmake or define (-DNO_DECREMENT_DEPRECATED_WARNINGS ).
  • +
  • Fixed wrong normal calculation in calc_face_normal for Poly Meshes. closes #2427
  • IO @@ -58,6 +59,7 @@
  • Python Bindings: fixed a cmake warning on os x (Policy CMP0042: MACOSX_RPATH)
  • fix windows warning about unknown preprocessor define
  • Default to release build type if not selected via cmake. Only on non Win platforms
  • +
  • No copy after build required for doc, as its copied by doxygen anyway