[SCM] PostGIS branch stable-3.4 updated. 3.4.4-86-g8d212bb09
git at osgeo.org
git at osgeo.org
Mon Feb 9 07:48:37 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.4 has been updated
via 8d212bb09065d137c24ab0266bec45aaa9069e4f (commit)
via c779ae02a94651db71888ca251f2e0367a3cfa01 (commit)
from 72c0725280b0132bc713e08e8d59597bc776b41d (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 8d212bb09065d137c24ab0266bec45aaa9069e4f
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 10:48:32 2026 -0500
Update release dates
diff --git a/NEWS b/NEWS
index caf69b355..f29c7a95c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.4.5
-2026/02/07
+2026/02/09
PostgreSQL 12-17 required. GEOS 3.6+ required but GEOS 3.12+ to take advantage of all features.
Proj 6.1+ required.
diff --git a/README.postgis b/README.postgis
index fab55b967..403c399fa 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.4.5
-:Date: 2026-02-07
+:Date: 2026-02-09
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index b3edabeba..d35d92cff 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,7 @@
<subtitle>Release Notes</subtitle>
<sect1>
<title>PostGIS 3.4.5</title>
- <para>2025/02/07</para>
+ <para>2025/02/09</para>
<para>PostgreSQL 12-17 required. GEOS 3.6+ required but GEOS 3.12+ to take advantage of all features. Proj 6.1+ required.</para>
<simplesect>
commit c779ae02a94651db71888ca251f2e0367a3cfa01
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 10:46:40 2026 -0500
Downgrade turn off still seems not to be working
Turning off upgrade testing completely on debbie, so can get release out
References #6042 for PostGIS 3.4.5
diff --git a/ci/debbie/postgis_regress.sh b/ci/debbie/postgis_regress.sh
index 9370d7728..511017796 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 CHECK_UPGRADES=1
+export CHECK_UPGRADES=0
export CHECK_DOWNGRADES=0 # also requires CHECK_UPGRADES=1 to really check downgrades
## end variables passed in by jenkins
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 2 +-
ci/debbie/postgis_regress.sh | 2 +-
doc/release_notes.xml | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list