Updated changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@364 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-01-26 09:39:43 +00:00
parent 18f98129d8
commit 07e17fd9d9
2 changed files with 11 additions and 2 deletions

View File

@@ -2,9 +2,13 @@
#============================================================================================ #============================================================================================
OpenMesh 2.0.1 ( Rev 360 ): OpenMesh 2.0.1 ( Rev 363 ):
* Core * Core
- Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch) - Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch)
* Tools
- Fixed bug in decimater where boundary check was using the wrong halfege(Thanks to Michal Nociar for the patch)
* Build System * Build System
- Updated debian dir (thanks to Jean Pierre Charalambos) - Updated debian dir (thanks to Jean Pierre Charalambos)

View File

@@ -8,12 +8,17 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0.1</b> (?/?/?,Rev.360)</td><td> <tr valign=top><td><b>2.0.1</b> (?/?/?,Rev.363)</td><td>
<b>Core</b> <b>Core</b>
<ul> <ul>
<li>Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch)</li> <li>Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch)</li>
</ul> </ul>
<b>Tools</b>
<ul>
<li>Fixed bug in decimater where boundary check was using the wrong halfege(Thanks to Michal Nociar for the patch)</li>
</ul>
<b>Build System</b> <b>Build System</b>
<ul> <ul>
<li>Updated debian dir (thanks to Jean Pierre Charalambos)</li> <li>Updated debian dir (thanks to Jean Pierre Charalambos)</li>