[SCM] PostGIS branch stable-3.3 updated. 3.3.9-24-ga38d7f92c
git at osgeo.org
git at osgeo.org
Tue Apr 14 12:34:28 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.3 has been updated
via a38d7f92cb88e23f4efd2088196ff73ff2f37de5 (commit)
from 30dc5f866bb3ea028a7c9ace6f16a878f7f59cd3 (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 a38d7f92cb88e23f4efd2088196ff73ff2f37de5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 12:14:34 2026 -0700
Prepare for 3.3.10 release
diff --git a/NEWS b/NEWS
index bf3150120..b0e28922b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.3.10
-2026-xx-xx
+2026-04-14
* Bug Fixes and Enhancements *
diff --git a/README.postgis b/README.postgis
index a82ece9e8..86cbe3449 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.3.9
-:Date: 2026-02-09
+:Version: 3.3.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 864c7ff22..348ca1f45 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-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 f277bc322..495f1f960 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,21 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+
+ <sect1>
+ <title>PostGIS 3.3.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/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/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.3.9</title>
<para>2026/02/09</para>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 15 +++++++++++++++
4 files changed, 19 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list