Updated Changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@212 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-28 12:17:20 +00:00
parent a56c45e2d3
commit 6d68f1f604
2 changed files with 5 additions and 1 deletions

View File

@@ -2,10 +2,11 @@
#============================================================================================
OpenMesh 2.0-RC4 ( Rev 202 ):
OpenMesh 2.0-RC4 ( Rev 211 ):
* Core
- Added function for direct access to property vectors
- 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)
* Readers/Writers
- Fixed reading ply files with unknown properties
@@ -32,6 +33,7 @@ OpenMesh 2.0-RC4 ( Rev 202 ):
- Added Tutorial on deleting geometry
- Fixed Traits example
- Other minor fixes
- Added tutorials as compileable source code
OpenMesh 2.0-RC3 ( Rev 138 ):

View File

@@ -12,6 +12,7 @@
<ul>
<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 bug in handle() function when getting handle from given Halfedge (Thanks to Rob Patro) </li>
</ul>
<b>Readers/Writers</b>
@@ -42,6 +43,7 @@
<li> Added Tutorial on deleting geometry</li>
<li> Fixed Traits example</li>
<li> Other minor fixes</li>
<li> Added tutorials as compileable source code</li>
</ul>
</tr>