[SCM] PostGIS branch master updated. 3.7.0beta1-1-ge935d4c20

git at osgeo.org git at osgeo.org
Mon Jul 20 18:00:16 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  e935d4c20e9a7dbae3c8711d7cb9d738d5813569 (commit)
      from  b9e4127b99a9e30f0af464a661c6d2234cdc5f03 (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 e935d4c20e9a7dbae3c8711d7cb9d738d5813569
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Jul 20 21:00:05 2026 -0400

    Flip back to dev mode

diff --git a/NEWS b/NEWS
index 035c99bbe..81614c945 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,18 @@
+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.
+
+* Bug Fixes *
+
+* Enhancements *
+
+
 PostGIS 3.7.0beta1
 2026/07/20
 
-This version requires GEOS 3.10+, PostgreSQL 14-19beta1, Proj 6.1+, libgmp.
+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.
 
diff --git a/Version.config b/Version.config
index 28fd7b2fe..5576a8572 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0beta1
+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 8755a861c..e3ed8b7e0 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -128,4 +128,5 @@ UPGRADEABLE_VERSIONS = \
 	3.6.2 \
 	3.6.3 \
 	3.6.4 \
-	3.7.0alpha1
+	3.7.0alpha1 \
+	3.7.0beta1

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list