Cherry-pick hot fixes from CGAL-4.0-branch:

| ------------------------------------------------------------------------
  | r70257 | lrineau | 2012-07-04 10:41:28 +0200 (Wed, 04 Jul 2012) | 1 line
  | Changed paths:
  |    M /branches/releases/CGAL-4.0-branch/Installation/CMakeLists.txt
  | 
  | Fix CMake error in public releases
  | ------------------------------------------------------------------------
  | r70259 | lrineau | 2012-07-04 11:22:12 +0200 (Wed, 04 Jul 2012) | 1 line
  | Changed paths:
  |    M /branches/releases/CGAL-4.0-branch/Installation/CHANGES
  |    M /branches/releases/CGAL-4.0-branch/Installation/changes.html
  | 
  | Update the changes.html
  | ------------------------------------------------------------------------
This commit is contained in:
Laurent Rineau 2012-07-04 09:36:41 +00:00
parent 0be32be2fd
commit 1bb23e6b09
3 changed files with 47 additions and 13 deletions

View File

@ -4,6 +4,22 @@
Release date:
* Installation
- CGAL-4.1 no longer supports the Intel Compiler version 11.0. The Intel
Compiler version 12.0 is supported instead.
- Improved configuration for essential and optional external third party
software
- Added more general script to create CMakeLists.txt files:
cgal_create_CMakeLists
- Availability tests for C++11 features are now performed with the help of
Boost.Config. A Boost version of 1.40.0 or higher is needed to use C++11
features.
* 2D Convex Hulls and Extreme Points
- Speed up the preprocessing stage of the Akl-Toussaint implementation (used
@ -16,13 +32,6 @@ Release date:
- Minor bugfix; replace some functors by methods.
* Installation
- Availability tests for C++11 features are now performed with the help of
Boost.Config. A Boost version of 1.40.0 or higher is needed to use C++11
features.
* Linear Cell Complex
- Improve the demo: add a widget showing all the volumes and an operation to
@ -40,9 +49,17 @@ Release date:
for backward compatibility.
-------------------------------- Release 4.0.2 --------------------------------
Release date: Jul 2012
This is a bug fix release. It fixes a bug in the CMakeLists.txt for CGAL-4.0.1,
that prevented even building the libraries.
-------------------------------- Release 4.0.1 --------------------------------
Release date: June 2012
Release date: Jul 2012
This is a bug fix release. Apart various minor fixes in the documentation, the
following has been changed since CGAL-4.0:

View File

@ -264,9 +264,13 @@ else()
# it is for example "I" or "Ic"):
if(NOT CGAL_BUGFIX_VERSION GREATER 0 AND NOT CGAL_BUGFIX_VERSION EQUAL 0)
set(CGAL_BUGFIX_VERSION 0)
list( GET CGAL_VERSION_TOKENS 3 CGAL_BUILD_VERSION )
if( CGAL_VERSION_TOKENS_LEN GREATER 3 )
list( GET CGAL_VERSION_TOKENS 3 CGAL_BUILD_VERSION )
endif()
else()
list( GET CGAL_VERSION_TOKENS 4 CGAL_BUILD_VERSION )
if( CGAL_VERSION_TOKENS_LEN GREATER 4 )
list( GET CGAL_VERSION_TOKENS 4 CGAL_BUILD_VERSION )
endif()
endif()
# If CGAL_BUILD_VERSION is not a strictly positive number, error
if(NOT CGAL_BUILD_VERSION GREATER 0)

View File

@ -60,7 +60,8 @@
<table CELLSPACING=0>
<tr><td><a href="#release4.1">4.1</a>&nbsp;<td> (September 2012)
<tr><td><a href="#release4.0.1">4.0.1</a>&nbsp;<td> (June 2012)
<tr><td><a href="#release4.0.2">4.0.2</a>&nbsp;<td> (July 2012)
<tr><td><a href="#release4.0.1">4.0.1</a>&nbsp;<td> (July 2012)
<tr><td><a href="#release4.0">4.0</a>&nbsp;<td> (March 2012)
<tr><td><a href="#release3.9">3.9</a>&nbsp;<td> (September 2011)
<tr><td><a href="#release3.8">3.8</a>&nbsp;<td> (April 2011)
@ -103,7 +104,7 @@ David A. Wheeler's 'SLOCCount'</a>, restricted to the <code>include/CGAL/</code>
<HR>
<h2 id="release4.1">Release 4.1 </h2>
<DIV>
<div>
<p> Release date: </p>
<h3>Installation</h3>
@ -142,10 +143,22 @@ David A. Wheeler's 'SLOCCount'</a>, restricted to the <code>include/CGAL/</code>
</div>
<h2 id="release4.0.2">Release 4.0.2</h2>
<DIV>
<p>Release date: Jul 2012</p>
<p>
This is a bug fix release. It fixes a bug in
the <code>CMakeLists.txt</code> for CGAL-4.0.1, that prevented even
building the libraries.
</p>
</div>
<h2 id="release4.0.1">Release 4.0.1</h2>
<DIV>
<p>Release date: June 2012</p>
<p>Release date: Jul 2012</p>
<p>
This is a bug fix release. Apart various minor fixes in the documentation,