[geos-commits] [SCM] GEOS branch main updated. e1615302ce4f17b71b45b919a4934ca9cb7ce3b8

git at osgeo.org git at osgeo.org
Wed Jun 7 12:10:55 PDT 2023


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, main has been updated
       via  e1615302ce4f17b71b45b919a4934ca9cb7ce3b8 (commit)
       via  a2e4e3491e9bd3ce4821f785731a33c3eca1fc3c (commit)
       via  55569aa88a94fa58e130289c4b5921c87a72770d (commit)
      from  e4639e4d5be1f8199d2864622f53f43a58e62bb1 (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 e1615302ce4f17b71b45b919a4934ca9cb7ce3b8
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 7 12:10:28 2023 -0700

    Back to dev patchword

diff --git a/Version.txt b/Version.txt
index 67933171c..4dc44d71a 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=12
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=beta1
+GEOS_PATCH_WORD=dev
 
 # GEOS CAPI Versions
 #

commit a2e4e3491e9bd3ce4821f785731a33c3eca1fc3c
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 7 12:09:24 2023 -0700

    Prep 3.12.0beta1

diff --git a/Version.txt b/Version.txt
index 4dc44d71a..67933171c 100644
--- a/Version.txt
+++ b/Version.txt
@@ -5,7 +5,7 @@ GEOS_VERSION_MINOR=12
 GEOS_VERSION_PATCH=0
 
 # OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=dev
+GEOS_PATCH_WORD=beta1
 
 # GEOS CAPI Versions
 #

commit 55569aa88a94fa58e130289c4b5921c87a72770d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 7 10:44:59 2023 -0700

    Add note on changed behaviour in CoverageUnion

diff --git a/NEWS.md b/NEWS.md
index d3ad2efed..8f0ed4610 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -25,6 +25,11 @@ xxxx-xx-xx
   - CAPI: GEOSGeom_releaseCollection (GH-848)
   - CAPI: GEOSMinimumRotatedRectangle now uses MinimumAreaRectangle (Paul Ramsey)
 
+- Breaking Changes
+  - CoverageUnion now requires valid inputs to produce valid outputs
+    and may return invalid outputs silently when fed invalid inputs.
+    Use CoverageValidator first if you do not know the validity of your data.
+
 - Fixes/Improvements:
   - WKTReader: Fix parsing of Z and M flags in WKTReader (#676 and GH-669, Dan Baston)
   - WKTReader: Throw exception on inconsistent geometry dimension (#1080, Dan Baston)

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

Summary of changes:
 NEWS.md | 5 +++++
 1 file changed, 5 insertions(+)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list