Updated Changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@299 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2010-03-03 15:21:04 +00:00
parent b93aa15dea
commit ab7e838d90
2 changed files with 10 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
#============================================================================================
OpenMesh 2.0-RC5 ( Rev 296 ):
OpenMesh 2.0-RC5 ( Rev 299 ):
* Core
- Fixed build error in function calc_dihedral_angle_fast
@@ -34,6 +34,9 @@ OpenMesh 2.0-RC5 ( Rev 296 ):
- Fixed a lot of doxygen warnings
- Fixed some spellings
* Build System
- Fixed rpath issue when building and installing on MacOS
OpenMesh 2.0-RC4 ( Rev 227 ):
* Core
- Added function for direct access to property vectors

View File

@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0-RC5</b> (2010/03/03,Rev.296)</td><td>
<tr valign=top><td><b>2.0-RC5</b> (2010/03/03,Rev.299)</td><td>
<b>Core</b>
<ul>
@@ -47,6 +47,11 @@
<li>Fixed some spellings</li>
</ul>
<b>Build System</b>
<ul>
<li>Fixed rpath issue when building and installing on MacOS</li>
</ul>
</tr>