[SCM] PostGIS branch stable-3.2 updated. 3.2.10-61-g15dea64b4

git at osgeo.org git at osgeo.org
Tue Jun 30 13:52:34 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  15dea64b4c6e3f2de45fe59c856625d4ce4771a2 (commit)
      from  78a15e47a6d2685ada19174c9bb2555def75d1c9 (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 15dea64b4c6e3f2de45fe59c856625d4ce4771a2
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jun 30 16:52:27 2026 -0400

    Add upgrade from 2.5.10 and 2.5.11

diff --git a/NEWS b/NEWS
index ee70f46e9..8c9af9a35 100644
--- a/NEWS
+++ b/NEWS
@@ -26,6 +26,7 @@ PostGIS 3.2.11
    regressions (Darafei Praliaskouski)
  - GH-898, Fix ST_DFullyWithin indexed plans and large-coordinate
    ring-orientation precision regressions (Darafei Praliaskouski)
+ - Add missing upgrade targets from 2.5 (Regina Obe)
 
 
 PostGIS 3.2.10
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 6f9ab1161..0c09fb00c 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -59,6 +59,8 @@ UPGRADEABLE_VERSIONS = \
 	2.5.7 \
 	2.5.8 \
 	2.5.9 \
+	2.5.10 \
+	2.5.11 \
 	3.0.0 \
 	3.0.1 \
 	3.0.2 \

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

Summary of changes:
 NEWS                               | 1 +
 extensions/upgradeable_versions.mk | 2 ++
 2 files changed, 3 insertions(+)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list