Switch OpenMesh to RC4

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@203 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-09-02 15:33:07 +00:00
parent 0de8be3f42
commit 431350d216
3 changed files with 67 additions and 1 deletions

View File

@@ -2,6 +2,38 @@
#============================================================================================
OpenMesh 2.0-RC4 ( Rev 202 ):
* Core
- Added function for direct access to property vectors
- Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.
* Readers/Writers
- Fixed reading ply files with unknown properties
- Added support for texture coordinates in ply files
- OMFromat -> Fixed empty template parameter issue under msvc
- OBJReader -> fixed loading multiple objs with material files
* Build system
- Added missing c files
- Build shared and static version under linux (cmake)
- Added -DBUILD_APPS=OFF cmake flag to skip building of apps (cmake)
- Added install target (cmake)
- Added doc target (cmake)
- Added doc-install target (cmake)
- Generate sonames under linux (cmake)
- Debian build dir for building Debian packages (Thanks to Jean Pierre Charalambos)
- Package generator for windows. Builds an setup file containing precompiled static libs and includes for windows.
* Documentation
- Updated properties tutorial to include all request_... functions
- Updates for build instructions
- Added Tutorial on deleting geometry
- Fixed Traits example
- Other minor fixes
OpenMesh 2.0-RC3 ( Rev 138 ):
* License

View File

@@ -5,6 +5,40 @@
<table border=1 cellpadding=4 cellspacing=2>
<!-- --------------------------------------------------------------------- -->
<tr valign=top><td><b>2.0-RC4</b> (2009/?/?)</td><td>
<b>Core</b>
<li> Added function for direct access to property vectors</li>
<li> Fixed clear functions to swap vectors. This frees OpenMesh memory when clear is invoked.</li>
<b>Readers/Writers</b>
<li> Fixed reading ply files with unknown properties</li>
<li> Added support for texture coordinates in ply files</li>
<li> OMFromat -> Fixed empty template parameter issue under msvc</li>
<li> OBJReader -> fixed loading multiple objs with material files</li>
<b>Build system</b>
<li> Added missing c files</li>
<li> Build shared and static version under linux (cmake)</li>
<li> Added -DBUILD_APPS=OFF cmake flag to skip building of apps (cmake)</li>
<li> Added install target (cmake)</li>
<li> Added doc target (cmake)</li>
<li> Added doc-install target (cmake)</li>
<li> Generate sonames under linux (cmake)</li>
<li> Debian build dir for building Debian packages (Thanks to Jean Pierre Charalambos)</li>
<li> Package generator for windows. Builds an setup file containing precompiled static libs and includes for windows.</li>
<b>Documentation</b>
<li> Updated properties tutorial to include all request_... functions</li>
<li> Updates for build instructions</li>
<li> Added Tutorial on deleting geometry</li>
<li> Fixed Traits example</li>
<li> Other minor fixes</li>
</tr>
<!-- --------------------------------------------------------------------- -->

View File

@@ -1,4 +1,4 @@
VERSION=2.0-RC3
VERSION=2.0-RC4
MAJOR=2
MINOR=0
PATCH=0