From 08556b110ebfcd04528bc02ea8866fbec82fae7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 5 Feb 2014 09:05:00 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@991 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 2ed4cd4c..9ff2f241 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -3.0 (?/?/?,Rev.976) +3.0 (?/?/?,Rev.990) Core IO @@ -32,6 +35,7 @@
  • PropertyManager: Added getMesh property to PropertyManager.
  • Improved C++11-branch of PropertyManager and at the same time fixed compile error with gcc 4.7
  • Put mesh_cast methods into surrounding namespace so clang finds them.
  • +
  • Build fix for getopt.h on Apple. (Thanks to Adam Vandenberg for the fix)
  • Documentation @@ -41,6 +45,8 @@
  • Use short names in Doxygen to prevent windows build failure due to excessive name length
  • Updated doxygen files
  • Use different DOT_FONTNAME
  • +
  • Added hint that collapse needs status attrributes on the mesh
  • +
  • Raised Documentation to Doxyfile 1.8.5
  • Unittests @@ -60,6 +66,7 @@
  • Added flag to activate largeaddressaware option on WIN
  • Removed obsolete ftemplate-depth, as the defaults should be fine
  • Removed outdated VS2008 project file
  • +
  • Use cmake generator targetnames for copying files