From 5a2c848369902926f93c0ddc25a80f05071abf44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 18 Oct 2012 07:37:23 +0000 Subject: [PATCH] Updated changelog git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@751 fdac6126-5c0c-442c-9429-916003d36597 --- Doc/changelog.docu | 18 +++++++++++++++--- 1 file changed, 15 insertions(+), 3 deletions(-) diff --git a/Doc/changelog.docu b/Doc/changelog.docu index 776d8b33..ed69b613 100644 --- a/Doc/changelog.docu +++ b/Doc/changelog.docu @@ -7,7 +7,7 @@ -2.2.1 (?/?/?,Rev.729) +2.2.1 (?/?/?,Rev.750) Todo changelogs : 685 @@ -25,6 +25,8 @@
  • Added flag to the property copy functions, if the standard properties should be copied along with the user defined ones
  • Added function to remove all primitives from the mesh, but leaving properties attached (mesh.clean() )
  • Avoid double next_halfedge_handle call in collapse_ok
  • +
  • Fixed the usage of vector traits such that the traits are used and not the vector types value_type. (Thanks to Mario Deuss for the patch)
  • +
  • Fixed bug in halfedge normal computation, where a boundary halfedge was not correctly handled and caused a segfault.
  • Decimater @@ -41,11 +43,14 @@ IO Utils @@ -54,6 +59,10 @@
  • Core/Utils: Added a Random Number generator with larger resolution (Windows supports only ~32k which is extended by this generator
  • +Apps + Unittests