[SCM] PostGIS branch master updated. 3.7.0beta2-123-g8e0ec411d

git at osgeo.org git at osgeo.org
Mon Aug 24 00:04:50 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  8e0ec411db78ac45f0b5b21f23d2dfa3f429de86 (commit)
       via  eb40b0e17898e0da5fe7c2ae8bfad717d41039b7 (commit)
      from  07f2423d43a29a909e02d60c34a36e82f6f646c6 (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 8e0ec411db78ac45f0b5b21f23d2dfa3f429de86
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 24 03:03:47 2026 -0400

    Flip to next milestone

diff --git a/Version.config b/Version.config
index 8c7c6a020..2e5a68cb5 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=7
-POSTGIS_MICRO_VERSION=0rc1
+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 36c6fa06b..658a10fa3 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -131,4 +131,4 @@ UPGRADEABLE_VERSIONS = \
 	3.7.0alpha1 \
 	3.7.0beta1 \
 	3.7.0beta2 \
-	3.7.0dev
+	3.7.0rc1

commit eb40b0e17898e0da5fe7c2ae8bfad717d41039b7
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 24 02:57:01 2026 -0400

    Stamp date

diff --git a/NEWS b/NEWS
index a30a62c06..8fa9ba9cb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.7.0rc1
-2026/08/xx
+2026/08/24
 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/README.postgis b/README.postgis
index 9184fe193..90f50c80d 100644
--- a/README.postgis
+++ b/README.postgis
@@ -71,6 +71,7 @@ below dependencies (except for GTK):
     https://proj.org
 
 * GEOS (Required, Version 3.10 or higher)
+  - 3.15+ for ST_CoverageEdges
   - 3.14+ for ST_CoverageClean, raster ST_IntersectionFractions
   - 3.12+ for ST_CoverageSimplify and ST_CoverageInvalidEdges
   - 3.11+ for improved ST_ConcaveHull, ST_lineMerge,

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list