Fix the release date

+ reindent
+ update CHANGES
This commit is contained in:
Laurent Rineau 2015-02-12 17:32:28 +01:00
parent 98a4fce6ee
commit e3de928e26
3 changed files with 20 additions and 6 deletions

1
.gitattributes vendored
View File

@ -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

View File

@ -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

View File

@ -59,7 +59,7 @@
<td width="28%">
<table CELLSPACING=0>
<tr><td><a href="#release4.5.2">4.5.2</a>&nbsp;<td> (January 2015)
<tr><td><a href="#release4.5.2">4.5.2</a>&nbsp;<td> (February 2015)
<tr><td><a href="#release4.5.1">4.5.1</a>&nbsp;<td> (December 2014)
<tr><td><a href="#release4.5">4.5</a>&nbsp;<td> (October 2014)
<tr><td><a href="#release4.4">4.4</a>&nbsp;<td> (April 2014)
@ -113,7 +113,7 @@ and <code>src/</code> directories).
<h2 id="release4.5.2">Release 4.5.2</h2>
<div>
<p>Release date: January 2015</p>
<p>Release date: February 2015</p>
<h3>General</h3>
<ul>
@ -124,12 +124,13 @@ and <code>src/</code> directories).
</ul>
<h3>3D Convex Hulls</h3>
<ul>
<li> Fix a non-robust predicate bug that was showing up when input points where lexicographically sorted.</li>
<li> Fix a non-robust predicate bug that was showing up when input
points where lexicographically sorted.</li>
</ul>
<h3>3D Mesh Generation</h3>
<ul>
<li>Fix a bug in the sliver perturbation optimization method.
It could create some holes on the surface of the mesh.</li>
<li>Fix a bug in the sliver perturbation optimization method. It could
create some holes on the surface of the mesh.</li>
</ul>
</div>