From c8cacc83c03fbd2f61f61d089a8ecded1baa4e57 Mon Sep 17 00:00:00 2001
From: Laurent Rineau
Date: Wed, 11 Apr 2012 17:03:36 +0000
Subject: [PATCH] Changes for CGAL-4.0.1 that were not yet written
---
Installation/changes.html | 26 ++++++++++++++++++++++++--
1 file changed, 24 insertions(+), 2 deletions(-)
diff --git a/Installation/changes.html b/Installation/changes.html
index bd4d957c22b..02f0bc7250d 100644
--- a/Installation/changes.html
+++ b/Installation/changes.html
@@ -108,6 +108,7 @@ David A. Wheeler's 'SLOCCount', restricted to the include/CGAL/
+
Release 4.0.1
@@ -118,11 +119,32 @@ David A. Wheeler's 'SLOCCount', restricted to the include/CGAL/
This is a bug fix release. The following has been changed
since CGAL-4.0:
-2D and 3D Geometry Kernel
+ 2D Voronoi Diagram Adaptor (re-added)
-- Fix a bug in the
Segment_3-Triangle_3 intersection function in the case the segment is collinear with a triangle edge..
+ - The package 2D Voronoi Diagram Adaptor was temporarily
+ removed from the CGAL distribution because of license issues. That
+ package is now back into CGAL.
+
+2D and 3D Geometry Kernel
+
+ - Fix a bug in the
Segment_3-Triangle_3 intersection function in the case the segment is collinear with a triangle edge..
+
+
+Algebraic Kernel
+
+ - Avoids linking error "duplicate symbols" when two compilation units
+ using the algebraic kernel are linked.
+
+
+Surface Mesh Generation and 3D Mesh Generation
+
+ - Fix an important bug in the
CGAL_ImageIO library, that
+ could lead to wrong result when meshing from a 3D image.
+
+
+
Release 4.0