[SCM] PostGIS branch stable-3.2 updated. 3.2.10-1-ga1619cc86

git at osgeo.org git at osgeo.org
Tue Apr 14 16:34:55 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.2 has been updated
       via  a1619cc86506cbfc91695db0e80303603b0cdd9a (commit)
      from  77623525d14500fe97f827597925bd0d95a871a8 (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 a1619cc86506cbfc91695db0e80303603b0cdd9a
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 14 16:34:53 2026 -0700

    Bump to development 3.2.11dev

diff --git a/NEWS b/NEWS
index dbfc296fd..e45159ecb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.2.11
+2026/xx/xx
+
+* Bug Fixes *
+
+ - 
+
+
 PostGIS 3.2.10
 2026/04/14
 
diff --git a/Version.config b/Version.config
index 8c8de69e6..ea163f4bf 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=10
+POSTGIS_MICRO_VERSION=11dev
 
 # 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 d8fcf3ac6..6f9ab1161 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -95,4 +95,5 @@ UPGRADEABLE_VERSIONS = \
 	3.2.6 \
 	3.2.7 \
 	3.2.8 \
-	3.2.9
+	3.2.9 \
+	3.2.10

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

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