Merged revisions 55528,55605,55809,55846,55889-55890,56284,56321,56323-56325 via svnmerge from

svn+ssh://lrineau@scm.gforge.inria.fr/svn/cgal/branches/CGAL-3.6-branch

All those changes have already been merge in trunk, actually, but changes
to Installation/CHANGES. -- Laurent Rineau

........
  r55528 | sloriot | 2010-04-19 15:23:58 +0200 (Mon, 19 Apr 2010) | 2 lines
  
  correct bug reported on cgal_discuss: only one neighbor at the same distance was reported (change set to multiset)
........
  r55605 | hemmer | 2010-04-21 12:05:02 +0200 (Wed, 21 Apr 2010) | 2 lines
  
  merge bug fix from trunk 
........
  r55809 | hemmer | 2010-04-28 13:28:40 +0200 (Wed, 28 Apr 2010) | 2 lines
  
  use gcd_ gcd_utcf_
........
  r55846 | hemmer | 2010-04-30 09:13:50 +0200 (Fri, 30 Apr 2010) | 2 lines
  
  merge from trunk 
........
  r55889 | mcaroli | 2010-05-04 14:47:00 +0200 (Tue, 04 May 2010) | 3 lines
  
  fixed bug in the periodic triangulation hierarchy
  (cf. mail exchange with Ariel Keselman on the cgal-discuss list)
........
  r55890 | mcaroli | 2010-05-04 14:47:41 +0200 (Tue, 04 May 2010) | 2 lines
  
  added the bug fix for the periodic triangulation hierarchy to the CHANGES file
........
  r56284 | lrineau | 2010-05-17 14:29:15 +0200 (Mon, 17 May 2010) | 11 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r54664 | lrineau | 2010-03-10 19:05:57 +0100 (Wed, 10 Mar 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Mesh_2/include/CGAL/Mesh_2/Refine_faces.h
    | 
    | Determinize Mesh_2 (comparison of Face_handles in Double_map).
    | 
    | ------------------------------------------------------------------------
........
  r56321 | lrineau | 2010-05-18 11:17:38 +0200 (Tue, 18 May 2010) | 26 lines
  
  Merge from trunk:
    | ------------------------------------------------------------------------
    | r55894 | hachenb | 2010-05-04 18:41:56 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_polyhedron_3.h
    | 
    | small bug fix in convert_inner_shell_to_nef3
    | 
    | ------------------------------------------------------------------------
    | r55895 | hachenb | 2010-05-04 18:43:57 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_3/SNC_decorator.h
    | 
    | extension of is_valid: check boundary_objects of sface
    | 
    | ------------------------------------------------------------------------
    | r55896 | hachenb | 2010-05-04 18:44:30 +0200 (Tue, 04 May 2010) | 2 lines
    | Changed paths:
    |    M /trunk/Nef_3/include/CGAL/Nef_3/SNC_structure.h
    | 
    | bug fix in point_update: boundary_items of sfaces were not set correctly
    | 
    | ------------------------------------------------------------------------
  The commit seems to remove a lot of empty svn:mergeinfo properties (they
  are inherited from the svn:mergeinfo of the root of the branch).
........
  r56323 | lrineau | 2010-05-18 11:56:17 +0200 (Tue, 18 May 2010) | 2 lines
  
  Release notes (prototype) for CGAL-3.6.1.
........
  r56324 | lrineau | 2010-05-18 12:00:45 +0200 (Tue, 18 May 2010) | 3 lines
  
  Move the note of Manual about the crash in triangulation hierarchy of
  periodic trianguations, so that is appear as a fix in CGAL-3.6.1.
........
  r56325 | lrineau | 2010-05-18 12:02:56 +0200 (Tue, 18 May 2010) | 2 lines
  
  Add the changes of CGAL-3.5.1 (that were forgot in the CGAL-3.5-branch).
........
This commit is contained in:
Laurent Rineau 2010-05-18 12:29:30 +00:00
parent 2bf5ec2325
commit 2c2281924b
1 changed files with 38 additions and 0 deletions

View File

@ -23,6 +23,44 @@ x.y 2D Mesh Generation
- The execution of the 2D mesh generator is now deterministic (same at
each run).
----------------------------- Release 3.6.1 --------------------------------
CGAL 3.6.1 is a bug-fixes release. The following has been changed
since CGAL-3.6:
x General
- Fix compilation errors with recent Boost versions (since 1.40).
x Polyhedron
- Fix a compilation errors in demo/Polyhedron/:
- issue with the location of qglobal.h of Qt4 on MacOS X,
- missing texture.cpp, if TAUCS is used,
- Fix the location of built plugins of demo/Polyhedron/, when CGAL is
configured with WITH_demos=ON
x 3D Periodic Triangulations
- Fixed bug in the triangulation hierarchy for periodic triangulations.
x 2D Mesh Generation
- Fix a bug that lead to precondition violation.
- Improve the user manual about the member function is_in_domain() of the
Face type.
- The 2D meshing process is now deterministic (sorting of bad faces no
longer relies on pointers comparisons).
x 3D Mesh Generation
- Fix a linking errors (duplicate symbols) when <CGAL/refine_mesh_3.h> is
included in different compilation units.
x Spatial Searching
- Fix a bug in <CGAL/Orthogonal_k_neighbor_search.h> when several
nearest neighbors are at the same distance from the query point.
----------------------------- Release 3.6 ----------------------------------
CGAL 3.6 offers the following improvements and new functionality :