diff --git a/.gitattributes b/.gitattributes index 8ad42df4aa4..19fab3fb168 100644 --- a/.gitattributes +++ b/.gitattributes @@ -38,6 +38,7 @@ # Declare files that will always have LF line endings on checkout. Documentation/Doxyfile text eol=lf Documentation/pkglist_filter text eol=lf +Installation/update_CHANGES text eol=lf Scripts/developer_scripts/autotest_cgal text eol=lf Scripts/developer_scripts/autotest_cgal_with_cmake text eol=lf Scripts/developer_scripts/cgal_build text eol=lf diff --git a/Installation/CHANGES b/Installation/CHANGES index abdf280973a..f69b9fa9a3a 100644 --- a/Installation/CHANGES +++ b/Installation/CHANGES @@ -1,7 +1,7 @@ -------------------------------- Release 4.5.2 -------------------------------- -Release date: January 2015 +Release date: February 2015 * General @@ -11,6 +11,18 @@ Release date: January 2015 That prevented the compilation with Microsoft Visual Studio 2013. +* 3D Convex Hulls + + - Fix a non-robust predicate bug that was showing up when input points where + lexicographically sorted. + + +* 3D Mesh Generation + + - Fix a bug in the sliver perturbation optimization method. It could create + some holes on the surface of the mesh. + + -------------------------------- Release 4.5.1 -------------------------------- Release date: December 2014 diff --git a/Installation/changes.html b/Installation/changes.html index 5572424bd43..c68731c1a06 100644 --- a/Installation/changes.html +++ b/Installation/changes.html @@ -59,7 +59,7 @@
| 4.5.2 | (January 2015) + |
| 4.5.2 | (February 2015) |
| 4.5.1 | (December 2014) |
| 4.5 | (October 2014) |
| 4.4 | (April 2014)
@@ -113,7 +113,7 @@ and src/ directories).
Release 4.5.2
-
Release date: January 2015 +Release date: February 2015 General
src/ directories).
3D Convex Hulls
3D Mesh Generation
|