Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@408 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-09-01 10:40:45 +00:00
parent 285cdae318
commit 4b4e6265d1
2 changed files with 20 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.396)</td><td>
<tr valign=top><td><b>2.0.2</b> (?/?/?,Rev.407)</td><td>
<b>Core</b>
<ul>
@@ -16,11 +16,22 @@
<li>Implemented split_edge ( split(edgehandle,vertexhandle) ) for poly meshes</li>
<li>Fixed compiler error because of extra ','</li>
<li>Fixed some compiler warnings</li>
<li>Added patch to speed up add_face function(Thanks to Stephen Webb).</li>
</ul>
<b>IO</b>
<ul>
<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>
</ul>
<b>Build System</b>
<ul>
<li>Append a 'd' to the lib name if in debug mode and not in release mode</li>
<li>Changed build directory contents on Mac (Build all binaries in Build dir only)</li>
<li>Disable Fixbundle on Mac (not required at the moment and hangs forever)</li>
<li>Added basic unittest directory and uild system (build explicitly with make unittests)</li>
</ul>
</tr>