[SCM] PostGIS branch master updated. 3.6.0rc2-498-g1af7ed1d6

git at osgeo.org git at osgeo.org
Sat Jun 6 21:40:14 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  1af7ed1d6babb822ff3991e772ef4cd7fb22ade9 (commit)
      from  7318e95222b33f24eb606e958eb48fcfef06411f (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 1af7ed1d6babb822ff3991e772ef4cd7fb22ade9
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jun 7 00:39:19 2026 -0400

    Prep work for 3.7.0beta1 release
     - Update NEWS to add min requirements
     - Show What's new section in 3.7 docs
     - Update migrations for recently released stables

diff --git a/NEWS b/NEWS
index 48dcf7ea2..fb07650e6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,9 @@
-PostGIS 3.7.0dev
-xxxx/xx/xx
+PostGIS 3.7.0beta1
+2026/06/xx
 
-This version requires GEOS 3.10 or higher
+This version requires GEOS 3.10 or higher. PostgreSQL 14-19beta1 required. Proj 6.1+ required.
+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.2+ is needed.
 
 * Breaking Changes *
 
diff --git a/doc/xsl-config.xml b/doc/xsl-config.xml
index fb7904494..686de356e 100644
--- a/doc/xsl-config.xml
+++ b/doc/xsl-config.xml
@@ -21,6 +21,7 @@
 
         <!-- List of maj/min versions we want to know about -->
         <postgis_versions>
+            <v>3.7</v>
             <v>3.6</v>
             <v>3.6</v>
             <v>3.5</v>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 13476d575..f8709f789 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -97,6 +97,7 @@ UPGRADEABLE_VERSIONS = \
 	3.2.7 \
 	3.2.8 \
 	3.2.9 \
+	3.2.10 \
 	3.3.0 \
 	3.3.1 \
 	3.3.2 \
@@ -107,18 +108,23 @@ UPGRADEABLE_VERSIONS = \
 	3.3.7 \
 	3.3.8 \
 	3.3.9 \
+	3.3.10 \
 	3.4.0 \
 	3.4.1 \
 	3.4.2 \
 	3.4.3 \
 	3.4.4 \
 	3.4.5 \
+	3.4.6 \
 	3.5.0 \
 	3.5.1 \
 	3.5.2 \
 	3.5.3 \
 	3.5.4 \
+	3.5.5 \
+	3.5.6 \
 	3.6.0 \
 	3.6.1 \
 	3.6.2 \
-	3.6.3dev
+	3.6.3 \
+	3.6.4

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

Summary of changes:
 NEWS                               | 8 +++++---
 doc/xsl-config.xml                 | 1 +
 extensions/upgradeable_versions.mk | 8 +++++++-
 3 files changed, 13 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list