[SCM] PostGIS branch stable-3.5 updated. 3.5.2-47-g822cf3b7e
git at osgeo.org
git at osgeo.org
Sat May 17 16:27:45 PDT 2025
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 "PostGIS".
The branch, stable-3.5 has been updated
via 822cf3b7e6a1dc4d73ea45e6a7d4d85a402656cf (commit)
via aab5f55897aa2e8eb5f17c3996b61268c5f1ec91 (commit)
from b66e9d58fa60bf76af4e5e1f8f7f4a9466bf3e62 (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 822cf3b7e6a1dc4d73ea45e6a7d4d85a402656cf
Author: Regina Obe <lr at pcorp.us>
Date: Sat May 17 19:27:18 2025 -0400
Push to next milestone
diff --git a/NEWS b/NEWS
index 88ed617cb..d1d0ac7d4 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,15 @@
-PostGIS 3.5.3
-2025/05/16
-
+PostGIS 3.5.4dev
+xxxx/xx/xx
To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
PostgreSQL 12-18 required. GEOS 3.8+ required. Proj 6.1+ required.
+
+PostGIS 3.5.3
+2025/05/17
+
+To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
+PostgreSQL 12-18beta1 required. GEOS 3.8+ required. Proj 6.1+ required.
+
* Bug fixes *
- Do not complain about illegal option when calling shp2pgsql -?
diff --git a/Version.config b/Version.config
index 1b71a7418..36a05d320 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=3
+POSTGIS_MICRO_VERSION=4dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 00e0b4c20..ef22e5cbe 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -111,4 +111,5 @@ UPGRADEABLE_VERSIONS = \
3.4.4 \
3.5.0 \
3.5.1 \
- 3.5.2
+ 3.5.2 \
+ 3.5.3
commit aab5f55897aa2e8eb5f17c3996b61268c5f1ec91
Author: Regina Obe <lr at pcorp.us>
Date: Sat May 17 19:24:20 2025 -0400
- Preface bug fixes with extension if not postgis
- Update date
diff --git a/NEWS b/NEWS
index a97440e59..88ed617cb 100644
--- a/NEWS
+++ b/NEWS
@@ -18,9 +18,9 @@ PostgreSQL 12-18 required. GEOS 3.8+ required. Proj 6.1+ required.
- #5876, ST_AddPoint with empty argument adds garbage (Paul Ramsey)
- #5874, Line substring returns wrong answer (Paul Ramsey)
- #5829, geometry_columns with non-standard constraints (Paul Ramsey)
-- #5818, GT-244 Fix CG_IsSolid function (Loïc Bartoletti)
+- #5818, [sfcgal] GT-244 Fix CG_IsSolid function (Loïc Bartoletti)
- #5885, Fix documentation about grid-based overlay operations (Sandro Santilli)
-- For SFCGAL 2.1.0+ prevent using deprecated functions (Regina Obe)
+- For [sfcgal] SFCGAL 2.1.0+ prevent using deprecated functions (Regina Obe)
PostGIS 3.5.2
2025/01/18
-----------------------------------------------------------------------
Summary of changes:
NEWS | 14 ++++++++++----
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 13 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list