From 431350d21651675fdac8ca76648a23a4998ebc61 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Wed, 2 Sep 2009 15:33:07 +0000 Subject: [PATCH] Switch OpenMesh to RC4 git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@203 fdac6126-5c0c-442c-9429-916003d36597 --- CHANGELOG | 32 ++++++++++++++++++++++++++++++++ Doc/history.docu | 34 ++++++++++++++++++++++++++++++++++ VERSION | 2 +- 3 files changed, 67 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index af2c06b3..d41cc694 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/Doc/history.docu b/Doc/history.docu index 79b1b269..acd505cd 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -5,6 +5,40 @@ + + + diff --git a/VERSION b/VERSION index a78e6ec8..5402d946 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -VERSION=2.0-RC3 +VERSION=2.0-RC4 MAJOR=2 MINOR=0 PATCH=0
2.0-RC4 (2009/?/?) +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
  • + +