From 3df87ac3473c4732ca6b039b425a50d84e9edbba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herv=C3=A9=20Br=C3=B6nnimann?= Date: Wed, 1 Sep 1999 18:55:20 +0000 Subject: [PATCH] Version 3.2 --- Old_Packages/C3/changes.txt | 15 +++++++++++++++ Old_Packages/C3/long_description.txt | 11 +++++++++-- Old_Packages/C3/version | 2 +- 3 files changed, 25 insertions(+), 3 deletions(-) diff --git a/Old_Packages/C3/changes.txt b/Old_Packages/C3/changes.txt index 61483e2fcae..eab88b0c0b7 100644 --- a/Old_Packages/C3/changes.txt +++ b/Old_Packages/C3/changes.txt @@ -1,3 +1,18 @@ +Version 3.2 (Sept 1 1999) +- moved some constructions into the construction files. To this effect, + created a few files +- moved some predicates into the predicates files. To this effect, + created a few files +- the file basic_constructions should not be used any more. Will disappear in a + few versions +- Added a class Sphere_3.h (not tested!) + +Version 3.1 (August 31 1999) +- Changes decided in Dagstuhl: addition of Function_objects in the kernel +- Creation of + these files will be integrated by Stefan into his packages _2 and _3 +- Addition of Point_2 in Cartesian_3 (for functionality in Plane_3) + Version 3.0 (August 26 1999) ****EXTENSIVE CHANGES -- enough to warrant a new 3.0 release***** - new subdirectory diff --git a/Old_Packages/C3/long_description.txt b/Old_Packages/C3/long_description.txt index 760d82252f4..174244288c4 100644 --- a/Old_Packages/C3/long_description.txt +++ b/Old_Packages/C3/long_description.txt @@ -18,6 +18,9 @@ include/CGAL/Cartesian/Ray_3.h include/CGAL/Cartesian/Scaling_rep_3.h include/CGAL/Cartesian/Segment_3.C include/CGAL/Cartesian/Segment_3.h +include/CGAL/Cartesian/Sphere_3.C +include/CGAL/Cartesian/Sphere_3.h +include/CGAL/Cartesian/Sphere_rep_3.h include/CGAL/Cartesian/Tetrahedron_3.C include/CGAL/Cartesian/Tetrahedron_3.h include/CGAL/Cartesian/Translation_rep_3.h @@ -26,11 +29,15 @@ include/CGAL/Cartesian/Triangle_3.h include/CGAL/Cartesian/Vector_3.C include/CGAL/Cartesian/Vector_3.h include/CGAL/Cartesian/basic_constructions_3.h +include/CGAL/Cartesian/constructions_on_planes_3.h +include/CGAL/Cartesian/constructions_on_points_3.h +include/CGAL/Cartesian/constructions_on_vectors_3.h include/CGAL/Cartesian/create_symlinks +include/CGAL/Cartesian/distance_computations_3.h include/CGAL/Cartesian/distance_predicates_3.h include/CGAL/Cartesian/global_operators_3.h +include/CGAL/Cartesian/predicates_on_planes_3.h include/CGAL/Cartesian/predicates_on_points_3.h include/CGAL/Cartesian/redefine_names_3.h +include/CGAL/Cartesian/remove_symlinks include/CGAL/Cartesian/solve_3.h -include/CGAL/constructions/kernel_ftC3.h -include/CGAL/predicates/kernel_ftC3.h diff --git a/Old_Packages/C3/version b/Old_Packages/C3/version index 2b28d625338..8aefe26df1f 100644 --- a/Old_Packages/C3/version +++ b/Old_Packages/C3/version @@ -1 +1 @@ -3.1 ( 31 Aug 1999 ) +3.2 ( 1 Sep 1999 )