[geos-commits] [SCM] GEOS branch master updated. df1fd770c96c1919f63e675f997157c1914d480e

git at osgeo.org git at osgeo.org
Wed Dec 9 12:34:52 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  df1fd770c96c1919f63e675f997157c1914d480e (commit)
      from  87bab25376f9d281cb83eb2caf7367c74429f4f5 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit df1fd770c96c1919f63e675f997157c1914d480e
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Dec 9 12:33:49 2020 -0800

    3.9.0 Release

diff --git a/NEWS b/NEWS
index f4fccb4..dad423b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,13 @@
-Changes in 3.9.0beta1
-2020-11-27
+Changes in 3.9.0
+2020-12-09
 
 - New things:
+  - OverlayNG engine from JTS, now the default (Martin Davis, Paul Ramsey)
   - MaximumInscribedCircle and LargestEmptyCircle (JTS-530, Paul Ramsey)
-  - CAPI: Fixed precision overlay operations (Sandro Santilli, Paul Ramsey)
+  - CAPI: Fixed precision overlay operations (Sandro Santilli)
   - CAPI: GEOSPreparedNearestPoints (#1007, Sandro Santilli)
   - CAPI: GEOSPreparedDistance (#1066, Sandro Santilli)
+  - CAPI: GEOSGeom_setPrecision uses OverlayNG (Paul Ramsey)
   - SimpleSTRTree spatial index implementation (Paul Ramsey)
   - Add support for pkg-config for GEOS C API (#1073, Mike Taves)
 
diff --git a/Version.txt b/Version.txt
index 180a4ad..a4d02cf 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=9
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=beta2
+GEOS_PATCH_WORD=
 
 # GEOS CAPI Versions
 #
@@ -14,9 +14,9 @@ GEOS_PATCH_WORD=beta2
 # added, removed or changed.
 # Increase the age value only if the changes made to the ABI
 # are backward compatible.
-CAPI_INTERFACE_CURRENT=16
-CAPI_INTERFACE_REVISION=1
-CAPI_INTERFACE_AGE=15
+CAPI_INTERFACE_CURRENT=17
+CAPI_INTERFACE_REVISION=2
+CAPI_INTERFACE_AGE=16
 
 # JTS Port
-JTS_PORT=1.16.0
+JTS_PORT=1.17.0

-----------------------------------------------------------------------

Summary of changes:
 NEWS        |  8 +++++---
 Version.txt | 10 +++++-----
 2 files changed, 10 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list