Updated changelog

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@639 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-08-01 07:12:45 +00:00
parent bbd81b0211
commit d692d1a00a

View File

@@ -7,7 +7,7 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.2.1</b> (?/?/?,Rev.622)</td><td> <tr valign=top><td><b>2.2.1</b> (?/?/?,Rev.638)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>
@@ -23,11 +23,20 @@
<li>Fix: OM Reader used different types on 32/64-bit systems. (Thanks to Martin Bayer for the patch)</li> <li>Fix: OM Reader used different types on 32/64-bit systems. (Thanks to Martin Bayer for the patch)</li>
</ul> </ul>
<b>IO</b>
<ul>
<li>Core/Utils: Added PropertyManager class.</li>
</ul>
<b>Unittests</b> <b>Unittests</b>
<ul> <ul>
<li>Added unittest for OBJ texture coordinates.</li> <li>Added unittest for OBJ texture coordinates.</li>
<li>Added unittests for add_face.</li> <li>Added unittests for add_face.</li>
<li>Added unittest for getting handles and faces from the iterator.</li> <li>Added unittest for getting handles and faces from the iterator.</li>
<li>Added unittest for creating a cube with 6 quads in a poly mesh.</li>
<li>Added unittest adding a cube with 12 faces triangulated to a trimesh.</li>
<li>Fixed gcc-4.7 warnings.</li>
</ul> </ul>
<b>Tools</b> <b>Tools</b>
@@ -49,6 +58,8 @@
<li>Updated the Compiler flags construction to remove some unnecessary warnings with clang</li> <li>Updated the Compiler flags construction to remove some unnecessary warnings with clang</li>
<li>Don't add the largeaddressaware flag when building with mingw</li> <li>Don't add the largeaddressaware flag when building with mingw</li>
<li>Readded missing DOXY_IGNORE_THIS definition to doxygen file</li> <li>Readded missing DOXY_IGNORE_THIS definition to doxygen file</li>
<li>Output OpenMesh Build type in cmake header printout</li>
<li>Windows: Extended min max warning to allow undefs</li>
</ul> </ul>