Updated Changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@220 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-11-14 13:41:12 +00:00
parent 0d6a426f25
commit 86b53bf930
2 changed files with 5 additions and 3 deletions

View File

@@ -2,11 +2,12 @@
#============================================================================================ #============================================================================================
OpenMesh 2.0-RC4 ( Rev 218 ): OpenMesh 2.0-RC4 ( Rev 220 ):
* Core * Core
- Added function for direct access to property vectors - Added function for direct access to property vectors
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked. - Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
- Fixed bug in handle() function when getting handle from given Halfedge (Thanks to Rob Patro) - Fixed bug in handle() function when getting handle from given Halfedge (Reported by Rob Patro)
- Memory leak in assignment Operator (Reported by Meng Luan, Thanks to Ilya A. Kriveshko for the patch)
* Readers/Writers * Readers/Writers
- Fixed reading ply files with unknown properties - Fixed reading ply files with unknown properties

View File

@@ -12,7 +12,8 @@
<ul> <ul>
<li> Added function for direct access to property vectors</li> <li> Added function for direct access to property vectors</li>
<li> Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.</li> <li> Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.</li>
<li> Fixed bug in handle() function when getting handle from given Halfedge (Thanks to Rob Patro) </li> <li> Fixed bug in handle() function when getting handle from given Halfedge (Reported by Rob Patro)</li>
<li> Memory leak in assignment Operator (Reported by Meng Luan, Thanks to Ilya A. Kriveshko for the patch)</li>
</ul> </ul>
<b>Readers/Writers</b> <b>Readers/Writers</b>