[SCM] PostGIS branch stable-3.0 updated. 3.0.11-24-g052639cef
git at osgeo.org
git at osgeo.org
Fri Feb 6 00:20:54 PST 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.0 has been updated
via 052639cefc52370d6271ee72e24a4c012600d960 (commit)
from 89467dc26d9e4d9bfc7d6d47372970997696e194 (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 052639cefc52370d6271ee72e24a4c012600d960
Author: Regina Obe <lr at pcorp.us>
Date: Fri Feb 6 03:20:48 2026 -0500
Prep for release of PostGIS 3.0.12 EOL
diff --git a/NEWS b/NEWS
index d2daeb585..eaa40f93d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.0.12 (EOL)
-2026/02/xx
+2026/02/06
PostgreSQL 9.5-13 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 9afc2825a..47e617674 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.0.12
-:Date: xxxx-xx-xx
+:Date: 2026-02-06
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 90dfeac7c..62e5dcc4d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=0
-POSTGIS_MICRO_VERSION=12dev
+POSTGIS_MICRO_VERSION=12
# 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 0427718be..1d1bcd507 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,26 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>Release 3.0.11 (EOL)</title>
+ <para>Release date: 2026/02/06</para>
+ <para>This is a bug and security release and the final release of 3.0 series. This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
+ Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5951">5951</ulink>, [topology] Fix crash in ST_GetFaceEdges with corrupted topology (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5947">5947</ulink>, [topology] Fix crash in ST_ModEdgeHeal (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5922">5922</ulink>, [topology] Fix crash in TopoGeo_AddLinestring with EMPTY input (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5907">5907</ulink>, [topology] Fix crash in TopoGeo_AddPolygon with EMPTY input (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5795">5795</ulink>, [topology] Fix ST_NewEdgesSplit can cause invalid topology (Björn Harrtell)</para>
+ <para>Handle null returns from wkb parser, Paul Ramsey</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5818">5818</ulink>, GT-244 Fix CG_IsSolid function (Loïc Bartoletti)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/6028">6028</ulink>, Crash indexing malformed empty polygon (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5998">5998</ulink>, [tiger_geocoder] [security] CVE-2022-2625, make sure tables requires
+ by extension are owned by extension</para>
+ </simplesect>
+ </sect1>
+
<sect1>
<title>Release 3.0.11</title>
<para>Release date: 2024/02/06</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 0c092365a..33703e968 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -68,4 +68,5 @@ UPGRADEABLE_VERSIONS = \
3.0.7 \
3.0.8 \
3.0.9 \
- 3.0.10
+ 3.0.10 \
+ 3.0.11
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
README.postgis | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 20 ++++++++++++++++++++
extensions/upgradeable_versions.mk | 3 ++-
5 files changed, 25 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list