[SCM] PostGIS branch stable-3.2 updated. 3.2.9-18-g77623525d

git at osgeo.org git at osgeo.org
Tue Apr 14 12:34:30 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.2 has been updated
       via  77623525d14500fe97f827597925bd0d95a871a8 (commit)
      from  7b00210adf5c8071fcfe8556baa8b45b3cad1382 (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 77623525d14500fe97f827597925bd0d95a871a8
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Tue Apr 14 12:18:07 2026 -0700

    Prepare for 3.2.10 release

diff --git a/NEWS b/NEWS
index 556664e47..dbfc296fd 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.2.10dev
-2026/xx/xx
+PostGIS 3.2.10
+2026/04/14
 
 PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features.
 Proj 4.9+ required.
diff --git a/README.postgis b/README.postgis
index 1346a4491..3c35ebc55 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.2.9
-:Date: 2028-02-08
+:Version: 3.2.10
+: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 315def4e5..8c8de69e6 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=10dev
+POSTGIS_MICRO_VERSION=10
 
 # 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 0c5840ef0..3f6d67712 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,20 @@
 <appendix id="release_notes">
   <title>Appendix</title>
    <subtitle>Release Notes</subtitle>
+
+    <sect1>
+        <title>PostGIS 3.2.10</title>
+        <para>2026/04/14</para>
+        <simplesect>
+            <title>Bug Fixes</title>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5998">5998</ulink>, [tiger_geododer] Do not create tiger_data as part of postgis_tiger_geocoder extension, create/update (Regina Obe)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/6054">6054</ulink>, Remove priv escalation scenario. Reported by 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/6060">6060</ulink>, fully quality calls to helper functions (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.2.9</title>
         <para>2026/02/08</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