Skip to content

Commit 4e50c9c

Browse files
committed
Announcement for CGAL-4.9
1 parent 331eac6 commit 4e50c9c

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

Maintenance/public_release/announcement/mailing.eml

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,29 @@
1-
Subject: CGAL 4.8.1 Released, Computational Geometry Algorithms Library
1+
Subject: CGAL 4.9 Released, Computational Geometry Algorithms Library
22
Content-Type: text/plain; charset="utf-8"
33
Body:
44

5-
The CGAL Open Source Project is pleased to announce the release 4.8.1
5+
The CGAL Open Source Project is pleased to announce the release 4.9
66
of CGAL, the Computational Geometry Algorithms Library.
77

8-
Version 4.8.1 is a bug-fix release for version 4.8. The list of fixed bugs
9-
can be seen on Github:
8+
Besides fixes and general enhancement to existing packages, the following
9+
has changed since CGAL 4.8:
1010

11-
https://github.com/CGAL/cgal/issues?q=milestone%3A4.8.1
11+
o General
12+
13+
- CGAL can now be used in headers only mode, i.e. without compiling the
14+
CGAL libraries and linking with these libraries when compiling
15+
examples, tests and demos. Note that running CMake on CGAL is still
16+
required in order to generate some configuration files.
17+
18+
19+
o Cone Based Spanners (new package)
20+
21+
- This package provides algorithms for constructing two kinds of
22+
cone-based spanners: Yao graph and Theta graph, given a set of
23+
vertices on the plane and the directions of cone boundaries.
24+
25+
26+
See http://www.cgal.org/releases.html for a complete list of changes.
1227

1328

1429
The CGAL project is a collaborative effort to develop a robust,

0 commit comments

Comments
 (0)