[SCM] PostGIS branch stable-3.4 updated. 3.4.5-26-g82fd454c4

git at osgeo.org git at osgeo.org
Tue Apr 14 12:34:26 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.4 has been updated
       via  82fd454c4ad58718a2f0adf647281bd0c74083ab (commit)
      from  3fef397f31b2d68b55683e8f4edfcc56fc7b7f2d (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 82fd454c4ad58718a2f0adf647281bd0c74083ab
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 14 12:14:20 2026 -0700

    Prepare for 3.4.6 release

diff --git a/NEWS b/NEWS
index dce1d6bfe..9cc79ffc6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.4.6
-2026/xx/xx
+2026/04/14
 
 PostgreSQL 12-17 required. GEOS 3.6+ required but GEOS 3.12+ to take advantage of all features.
 Proj 6.1+ required.
diff --git a/README.postgis b/README.postgis
index 403c399fa..f82ab56a7 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.4.5
-:Date: 2026-02-09
+:Version: 3.4.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 133fc8a31..acf3ab6b4 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=4
-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 d35d92cff..d44edbcfe 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,22 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+
+        <sect1>
+            <title>PostGIS 3.4.6</title>
+            <para>2026/04/14</para>
+
+            <simplesect>
+                <title>Bug Fixes</title>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/6055">6055</ulink>, Remove rare extension priv escalation case. Reported by Sven Klemm (Tiger Data), Allistair Ishmael Hakim (allistair.sh) and Daniel Bakker</para>
+                <para><ulink url="https://github.com/postgis/postgis/pull/850">GH-850</ulink>, Use quote_identifier to build tables in pgis_tablefromflatgeobuf (Ariel Mashraki)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/6058">6058</ulink>, Use Pg composite_to_json() function in 19+ (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/6060">6060</ulink>, fully quality calls to helper functions (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/6026">6026</ulink>, KNN failure in rare IEEE double rounding case (Paul Ramsey)</para>
+                <para><ulink url="https://trac.osgeo.org/postgis/ticket/6061">6061</ulink>, WKT parser produces incorrect error locations (Paul Ramsey)</para>
+            </simplesect>
+        </sect1>
+
         <sect1>
             <title>PostGIS 3.4.5</title>
             <para>2025/02/09</para>

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list