From e1e5e3d307447c68e29b0ee59625320ef863986d Mon Sep 17 00:00:00 2001 From: Laurent Rineau Date: Wed, 23 Oct 2024 13:50:11 +0200 Subject: [PATCH] minor fixes --- _posts/2024-10-22-cgal601.md | 2 +- _posts/2024-10-23-CGAL-6.0.md | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/_posts/2024-10-22-cgal601.md b/_posts/2024-10-22-cgal601.md index 14cf0584d..64ea472ce 100644 --- a/_posts/2024-10-22-cgal601.md +++ b/_posts/2024-10-22-cgal601.md @@ -22,7 +22,7 @@ The list of fixed bugs since [CGAL 6.0] can be accessed [on Github]. [on Github]: https://github.com/CGAL/cgal/issues?q=label%3AMerged_in_6.0.1+-label%3AMerged_in_6.0 [CGAL 6.0]: {% link _posts/2024-09-27-cgal60.md %} -

CGAL 6.0 offers the following improvements and new functionality over +

CGAL 6.0.1 offers the following improvements and new functionality over CGAL 5.6:

diff --git a/_posts/2024-10-23-CGAL-6.0.md b/_posts/2024-10-23-CGAL-6.0.md index dd3f87f30..ee41378d4 100644 --- a/_posts/2024-10-23-CGAL-6.0.md +++ b/_posts/2024-10-23-CGAL-6.0.md @@ -7,11 +7,11 @@ tags: [] --- {% include JB/setup %} -The CGAL Open Source Project is pleased to announce new CGAL version that were published recently. +The CGAL Open Source Project is pleased to announce new CGAL versions that were published recently. ### CGAL version 6.0 -CGAL version [6.0] was published on September 27, 2024. After bugs were detected early, a version [6.0.1] has been published on October 22, 2024. +CGAL version [6.0] was published on September 27, 2024. After bugs were detected early, version [6.0.1] was published on October 22, 2024. This version is a major release, with many new features and improvements. @@ -32,7 +32,7 @@ This version is a major release, with many new features and improvements. #### Breaking Changes - **CMake Changes**: `UseCGAL.cmake` removed; use `CGAL::CGAL` target instead. -- **Kernel**: Replaced `boost::variant` with `std::variant` and `boost::optional` with `std::optional`, in the intersection functions. +- **Kernel**: Replaced `boost::variant` with `std::variant` and `boost::optional` with `std::optional` in the intersection functions. #### Enhancements @@ -42,10 +42,10 @@ See the [announcement of CGAL version 6.0.1][6.0.1] for more details. ### Bug-fix releases -- [CGAL version 5.5.5][5.5.5] has been published. That is the last bug-fix release for CGAL-5.5. -- [CGAL version 5.6.2][5.6.2] has been published. That is the second bug-fix release for CGAL-5.6. +- [CGAL version 5.5.5][5.5.5] has been published. This is the last bug-fix release for CGAL-5.5. +- [CGAL version 5.6.2][5.6.2] has been published. This is the second bug-fix release for CGAL-5.6. -The development of CGAL will now focus on the future CGAL-6.1 (planned for in late 2025), with bug-fixes regularly backported to the branches for CGAL-5.6.x and CGAL-5.5.x. +The development of CGAL will now focus on the future CGAL-6.1 (planned for late 2025), with bug-fixes regularly backported to the branches for CGAL-5.6.x and CGAL-5.5.x. [6.0]: {% link _posts/2024-09-27-cgal60.md %} [6.0.1]: {% link _posts/2024-10-22-cgal601.md %}