Switched to 2.2 Development Version. Updated changelog. refs #463

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@554 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2012-03-05 08:33:32 +00:00
parent b3c91eb26e
commit 99a293fe7e
3 changed files with 17 additions and 6 deletions

View File

@@ -8,7 +8,18 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.1.2</b> (?/?/?,Rev.545)</td><td> <tr valign=top><td><b>2.2</b> (?/?/?,Rev.553)</td><td>
<b>Core</b>
<ul>
<li>Simplified iterators and made them integrate better with the STL. Specifically, value_type has changed from {Vertex,Edge,...} to {Vertex,Edge,...}Handle so that dereferenced iterators can actually be put to use, now.</li>
<li>Consolidated iterator code. Functionally equivalent but way cleaner than before.</li>
</ul>
<b>General</b>
<ul>
<li>Xcode 4.3 compatibility (Fixed issues that caused build errors with XCode 4.3)</li>
</ul>
</tr> </tr>
@@ -17,7 +28,7 @@
<b>Tools</b> <b>Tools</b>
<ul> <ul>
<li>Fixed wrong INCLUDE_TEMPLATE include definition headers for NormalCone, and some decimater modules-</li> <li>Fixed wrong INCLUDE_TEMPLATE include definition headers for NormalCone, and some decimater modules.</li>
</ul> </ul>
<b>Unittests</b> <b>Unittests</b>

2
README
View File

@@ -1,4 +1,4 @@
OpenMesh, 2-1-2 OpenMesh, 2-2-0
~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~
0. Licence 0. Licence

View File

@@ -1,6 +1,6 @@
VERSION=2.1.2 VERSION=2.2
MAJOR=2 MAJOR=2
MINOR=1 MINOR=2
PATCH=2 PATCH=0
ID=OPENMESH ID=OPENMESH