Skip to content

Commit

Permalink
minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Oct 23, 2024
1 parent 91f0866 commit e1e5e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _posts/2024-10-22-cgal601.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

<p>CGAL 6.0 offers the following improvements and new functionality over
<p>CGAL 6.0.1 offers the following improvements and new functionality over
<a href="../../../../2023/07/28/cgal56">CGAL 5.6</a>:</p>

<div class="product-detail-info" markdown="1">
Expand Down
12 changes: 6 additions & 6 deletions _posts/2024-10-23-CGAL-6.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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

Expand All @@ -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 %}
Expand Down

0 comments on commit e1e5e3d

Please sign in to comment.