[SCM] PostGIS branch stable-3.5 updated. 3.5.6-13-g9816f8245

git at osgeo.org git at osgeo.org
Wed Jun 10 11:38:53 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, stable-3.5 has been updated
       via  9816f82458db774e62906cfb2c4f01f8b262c862 (commit)
      from  8150016e768bae6b9279cadf47ec9417c242a696 (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 9816f82458db774e62906cfb2c4f01f8b262c862
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Wed Jun 10 11:38:16 2026 -0700

    Prepare for 3.5.7 release

diff --git a/NEWS b/NEWS
index 2ea9ba65d..4fd2190ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.5.7
-2026/xx/xx
+2026/06/10
 
 * Bug Fixes *
 
diff --git a/README.postgis b/README.postgis
index 2b7efae2b..473eef58f 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.5.6
-:Date: 2026-04-14
+:Version: 3.5.7
+:Date: 2026-06-10
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 8057027e3..23e465b5d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=7dev
+POSTGIS_MICRO_VERSION=7
 
 # 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 93d0f803b..27fc1f0c9 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,19 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
 
+        <section>
+            <title>PostGIS 3.5.7</title>
+            <para>2026/06/10</para>
+            <simplesect>
+                <title>Bug Fixes</title>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5899">5899</link>, pg_upgrade issue for non-standard geography SRID (Paul Ramsey)</para>
+                <para>Flatgeobuf schema mismatch vulnerability (NeuroWinter)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5916">5916</link>, ST_Split hang with very large ordinates (Paul Ramsey)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5989">5989</link>, CurvePolygon distance corner case (Paul Ramsey)</para>
+                <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5357">5357</link>, ST_LineFromEncodedPolyline dropping close points (Paul Ramsey)</para>
+            </simplesect>
+        </section>
+
        <section>
             <title>PostGIS 3.5.6</title>
             <para>2026/04/14</para>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list