[SCM] PostGIS branch stable-3.5 updated. 3.5.5-24-g9aa71a8e5
git at osgeo.org
git at osgeo.org
Tue Apr 14 12:34:25 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 9aa71a8e5059959929825926db5ebefafde471db (commit)
from ad1807281f5e9048e68077b1b98c8c51b37546ff (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 9aa71a8e5059959929825926db5ebefafde471db
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 12:14:10 2026 -0700
Prepare for 3.5.6 release
diff --git a/NEWS b/NEWS
index 23a96792c..2d4d1d74e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.5.6dev
-2026/xx/xx
+PostGIS 3.5.6
+2026/04/14
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.
diff --git a/README.postgis b/README.postgis
index 671780f04..2b7efae2b 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.5.5
-:Date: 2026-02-08
+:Version: 3.5.6
+:Date: 2026-04-14
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index ce3fc9869..6923fcc77 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=6dev
+POSTGIS_MICRO_VERSION=6
# 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 0c80ce8f9..93d0f803b 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,20 @@
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <section>
+ <title>PostGIS 3.5.6</title>
+ <para>2026/04/14</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6055">6055</link>, Remove rare extension priv escalation case. Reported by Sven Klemm (Tiger Data), Allistair Ishmael Hakim (allistair.sh) and Daniel Bakker</para>
+ <para><link xlink:href="https://github.com/postgis/postgis/pull/850">GH-850</link>, Use quote_identifier to build tables in pgis_tablefromflatgeobuf (Ariel Mashraki)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6058">6058</link>, Use Pg composite_to_json() function in 19+ (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6060">6060</link>, fully quality calls to helper functions (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6026">6026</link>, KNN failure in rare IEEE double rounding case (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/6061">6061</link>, WKT parser produces incorrect error locations (Paul Ramsey)</para>
+ </simplesect>
+ </section>
+
<section>
<title>PostGIS 3.5.5</title>
<para>2026/02/09</para>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 4 ++--
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 14 ++++++++++++++
4 files changed, 19 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list