Updated changelogs

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@361 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2011-01-05 10:12:52 +00:00
parent b63dcd31bd
commit 5a2521c2e6
3 changed files with 20 additions and 1 deletions

View File

@@ -2,6 +2,11 @@
#============================================================================================ #============================================================================================
OpenMesh 2.0.1 ( Rev 360 ):
* Core
- Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch)
* Build System
- Updated debian dir (thanks to Jean Pierre Charalambos)
OpenMesh 2.0 ( Rev 356 ): OpenMesh 2.0 ( Rev 356 ):

View File

@@ -7,6 +7,20 @@
<!-- --------------------------------------------------------------------- --> <!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0.1</b> (?/?/?,Rev.360)</td><td>
<b>Core</b>
<ul>
<li>Work with gcc 4.6: ptrdiff_t not correctly included from std, Thanks to Ville Heiskanen for the patch)</li>
</ul>
<b>Build System</b>
<ul>
<li>Updated debian dir (thanks to Jean Pierre Charalambos)</li>
</ul>
</tr>
<tr valign=top><td><b>2.0</b> (2010/12/21,Rev.356)</td><td> <tr valign=top><td><b>2.0</b> (2010/12/21,Rev.356)</td><td>
<b>Core</b> <b>Core</b>

View File

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