[SCM] PostGIS branch stable-3.5 updated. 3.5.2-40-ga3c4ffabc

git at osgeo.org git at osgeo.org
Fri May 16 18:38:56 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.5 has been updated
       via  a3c4ffabcd6166d0cc0541059594de7bb94651c3 (commit)
      from  131cbc21e00b0751d7018543417ea9bd7e6c9c6a (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 a3c4ffabcd6166d0cc0541059594de7bb94651c3
Author: Regina Obe <lr at pcorp.us>
Date:   Fri May 16 21:38:50 2025 -0400

    Prep for PostGIS 3.5.3 release

diff --git a/NEWS b/NEWS
index c7c500414..e1aacdc22 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.5.3dev
-2025/xx/xx
+PostGIS 3.5.3
+2025/05/16
 
 To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
 PostgreSQL 12-18 required. GEOS 3.8+ required. Proj 6.1+ required.
@@ -7,6 +7,7 @@ PostgreSQL 12-18 required. GEOS 3.8+ required. Proj 6.1+ required.
 * Bug fixes *
 
 - Do not complain about illegal option when calling shp2pgsql -?
+  (Sandro Santilli, Giovanni Zezza)
 - #5862, [topology] Prevent another topology corruption with
          TopoGeo_addPoint near almost collinear edges (Sandro Santilli)
 - #5841, Change approach to interrupt handling to conform to PgSQL
diff --git a/README.postgis b/README.postgis
index 25c5220c3..660a9ff94 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.5.1
-:Date: 2024-12-22
+:Version: 3.5.3
+:Date: 2025-05-17
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 84e2df168..1b71a7418 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3
 
 # 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 d16a6200a..a56cfda34 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,31 @@
 <appendix xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+        <section>
+            <title>PostGIS 3.5.3</title>
+            <para>2025/05/17</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 1.5.0+ is needed.</para>
+
+            <simplesect>
+                <title>Bug Fixes</title>
+                    <para>Do not complain about illegal option when calling shp2pgsql -?
+                    (Sandro Santilli, Giovanni Zezza)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5862">5862</link>, [topology] Prevent another topology corruption with
+                            TopoGeo_addPoint near almost collinear edges (Sandro Santilli)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5841">5841</link>, Change approach to interrupt handling to conform to PgSQL
+                            recommended practice (Paul Ramsey)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5855">5855</link>, Fix index binding in ST_DFullyWithin (Paul Ramsey)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5819">5819</link>, Support longer names in estimated extent (Paul Ramsey)</para>
+                    <para>Fix misassignment of result in _lwt_HealEdges (Maxim Korotkov)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5876">5876</link>, ST_AddPoint with empty argument adds garbage (Paul Ramsey)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5874">5874</link>, Line substring returns wrong answer (Paul Ramsey)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5829">5829</link>, geometry_columns with non-standard constraints (Paul Ramsey)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5818">5818</link>, <link xlink:href="https://git.osgeo.org/gitea/postgis/postgis/pulls/244">GT-244</link> Fix CG_IsSolid function (Loïc Bartoletti)</para>
+                    <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5885">5885</link>, Fix documentation about grid-based overlay operations (Sandro Santilli)</para>
+            </simplesect>
+        </section>
         <section>
             <title>PostGIS 3.5.2</title>
             <para>2025/01/18</para>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list