[SCM] PostGIS branch stable-3.5 updated. 3.5.4-1-ge1c281533
git at osgeo.org
git at osgeo.org
Thu Oct 16 16:14:28 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 e1c2815332b04b32b62b7eb29e3324549c5b54c1 (commit)
from 2fc837ec43f5acb631613b12117115f5c2654bd2 (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 e1c2815332b04b32b62b7eb29e3324549c5b54c1
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 16 16:14:23 2025 -0700
Bump versions for 3.5.5dev cycle
diff --git a/NEWS b/NEWS
index 4b14ae069..72aaf5e0d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+PostGIS 3.5.5
+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.
+
+* Bug fixes *
+
+
+
+
PostGIS 3.5.4
2025/10/16
diff --git a/Version.config b/Version.config
index 68af1b6f8..84305269c 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=4
+POSTGIS_MICRO_VERSION=5dev
# 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 ce55984bd..0a5f85aa9 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -113,4 +113,4 @@ UPGRADEABLE_VERSIONS = \
3.5.1 \
3.5.2 \
3.5.3 \
- 3.5.4dev
+ 3.5.4
-----------------------------------------------------------------------
Summary of changes:
NEWS | 11 +++++++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 2 +-
3 files changed, 13 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list