Updated Changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@258 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2010-01-04 12:03:51 +00:00
parent 9da1a2c1a7
commit 345dfd75e6
2 changed files with 3 additions and 1 deletions

View File

@@ -2,7 +2,7 @@
#============================================================================================ #============================================================================================
OpenMesh 2.0-RC5 ( Rev 256 ): OpenMesh 2.0-RC5 ( Rev 258 ):
* Core * Core
- Fixed build error in function calc_dihedral_angle_fast - Fixed build error in function calc_dihedral_angle_fast
@@ -13,6 +13,7 @@ OpenMesh 2.0-RC5 ( Rev 256 ):
* Readers/Writers * Readers/Writers
- Fixed build error in STL writer - Fixed build error in STL writer
- Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch) - Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)
- Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)
* Documentation * Documentation
- Added mesh navigation tutorial - Added mesh navigation tutorial

View File

@@ -21,6 +21,7 @@
<ul> <ul>
<li>Fixed build error in STL writer</li> <li>Fixed build error in STL writer</li>
<li>Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)</li> <li>Fixed and enhanced PLY reader to improve handling of unknown properties (Thanks to Michal Nociar for the patch)</li>
<li>Fixed crash in Offreader with DOS line endings. (Thanks to Adrian Secord for the patch)</li>
</ul> </ul>
<b>Documentation</b> <b>Documentation</b>