From 6bffef55a866f3be5f7a36dc42297da2d9344b5a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Fri, 1 Jul 2011 07:15:20 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@397 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 10 +++++++++- Doc/history.docu | 15 ++++++++++++++- 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 836aff9d..1e5e1350 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,15 @@ #============================================================================================ -OpenMesh 2.0.2 ( Rev 389 ): +OpenMesh 2.0.2 ( Rev 396 ): +* Core +- Implemented is_collapse_ok for polymeshes +- Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes +- Fixed compiler error because of extra ',' +- Fixed some compiler warnings + +* IO +- OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)). OpenMesh 2.0.1 ( Rev 389 ): diff --git a/Doc/history.docu b/Doc/history.docu index 928745da..c237ee21 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -8,7 +8,20 @@ -2.0.2 (?/?/?,Rev.389) +2.0.2 (?/?/?,Rev.396) + +Core + + +IO +