[SCM] PostGIS branch master updated. 3.7.0beta2-121-g07f2423d4

git at osgeo.org git at osgeo.org
Sun Aug 23 22:42:02 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  07f2423d43a29a909e02d60c34a36e82f6f646c6 (commit)
      from  a3f36ff78f2dae38e00110e7deacac2cbd5ee9d5 (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 07f2423d43a29a909e02d60c34a36e82f6f646c6
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 24 01:41:26 2026 -0400

    Prep for 3.7.0rc1 release

diff --git a/NEWS b/NEWS
index 05fa84500..a30a62c06 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.7.0rc1
-2026/xx/xx
+2026/08/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.
diff --git a/README.postgis b/README.postgis
index 1ab49a34c..9184fe193 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.6.0rc2
-:Date: 2025-08-25
+:Version: 3.7.0
+:Date: 2026-08-24
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 2e5a68cb5..8c7c6a020 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=0rc1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 8b756ce0b..b6b1889ef 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -732,7 +732,7 @@ FROM (SELECT  'POLYGON((0 0,8 8,0 16,0 0))'::geometry geom) AS foo;</programlist
         <para>The result has interpolated values for the Z and M dimensions when present.</para>
 
         <para>&Z_support;</para>
-        <para role="availability" conformance="3.6.0">Availability: 3.6.0</para>
+        <para role="availability" conformance="3.7.0">Availability: 3.7.0</para>
       </refsection>
 
       <refsection>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 64d1614e2..36c6fa06b 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -130,4 +130,5 @@ UPGRADEABLE_VERSIONS = \
 	3.6.4 \
 	3.7.0alpha1 \
 	3.7.0beta1 \
-	3.7.0beta2
+	3.7.0beta2 \
+	3.7.0dev
diff --git a/postgis/postgis.sql.in b/postgis/postgis.sql.in
index 5b77260c1..2dbfd3e74 100644
--- a/postgis/postgis.sql.in
+++ b/postgis/postgis.sql.in
@@ -3768,7 +3768,7 @@ CREATE OR REPLACE FUNCTION ST_ChaikinSmoothing(geometry, integer default 1, bool
 	LANGUAGE 'c' IMMUTABLE STRICT PARALLEL SAFE
 	_COST_MEDIUM;
 
--- Availability: 3.6.0
+-- Availability: 3.7.0
 CREATE OR REPLACE FUNCTION ST_CatmullRomSmoothing(geometry, integer default 5)
 	RETURNS geometry
 	AS 'MODULE_PATHNAME', 'LWGEOM_CatmullRomSmoothing'

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

Summary of changes:
 NEWS                               | 2 +-
 README.postgis                     | 4 ++--
 Version.config                     | 2 +-
 doc/reference_processing.xml       | 2 +-
 extensions/upgradeable_versions.mk | 3 ++-
 postgis/postgis.sql.in             | 2 +-
 6 files changed, 8 insertions(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list