From 7d558fb9c7ff1d0f529e9121a2132780c7ef5ee5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Tue, 8 Dec 2009 08:36:28 +0000 Subject: [PATCH] Updated Changelogs git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@253 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 6 +++++- Doc/history.docu | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d63b7b1e..0e72e9c6 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,18 +2,22 @@ #============================================================================================ -OpenMesh 2.0-RC5 ( Rev 243 ): +OpenMesh 2.0-RC5 ( Rev 253 ): * Core - Fixed build error in function calc_dihedral_angle_fast +- Made iterators/circulators stl compliant * Readers/Writers - Fixed build error in STL writer +- Fixed and enhanced PLY reader to better handling of unknown properties (Thanks to Michal Nociar for the patch) * Documentation - Added mesh navigation tutorial - Added iterator tutorial +- Examples for flipping and collapsing edges - Fixed a lot of doxygen warnings +- Fixed some spellings OpenMesh 2.0-RC4 ( Rev 227 ): * Core diff --git a/Doc/history.docu b/Doc/history.docu index 19245cae..e280f969 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,23 +7,27 @@ -2.0-RC5 (?/?/?,Rev.243) +2.0-RC5 (?/?/?,Rev.253) Core Readers/Writers Documentation