[SCM] PostGIS branch stable-3.4 updated. 3.4.6-1-gec07cfaaf

git at osgeo.org git at osgeo.org
Tue Apr 14 16:34:43 PDT 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  ec07cfaaf0e0a430c3e60a4d1e78570fb070e1a6 (commit)
      from  82fd454c4ad58718a2f0adf647281bd0c74083ab (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 ec07cfaaf0e0a430c3e60a4d1e78570fb070e1a6
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 14 16:34:42 2026 -0700

    Bump to development 3.4.7dev

diff --git a/NEWS b/NEWS
index 9cc79ffc6..96c49e5f3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.4.7
+2026/xx/xx
+ 
+* Bug Fixes *
+
+  - 
+
+
 PostGIS 3.4.6
 2026/04/14
 
diff --git a/Version.config b/Version.config
index acf3ab6b4..f4d6a1753 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=7dev
 
 # 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 3d54cdb3e..c13393da9 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -111,4 +111,5 @@ UPGRADEABLE_VERSIONS = \
 	3.4.2 \
 	3.4.3 \
 	3.4.4 \
-	3.4.5
+	3.4.5 \
+	3.4.6

-----------------------------------------------------------------------

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