NEWS
libgeos 3.11.1-2 (2023-11-29)
- Fix format arguments to
REprintf()
.
libgeos 3.11.1-1 (2023-01-19)
- Update to GEOS 3.11.1 (#17).
- Add
#include <cstdint>
to fix compilation on gcc13.
libgeos 3.11.0-2 (2022-10-08)
- Fixes warnings when compiling with
-Wstrict-prototypes
.
libgeos 3.11.0-1 (2022-07-10)
- Update to GEOS 3.10.0 (#13)
libgeos 3.10.0-1 (2021-10-28)
- Update to GEOS 3.10.0 (#9)
libgeos 3.9.1-1 (2021-05-13)
- Update to GEOS 3.9.1 (#3).
- Added an exported callable
libgeos_version_int()
that can be used
to resolve runtime/compile-time differences
when loading the exported GEOS callables (#4).
- Removed C++ helpers and simplified linking tests (#4).
- Simplified pattern for removing references to
std::cerr
from
GEOS sources (#5).
libgeos 3.8.1-4 (2021-03-22)
- Backported facilities for checking runtime versions during package
load from the future version 3.9.1-1.
libgeos 3.8.1-3 (2020-07-31)
- Fixed warnings from the link-time optimizer, which reported naming
conflicts between the C++ header types and the abstract C types
used in the header API.
libgeos 3.8.1-2 (2020-07-21)
- Removed the ability to link to system 'GEOS', as with extensive testing
it was determined that the enitre API could not be guaranteed to function
on all platforms when linking occurred.
- Fixed the type definitions in the internal C API header such that they
could be properly identified by the sanitizer.
libgeos 3.8.1-1 (2020-07-13)
Added the ability to link to system 'GEOS' if a copy with version >3.8.0
was installed.
libgeos 3.8.1-0 (2020-07-08)
Initial version using GEOS 3.8.1.