diff --git a/Doc/history.docu b/Doc/history.docu
index c3913919..0ecb803d 100644
--- a/Doc/history.docu
+++ b/Doc/history.docu
@@ -8,7 +8,7 @@
-
| 2.0.2 (?/?/?,Rev.421) |
+ |
| 2.0.2 (?/?/?,Rev.439) |
Core
@@ -29,6 +29,7 @@
Unittests
+- Enabled unittests for windows
- Added test for VertexIter
- Added test for EdgeIter
- Added test for VertexFaceiter (with and without holes)
@@ -39,6 +40,8 @@
- Document that if OpenMesh is linked statically OM_STATIC_BUILD has to be defined on the executable to make readers work correctly
- Improved MeshIO Documentation
+- Added doc about Skipping Iterators
+- Document behaviour of circulators on deleted elements
- Get rid of most doxygen warnings
@@ -48,6 +51,10 @@
- Changed build directory contents on Mac (Build all binaries in Build dir only)
- Disable Fixbundle on Mac (not required at the moment and hangs forever)
- Added unittest directory and Build system (build explicitly with make unittests)
+- Skip fixbundle when building without apps on windows
+- On windows: If release and debug libs are build in same directory, install them both
+- On windows: Make sure that all dlls are copied
+- On windows: create start menu shortcut to Documentation
|