[SCM] PostGIS branch master updated. 3.6.0rc2-19-g03f08a1f6

git at osgeo.org git at osgeo.org
Tue Sep 2 08:23:27 PDT 2025


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, master has been updated
       via  03f08a1f6e2162ba975f9a00a4d0975dc96db456 (commit)
      from  6369323b723270f6cf861c3dfb5e04c1773d6fa8 (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 03f08a1f6e2162ba975f9a00a4d0975dc96db456
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Sep 2 11:23:05 2025 -0400

    Add 3.6.0 to upgrade targets and remove 3.6 dev targets

diff --git a/doc/postgis.xml b/doc/postgis.xml
index 77a4ead52..d4b678125 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -5,7 +5,7 @@
 
 <!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
-<!ENTITY last_minor_version "3.4">
+<!ENTITY last_minor_version "3.6">
 
 <!-- ONCE Tagged, this need to change to http://download.osgeo.org/postgis/source/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
 <!-- In dev should be, this need to change to http://postgis.net/stuff/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 5b22ffb90..045f94bc0 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -112,7 +112,5 @@ UPGRADEABLE_VERSIONS = \
 	3.5.1 \
 	3.5.2 \
 	3.5.3 \
-	3.6.0alpha1 \
-	3.6.0beta1 \
-	3.6.0rc1 \
-	3.6.0dev
+	3.6.0 \
+	3.6.1dev

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

Summary of changes:
 doc/postgis.xml                    | 2 +-
 extensions/upgradeable_versions.mk | 6 ++----
 2 files changed, 3 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list