[SCM] PostGIS branch master updated. 3.5.0-475-g7c47c79c0

git at osgeo.org git at osgeo.org
Fri Jul 18 20:43:44 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, master has been updated
       via  7c47c79c09b2e5a0bf7f8b0d7b5b2f0bc1484f86 (commit)
      from  b66da5a3e3c6402d4246ddddbc0da661b857995f (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 7c47c79c09b2e5a0bf7f8b0d7b5b2f0bc1484f86
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 18 23:30:14 2025 -0400

    PREPARE FOR 3.6.0beta1
    
    - NEWS updates about GEOS / SFCGAL versions and topology deprecated signatures
    - Make 18 latest supported
    - Flip to 3.6.0beta1

diff --git a/NEWS b/NEWS
index 7a933102f..bbd545bfb 100644
--- a/NEWS
+++ b/NEWS
@@ -1,9 +1,9 @@
-PostGIS 3.6.0dev
+PostGIS 3.6.0beta1
 2025/07/xx
 
-This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
-To take advantage of all features, GEOS 3.12+ is needed.
-To take advantage of all SFCGAL features, SFCGAL 2.1+ is needed.
+This version requires PostgreSQL 12-18beta2, 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.
 
 Many thanks to our translation teams, in particular:
 
@@ -15,12 +15,16 @@ Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
 
   - #5799, make ST_TileEnvelope clips envelopes to tile plane extent (Paul Ramsey)
   - #5829, remove constraint checking from geometry_columns view (Paul Ramsey)
-  - #3373, GT-255 [topology] Support for upgrading domains (Ayo Adesugba, U.S. Census Bureau)
+  - #3373, GT-255, [topology] Support for upgrading domains (Ayo Adesugba, U.S. Census Bureau)
   - GT-252, ST_NumGeometries/ST_GeometryN treat TIN and PolyhedralSurface as unitary geometries,
     use ST_NumPatches/ST_PatchN for patch access (Loïc Bartoletti)
   - #3110, GT-242 [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)
 
-* Deprecated signatures *
+* Deprecated / Removed signatures * 
+
+ - #3110, GT-242, [topology] numerous topology functions that accepted integer 
+          replaced with bigint versions to support both integer and bigint inputs
+          (Ayo Adesugba, U.S. Census Bureau)
 
 
 * New Features *
@@ -34,7 +38,7 @@ Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
   - #1247, [raster] ST_AsRasterAgg (Sandro Santilli)
   - #5784, GT-223 Export circ_tree_distance_tree_internal for mobilitydb use
            (Maxime Schoemans)
-  - GT-228 [sfcgal] Add new functions (Scale, Translate, Rotate, Buffer 3D and
+  - GT-228, [sfcgal] Add new functions (Scale, Translate, Rotate, Buffer 3D and
            Straight Skeleton Partition) from SFCGAL 2 (Loïc Bartoletti)
   - [raster] New GUC postgis.gdal_cpl_debug, enables GDAL debugging messages
     and routes them into the PostgreSQL logging system. (Paul Ramsey)
diff --git a/README.postgis b/README.postgis
index 135d4768b..7643c270d 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.6.0alpha1
-:Date: 2025-05-17
+:Version: 3.6.0beta1
+:Date: 2025-07-19
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -65,6 +65,7 @@ For apt-based systems you can run this command to install the below dependencies
     https://proj.org
 
 * GEOS (Required, Version 3.8 or higher)
+  - 3.14+ for ST_CoverageClean
   - 3.12+ for ST_CoverageSimplify and ST_CoverageInvalidEdges
   - 3.11+ for improved ST_ConcaveHull, ST_lineMerge,
     and new functions ST_SimplifyPolygonHull, ST_TriangulatePolygon
diff --git a/Version.config b/Version.config
index cf6d63e9f..fadb7a384 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=0beta1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/installation.xml b/doc/installation.xml
index e690fb2c3..85bdfb3eb 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -144,7 +144,7 @@ sh autogen.sh
 		  is available from
 		  <link xlink:href="https://www.postgresql.org">
 			https://www.postgresql.org
-		  </link>
+		  </link>18
 		  .
 		</para>
 		<para>For a full PostgreSQL / PostGIS support matrix and PostGIS/GEOS support matrix refer to
@@ -184,7 +184,7 @@ sh autogen.sh
 
 	  <listitem>
 		<para>
-		  GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.12+ is required to take full advantage of all the new functions and features. GEOS is available for download from
+		  GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.14+ is required to take full advantage of all the new functions and features. GEOS is available for download from
 		  <link xlink:href="https://libgeos.org/">
 			https://libgeos.org
 		  </link>.
diff --git a/doc/postgis.xml b/doc/postgis.xml
index 185df166d..77a4ead52 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -13,10 +13,10 @@
 
 <!-- Change these values to update the version numbers referenced within the documentation -->
 <!ENTITY last_proj_release_version "9.2.1">
-<!ENTITY last_geos_release_version "3.13.0">
+<!ENTITY last_geos_release_version "3.14.0">
 <!ENTITY min_geos_version "3.8.0">
 <!ENTITY min_postgres_version "12">
-<!ENTITY max_postgres_version "17">
+<!ENTITY max_postgres_version "18">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 1b0faab56..5e03e9723 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,10 +4,10 @@
     <subtitle>Release Notes</subtitle>
         <section>
             <title>PostGIS 3.6.0beta1</title>
-            <para>2025/07/xx</para>
-                        <para>This version requires PostgreSQL 12-18beta1, GEOS 3.8 or higher, and Proj 6.1+.
-            To take advantage of all features, GEOS 3.12+ is needed.
-            To take advantage of all SFCGAL features, SFCGAL 2.1+ is needed.</para>
+            <para>2025/07/19</para>
+                        <para>This version requires PostgreSQL 12-18beta2, 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>
 
             <para>Many thanks to our translation teams, in particular:</para>
             <para>Teramoto Ikuhiro (Japanese Team)</para>
@@ -19,10 +19,14 @@
             <simplesect><title>Breaking Changes</title>
                 <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5799">#5799</link>, make ST_TileEnvelope clips envelopes to tile plane extent (Paul Ramsey)</para>
                 <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5829">#5829</link>, remove constraint checking from geometry_columns view (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3373">#3373</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/255">GT-255</link> [topology] Support for upgrading domains (Ayo Adesugba, U.S. Census Bureau)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3373">#3373</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/255">GT-255</link>, [topology] Support for upgrading domains (Ayo Adesugba, U.S. Census Bureau)</para>
                 <para><link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/252">GT-252</link>, ST_NumGeometries/ST_GeometryN treat TIN and PolyhedralSurface as unitary geometries,
                     use ST_NumPatches/ST_PatchN for patch access (Loïc Bartoletti)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
+            </simplesect>
+
+            <simplesect><title>Removed / Deprecate signatures</title>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
             </simplesect>
 
             <simplesect><title>New Features</title>
@@ -43,7 +47,7 @@
                 <para>Add ST_CoverageClean to edge match and gap remove polygonal
                     coverages (Paul Ramsey) from GEOS 3.14 (Martin Davis)</para>
                 <para>Add ST_ReclassExact to quickly remap values in raster (Paul Ramsey)</para>
-                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link> [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/3110">#3110</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/242">GT-242</link>, [topology] Support for bigint (Ayo Adesugba, U.S. Census Bureau)</para>
             </simplesect>
         </section>
 </appendix>

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

Summary of changes:
 NEWS                  | 18 +++++++++++-------
 README.postgis        |  5 +++--
 Version.config        |  2 +-
 doc/installation.xml  |  4 ++--
 doc/postgis.xml       |  4 ++--
 doc/release_notes.xml | 18 +++++++++++-------
 6 files changed, 30 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list