From d149d676063958944a0dbdc826aa2307472bee69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 12 Apr 2011 08:55:26 +0000 Subject: [PATCH] Updated Changelogs git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@390 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 11 ++++++++++- Doc/history.docu | 14 +++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 042a0dce..b37ad720 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,13 @@ #============================================================================================ -OpenMesh 2.0.1 ( Rev 376 ): +OpenMesh 2.0.1 ( Rev 389 ): +* Apps +- Get rid of glew dependencies +- Remove a lot of unused qt libraries which were linked before +- Do not link libXi and Xmu as we don't need it +- Added two new subdivision schemes (Interpolating Sqrt3 Labsik-Greiner and Modified Butterfly) to subdivider applications + * Core - Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch) @@ -14,13 +20,16 @@ OpenMesh 2.0.1 ( Rev 376 ): - Removed glew depedency - Only one fixbundle on mac and windows - Run fixbundle only in standalone mode +- Run fixbundle only once - Change debian control to reduce dependencies (glew,some qt libs) +- Fixed BUILD_APPS macro * Documentation - Fixed error in image about edge collapses - Fixed wrong strip path in doxygen settings - Fixed compilation instructions for mac - Switched to white background with black text +- Removed glew from docs OpenMesh 2.0 ( Rev 356 ): diff --git a/Doc/history.docu b/Doc/history.docu index 3b699161..cd4ba6a0 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -8,7 +8,16 @@ -2.0.1 (?/?/?,Rev.376) +2.0.1 (?/?/?,Rev.389) + +Apps + + Core Documentation @@ -34,6 +45,7 @@
  • Fixed wrong strip path in doxygen settings
  • Fixed compilation instructions for mac
  • Switched to white background with black text
  • +
  • Removed glew from docs