[geos-commits] [SCM] GEOS branch main updated. e5433cd0d85437aa5700b2a5151e0367dd935c31
git at osgeo.org
git at osgeo.org
Fri Sep 6 11:50:32 PDT 2024
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 e5433cd0d85437aa5700b2a5151e0367dd935c31 (commit)
from 401da0ddf81ef8f5cb29524ac2321f64ce87b3ed (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 e5433cd0d85437aa5700b2a5151e0367dd935c31
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Fri Sep 6 11:50:11 2024 -0700
Bump for 3.14dev
diff --git a/NEWS.md b/NEWS.md
index 9cfbd2b55..0a458d90b 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -1,3 +1,13 @@
+## Changes in 3.14.0
+2025-xx-xx
+
+- New things:
+
+- Breaking Changes:
+
+- Fixes/Improvements:
+
+
## Changes in 3.13.0
2024-09-06
@@ -17,7 +27,7 @@
- https://lin-ear-th-inking.blogspot.com/2024/05/jts-topological-relationships-next.html
- https://lin-ear-th-inking.blogspot.com/2024/05/relateng-performance.html
-- Breaking Changes
+- Breaking Changes:
- Zero-length linestrings (eg LINESTRING(1 1, 1 1)) are now treated as equivalent to points (POINT(1 1)) in boolean predicates
- CMake 3.15 or later is requried (GH-1143, Mike Taves)
@@ -81,7 +91,7 @@
- CAPI: GEOSGeom_releaseCollection (GH-848)
- CAPI: GEOSMinimumRotatedRectangle now uses MinimumAreaRectangle (Paul Ramsey)
-- Breaking Changes
+- 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.
diff --git a/Version.txt b/Version.txt
index a486d43ef..6ffca8294 100644
--- a/Version.txt
+++ b/Version.txt
@@ -1,11 +1,11 @@
# GEOS Versions
GEOS_VERSION_MAJOR=3
-GEOS_VERSION_MINOR=13
+GEOS_VERSION_MINOR=14
GEOS_VERSION_PATCH=0
# OPTIONS: "", "dev", "rc1" etc.
-GEOS_PATCH_WORD=
+GEOS_PATCH_WORD=dev
# GEOS CAPI Versions
#
@@ -15,9 +15,9 @@ GEOS_PATCH_WORD=
# - Deleting interfaces / compatibility issues - bump CURRENT, others to zero
# ( THIS MUST BE CAREFULLY AVOIDED )
#
-CAPI_INTERFACE_CURRENT=20
+CAPI_INTERFACE_CURRENT=21
CAPI_INTERFACE_REVISION=0
-CAPI_INTERFACE_AGE=19
+CAPI_INTERFACE_AGE=20
# JTS Port
JTS_PORT=1.18.0
-----------------------------------------------------------------------
Summary of changes:
NEWS.md | 14 ++++++++++++--
Version.txt | 8 ++++----
2 files changed, 16 insertions(+), 6 deletions(-)
hooks/post-receive
--
GEOS
More information about the geos-commits
mailing list