[SCM] PostGIS branch master updated. 3.7.0rc1-45-gde11dcfb0

git at osgeo.org git at osgeo.org
Mon Sep 7 20:47:48 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, master has been updated
       via  de11dcfb03729f399ffdcea1f8135dc0973c0e2b (commit)
       via  3b97ea26018f106d6bd0ad050d1431ad3d6a988f (commit)
      from  f3b0d75e4ffe0473edc315182a2053bde1a9344a (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 de11dcfb03729f399ffdcea1f8135dc0973c0e2b
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 7 23:27:07 2026 -0400

    Flip back to dev mode

diff --git a/NEWS b/NEWS
index 5443b197a..619549d76 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.7.0rc2
-2026/09/07
+PostGIS 3.7.0
+2026/xx/xx
 
 This version requires GEOS 3.10+, PostgreSQL 14-19beta3, Proj 6.1+, and libgmp.
 To take advantage of all postgis extension features, GEOS 3.15+ is needed.
diff --git a/Version.config b/Version.config
index 21c93f4c9..2e5a68cb5 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0rc2
+POSTGIS_MICRO_VERSION=0dev
 
 # 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 658a10fa3..c526cf325 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -131,4 +131,5 @@ UPGRADEABLE_VERSIONS = \
 	3.7.0alpha1 \
 	3.7.0beta1 \
 	3.7.0beta2 \
-	3.7.0rc1
+	3.7.0rc1 \
+	3.7.0rc2

commit 3b97ea26018f106d6bd0ad050d1431ad3d6a988f
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 7 23:24:04 2026 -0400

    PostGIS 3.7.0rc2 release

diff --git a/Version.config b/Version.config
index 2e5a68cb5..21c93f4c9 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0rc2
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list