From c89c318ef19bd1a118f436eca0e1d13c0d373dd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 7 Oct 2011 16:12:15 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@417 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 12 ++++++++++-- Doc/history.docu | 14 ++++++++++++-- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 0ed0071d..05e06931 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,23 +2,31 @@ #============================================================================================ -OpenMesh 2.0.2 ( Rev 407 ): +OpenMesh 2.0.2 ( Rev 416 ): * Core - Implemented is_collapse_ok for polymeshes - Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes +- Bugfix for #248 (broken end definition for vertexFaceIter). Thanks to Patrik Rauber for reporting this bug. - Fixed compiler error because of extra ',' - Fixed some compiler warnings - Added patch to speed up add_face function(Thanks to Stephen Webb). +- Avoid some compiler warnings * IO - OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)). - STL Reader: Add empty mesh when reading empty stl file (don't fail as this is still a valid file) +* Unittests +- Added test for VertexIter +- Added test for EdgeIter +- Added test for VertexFaceiter (with and without holes) +- Added test for FaceFaceiter (with and without holes) + * Build System - Append a 'd' to the lib name if in debug mode and not in release mode - Changed build directory contents on Mac (Build all binaries in Build dir only) - Disable Fixbundle on Mac (not required at the moment and hangs forever) -- Added basic unittest directory and uild system (build explicitly with make unittests) +- Added unittest directory and Build system (build explicitly with make unittests) OpenMesh 2.0.1 ( Rev 389 ): * Apps diff --git a/Doc/history.docu b/Doc/history.docu index 0024170d..606dd16e 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -8,15 +8,17 @@ -2.0.2 (?/?/?,Rev.407) +2.0.2 (?/?/?,Rev.416) Core IO @@ -25,13 +27,21 @@
  • STL Reader: Add empty mesh when reading empty stl file (don't fail as this is still a valid file)
  • +Unittests + + Build System