diff --git a/CHANGELOG b/CHANGELOG index 26019c5978da8ce10d1efe4a07138295a05dedc1..9fff934223c471eec477a5a9ac8a90f6af488178 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -3,7 +3,7 @@ #============================================================================================ -OpenMesh 2.0-RC6 ( Rev 337 ): +OpenMesh 2.0 ( Rev 348 ): * Core - Improve computation of normals for poly meshes ( now the average normal is taken not the normal of one triangle) @@ -12,12 +12,16 @@ OpenMesh 2.0-RC6 ( Rev 337 ): - Setting associated handles of iterator types invalid if reference mesh contains none of the respective entities. - Added halfedge colors +* IO +- PLY Reader: Avoid failure of file writing if face colors or face normals are requested for PLY files. * Math - Added missing include of string.h to VectorT.hh (Thanks to Justin Bronder for reporting this) +- Added some vector norm functions for L1 norm, and absolute mean,max,min(Thanks to Michal Nociar) * Tools - OpenMesh mesh dual generator added (Thanks to Clement Courbet for providing the code) +- Added Sqrt3InterpolatingSubdividerLabsikGreinerT and ModifiedButterFlyT (Thanks to Clément Courbet for providing the code) * Apps - OpenMesh mesh dual generator application added (Thanks to Clement Courbet for providing the code) diff --git a/Doc/history.docu b/Doc/history.docu index 6111b41f09221f8968e06b3c864530c53a46e455..367c65a5596ddec7aabedc0c9e184c84e3646ded 100644 --- a/Doc/history.docu +++ b/Doc/history.docu @@ -7,7 +7,7 @@ -2.0-RC6 (?/?/?,Rev.337) +2.0 (2010/12/1,Rev.348) Core + +IO + + Math Tools Apps diff --git a/VERSION b/VERSION index 84f302d9e99897885ccb1b97b559ae3e93bca761..4aaf359c1990168582fc16706d37b8829d28fbec 100644 --- a/VERSION +++ b/VERSION @@ -1,4 +1,4 @@ -VERSION=2.0-RC6 +VERSION=2.0 MAJOR=2 MINOR=0 PATCH=0