[SCM] PostGIS branch stable-3.5 updated. 3.5.4-25-g8f8965240
git at osgeo.org
git at osgeo.org
Mon Feb 9 10:24:35 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 8f8965240f48641ccdb06a6130c1eeab82ce4dfe (commit)
via d35b64dee1a1ec39fa4f78e898b96a025320bdab (commit)
from ede5ab544f6214c1d95c9f58c38b38755f06cf3c (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 8f8965240f48641ccdb06a6130c1eeab82ce4dfe
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 13:24:25 2026 -0500
Prep for PostGIS 3.5.5 release
diff --git a/NEWS b/NEWS
index e4d319435..006b72059 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.5.5
-2026/02/08
+2026/02/09
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.
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 63753deb2..0c80ce8f9 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -5,7 +5,7 @@
<section>
<title>PostGIS 3.5.5</title>
- <para>2026/02/08</para>
+ <para>2026/02/09</para>
<para>This version requires PostgreSQL 12-18, GEOS 3.8 or higher, and Proj 6.1+. To take advantage of all features, GEOS 3.12+ is needed. To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.</para>
<simplesect>
<title>Bug Fixes</title>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index ba63176b3..a5e1a7eb6 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -96,6 +96,7 @@ UPGRADEABLE_VERSIONS = \
3.2.6 \
3.2.7 \
3.2.8 \
+ 3.2.9 \
3.3.0 \
3.3.1 \
3.3.2 \
@@ -111,7 +112,7 @@ UPGRADEABLE_VERSIONS = \
3.4.2 \
3.4.3 \
3.4.4 \
- 3.4.4 \
+ 3.4.5 \
3.5.0 \
3.5.1 \
3.5.2 \
commit d35b64dee1a1ec39fa4f78e898b96a025320bdab
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 13:21:34 2026 -0500
Turn off upgrade testing on debbie, References #6042
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index f2aa5ff17..7a6dfac24 100644
--- a/ci/debbie/postgis_regress.sh
+++ b/ci/debbie/postgis_regress.sh
@@ -17,7 +17,7 @@ export MAKE_EXTENSION=1
export DUMP_RESTORE=0
export MAKE_LOGBT=0
export NO_SFCGAL=0
-export MAKE_UPGRADE=1
+export MAKE_UPGRADE=0
## end variables passed in by jenkins
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
ci/debbie/postgis_regress.sh | 2 +-
doc/release_notes.xml | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
4 files changed, 5 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list