diff --git a/Packages/Installation/changes.txt b/Packages/Installation/changes.txt index 2d9edeffbc7..39d03a417dc 100644 --- a/Packages/Installation/changes.txt +++ b/Packages/Installation/changes.txt @@ -7,6 +7,7 @@ // actual revision //--------------------------------------------------------------------- +GLOB: Added GMP support for MSVC. GLOB: Fixed "nospace" bug in LIB_CREATE commands introduced by VC support. GLOB: Fixed LIBPATHs for VC (GJ). GLOB: Fixed test ldflags for VC. @@ -32,6 +33,7 @@ GLOB: no support for gcc prior to 2.8 anymore. GLOB: fixed little problem with install-script name - now $CGAL_INSTALL_CGAL. DOCS: Added description of CLN support. DOCS: Some minor corrections. +TEST: Converted to namespace CGAL. //--------------------------------------------------------------------- // CGAL-2.0 diff --git a/Packages/Installation/long_description.txt b/Packages/Installation/long_description.txt index baf26d9de92..2e74b98a06a 100644 --- a/Packages/Installation/long_description.txt +++ b/Packages/Installation/long_description.txt @@ -3,6 +3,13 @@ //===================================================================== +//--------------------------------------------------------------------- +// revision 1.56 +//--------------------------------------------------------------------- + +GLOB: Added GMP support for MSVC. +TEST: Converted to namespace CGAL. + //--------------------------------------------------------------------- // revision 1.55 //---------------------------------------------------------------------