Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@479 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-12-01 17:04:17 +00:00
parent 73f5a1fe89
commit 2286cb677f

View File

@@ -8,7 +8,7 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.473)</td><td> <tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.478)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>
@@ -32,7 +32,10 @@
<ul> <ul>
<li>OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).</li> <li>OFF Reader: Fixed crash on some files containing empty lines(Thanks to R.Schneider for the fix)).</li>
<li>STL Reader: Add empty mesh when reading empty stl file (don't fail as this is still a valid file)</li> <li>STL Reader: Add empty mesh when reading empty stl file (don't fail as this is still a valid file)</li>
<li>PLY Reader: Support normals (Thanks to Bruno Dutailly)</li> <li>PLY Reader: Support vertex normals (Thanks to Bruno Dutailly)</li>
<li>PlY Writer: vertex normal support (Thanks to Bruno Dutailly)</li>
<li>OBJ Reader: support for vertex colors after vertices or Vertex colors as separate lines. (Thanks to Bruno Dutailly)</li>
<li>OBJ Reader: Handle objs without faces(Thanks to Bruno Dutailly)</li>
<li>Added trim functions to BaseReader</li> <li>Added trim functions to BaseReader</li>
</ul> </ul>
@@ -54,6 +57,8 @@
<li>Added test for FaceFaceiter (with and without holes)</li> <li>Added test for FaceFaceiter (with and without holes)</li>
<li>Added test for collapse and is_collapse_ok operations</li> <li>Added test for collapse and is_collapse_ok operations</li>
<li>Added test for ply reader(points only)</li> <li>Added test for ply reader(points only)</li>
<li>Added tests for vertex colors in obj files</li>
<li>Added tests for ply reader with and without normals, ascii mode</li>
</ul> </ul>
<b>Doc</b> <b>Doc</b>