[SCM] PostGIS branch stable-3.4 updated. 3.4.5-1-ga4f2599e6

git at osgeo.org git at osgeo.org
Mon Feb 9 10:18:49 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  a4f2599e67ec18b2882e8daad3bf0477439b6da0 (commit)
      from  8d212bb09065d137c24ab0266bec45aaa9069e4f (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 a4f2599e67ec18b2882e8daad3bf0477439b6da0
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Feb 9 13:18:31 2026 -0500

    Flip to 3.4.6dev milestone

diff --git a/NEWS b/NEWS
index f29c7a95c..4cec23382 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.4.6dev
+2026/xx/xx
+
+PostgreSQL 12-17 required. GEOS 3.6+ required but GEOS 3.12+ to take advantage of all features.
+Proj 6.1+ required.
+
+* Bug Fixes *
+
 PostGIS 3.4.5
 2026/02/09
 
diff --git a/Version.config b/Version.config
index 478b78f91..133fc8a31 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-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 860f0ee6e..3d54cdb3e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -110,4 +110,5 @@ UPGRADEABLE_VERSIONS = \
 	3.4.1 \
 	3.4.2 \
 	3.4.3 \
-	3.4.4
+	3.4.4 \
+	3.4.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