[SCM] PostGIS branch stable-3.6 updated. 3.6.0rc2-9-g4c1967d95

git at osgeo.org git at osgeo.org
Mon Sep 1 18:18:36 PDT 2025


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, stable-3.6 has been updated
       via  4c1967d95be2e1a473f638eb5fe6d7a6a1e1b842 (commit)
       via  0f36a0223098993d9a0e43a945b7abf614e7873e (commit)
      from  beef19480e0e7588f8c4e8337872ef61bcd30e34 (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 4c1967d95be2e1a473f638eb5fe6d7a6a1e1b842
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 1 18:57:41 2025 -0400

    Prep for PostGIS 3.6.0 release

diff --git a/NEWS b/NEWS
index d2fcad843..7435a37ec 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.6.0
-2025/09/xx
+2025/09/01
 
 This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
 To take advantage of all features, GEOS 3.14+ is needed.
diff --git a/Version.config b/Version.config
index cf6d63e9f..272078014 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index f750b9637..68fa8bc79 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -5,7 +5,7 @@
         <section>
             <title>PostGIS 3.6.0</title>
             <para>2025/09/01</para>
-                        <para>This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
+            <para>This version requires PostgreSQL 12-18beta3, GEOS 3.8 or higher, and Proj 6.1+.
             To take advantage of all features, GEOS 3.14+ is needed.
             To take advantage of all SFCGAL features, SFCGAL 2.2+ is needed.</para>
 

commit 0f36a0223098993d9a0e43a945b7abf614e7873e
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Sep 1 18:33:00 2025 -0400

    Note that GEOS 3.14 is required to take advantage of all features

diff --git a/configure.ac b/configure.ac
index 61ab6bbf2..dbd4f59c3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2058,12 +2058,12 @@ AC_MSG_RESULT([  dblatex:              ${DBLATEX}])
 AC_MSG_RESULT([  convert:              ${CONVERT}])
 AC_MSG_RESULT()
 
-if test "$POSTGIS_GEOS_VERSION" -lt 31200; then
+if test "$POSTGIS_GEOS_VERSION" -lt 31400; then
 AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
 AC_MSG_WARN([  You are building against GEOS ${GEOS_VERSION}.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  To take advantage of _all_ the features of ])
-AC_MSG_WARN([  PostGIS, GEOS 3.12.0 or higher is required.])
+AC_MSG_WARN([  PostGIS, GEOS 3.14.0 or higher is required.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  You can download the latest versions from ])
 AC_MSG_WARN([  http://geos.osgeo.org/ ])

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

Summary of changes:
 NEWS                  | 2 +-
 Version.config        | 2 +-
 configure.ac          | 4 ++--
 doc/release_notes.xml | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list