Updated Changelog, changed to 2.0

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@348 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2010-12-01 11:53:31 +00:00
parent a14aa7a2de
commit 63408ad8ea
3 changed files with 15 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0-RC6</b> (?/?/?,Rev.337)</td><td>
<tr valign=top><td><b>2.0</b> (2010/12/1,Rev.348)</td><td>
<b>Core</b>
<ul>
@@ -18,15 +18,23 @@
<li>Added halfedge colors</li>
</ul>
<b>IO</b>
<ul>
<li>PLY Reader: Avoid failure of file writing if face colors or face normals are requested for PLY files.</li>
</ul>
<b>Math</b>
<ul>
<li>Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this)</li>
<li>Added some vector norm functions for L1 norm, and absolute mean,max,min(Thanks to Michal Nociar)</li>
</ul>
<b>Tools</b>
<ul>
<li>OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code)</li>
<li>Added Sqrt3InterpolatingSubdividerLabsikGreinerT and ModifiedButterFlyT (Thanks to Clément Courbet for providing the code)</li>
</ul>
<b>Apps</b>