From 2644a452fd8ae9f0ef7c78242c2200738efb9eb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 18 Nov 2009 07:46:03 +0000 Subject: [PATCH] Updated Changelogs git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@224 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 4 +++- Doc/history.docu | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index fd66b757..89a51c8c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -2,7 +2,7 @@ #============================================================================================ -OpenMesh 2.0-RC4 ( Rev 220 ): +OpenMesh 2.0-RC4 ( Rev 224 ): * Core - Added function for direct access to property vectors - Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked. @@ -12,6 +12,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ): * Readers/Writers - Fixed reading ply files with unknown properties - Added support for texture coordinates in ply files +- Add additional interface to readers/writers to use streams directly (allows direct writing to a streams) - 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 @@ -31,6 +32,7 @@ OpenMesh 2.0-RC4 ( Rev 220 ): * Documentation +- Updated Documentation Mainpage - Updated properties tutorial to include all request_... functions - Updates for build instructions - Added Tutorial on deleting geometry diff --git a/Doc/history.docu b/Doc/history.docu index c8652222..946f10be 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,7 +7,7 @@ -2.0-RC4 (2009/?/?,Rev.218) +2.0-RC4 (2009/?/?,Rev.224) Core