[SCM] PostGIS branch stable-3.5 updated. 3.5.5-1-g9e5f4cbde
git at osgeo.org
git at osgeo.org
Mon Feb 9 12:28:16 PST 2026
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 9e5f4cbde747366e62bcd93a9ac30601e310fa6f (commit)
from 8f8965240f48641ccdb06a6130c1eeab82ce4dfe (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 9e5f4cbde747366e62bcd93a9ac30601e310fa6f
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 15:27:29 2026 -0500
Push to PostGIS 3.5.6dev milestone
diff --git a/NEWS b/NEWS
index 006b72059..3dead9499 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.5.6dev
+2026/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.
+
+* Bug fixes *
+
PostGIS 3.5.5
2026/02/09
diff --git a/Version.config b/Version.config
index 0e17c2ec3..ce3fc9869 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=5
+POSTGIS_MICRO_VERSION=6dev
# 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 a5e1a7eb6..ec284faab 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -117,4 +117,5 @@ UPGRADEABLE_VERSIONS = \
3.5.1 \
3.5.2 \
3.5.3 \
- 3.5.4
+ 3.5.4 \
+ 3.5.5
-----------------------------------------------------------------------
Summary of changes:
NEWS | 8 ++++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list