[SCM] PostGIS branch master updated. 3.7.0beta2-1-g2de9db8c6b

git at osgeo.org git at osgeo.org
Sun Aug 9 22:04:35 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  2de9db8c6baaa10fd64a668b4835245d1c8f3f7a (commit)
      from  6e55c6233aee3274868e3f27b75829aea15de2a9 (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 2de9db8c6baaa10fd64a668b4835245d1c8f3f7a
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 10 01:04:28 2026 -0400

    Flip back to dev milestone

diff --git a/NEWS b/NEWS
index 630bce70f1..024608787b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,16 @@
+PostGIS 3.7.0rc1
+2026/xx/xx
+This version requires GEOS 3.10+, PostgreSQL 14-19beta2, Proj 6.1+, libgmp.
+To take advantage of all features postgis extension features, GEOS 3.15+ is needed.
+To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed.
+
+These are only changes since 3.7.0beta2.
+
+* Bug Fixes *
+
+
+
+
 PostGIS 3.7.0beta2
 2026/08/09
 This version requires GEOS 3.10+, PostgreSQL 14-19beta2, Proj 6.1+, libgmp.
diff --git a/Version.config b/Version.config
index aae23f9686..2e5a68cb5e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0beta2
+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 6458de6ce0..64d1614e24 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -130,4 +130,4 @@ UPGRADEABLE_VERSIONS = \
 	3.6.4 \
 	3.7.0alpha1 \
 	3.7.0beta1 \
-	3.7.0dev
+	3.7.0beta2

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list