Updated changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@255 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-12-17 13:31:47 +00:00
parent 9fb9ee0334
commit 0836019f91
2 changed files with 4 additions and 2 deletions

View File

@@ -2,11 +2,12 @@
#============================================================================================ #============================================================================================
OpenMesh 2.0-RC5 ( Rev 253 ): OpenMesh 2.0-RC5 ( Rev 255 ):
* Core * Core
- Fixed build error in function calc_dihedral_angle_fast - Fixed build error in function calc_dihedral_angle_fast
- Made iterators/circulators stl compliant - Made iterators/circulators stl compliant
- Provide begin/end functions for circulators
* Readers/Writers * Readers/Writers
- Fixed build error in STL writer - Fixed build error in STL writer

View File

@@ -7,12 +7,13 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.253)</td><td> <tr valign=top><td><b>2.0-RC5</b> (?/?/?,Rev.255)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>
<li>Fixed build error in function calc_dihedral_angle_fast</li> <li>Fixed build error in function calc_dihedral_angle_fast</li>
<li>Made iterators/circulators stl compliant</li> <li>Made iterators/circulators stl compliant</li>
<li>Provide begin/end functions for circulators</li>
</ul> </ul>
<b>Readers/Writers</b> <b>Readers/Writers</b>