From 55dfbc9337bece41101aaa26b6fefe19b476359f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Sat, 14 Nov 2009 13:22:34 +0000 Subject: [PATCH] Updated Changelogs git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@218 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 10 +++++++--- Doc/history.docu | 9 ++++++++- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 8ffaf315..9e155366 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ #============================================================================================ -OpenMesh 2.0-RC4 ( Rev 213 ): +OpenMesh 2.0-RC4 ( Rev 218 ): * Core - Added function for direct access to property vectors - Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked. @@ -11,8 +11,9 @@ OpenMesh 2.0-RC4 ( Rev 213 ): * Readers/Writers - Fixed reading ply files with unknown properties - Added support for texture coordinates in ply files -- OMFromat -> Fixed empty template parameter issue under msvc -- OBJReader -> fixed loading multiple objs with material files +- OMFromat -> Fixed empty template parameter issue under msvc +- OBJReader -> Fixed loading multiple objs with material files +- OBJWriter -> Fixed writing of normals, Missing / when skipping texture coordinates * Build system @@ -36,6 +37,9 @@ OpenMesh 2.0-RC4 ( Rev 213 ): - Other minor fixes - Added tutorials as compileable source code +* Misc +- Updated debian dir to build debs (Thanks to Jean Pierre Charalambos) + OpenMesh 2.0-RC3 ( Rev 138 ): diff --git a/Doc/history.docu b/Doc/history.docu index d74f08fa..3acaf90a 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,7 +7,7 @@ -2.0-RC4 (2009/?/?) +2.0-RC4 (2009/?/?,Rev.218) Core Build system @@ -47,6 +48,12 @@
  • Added tutorials as compileable source code
  • +Misc + + +