Updated Changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@218 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-11-14 13:22:34 +00:00
parent 7785d26079
commit 55dfbc9337
2 changed files with 15 additions and 4 deletions

View File

@@ -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 ):