[SCM] PostGIS branch stable-3.2 updated. 3.2.7-70-g1ac41a133
git at osgeo.org
git at osgeo.org
Sun Feb 8 18:04:17 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.2 has been updated
via 1ac41a133257973ea736a93f95c1f98df1abdbf8 (commit)
via c75af9aff30278c48e8db951ef91a9ac9a335baf (commit)
from 5ce3fb9618f5f40ba31e20c7161f77bed5e5fe0b (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 1ac41a133257973ea736a93f95c1f98df1abdbf8
Author: Regina Obe <lr at pcorp.us>
Date: Sun Feb 8 21:04:07 2026 -0500
Flip to 3.2.10dev milestone
diff --git a/NEWS b/NEWS
index 2e6120ebc..916bc0146 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+PostGIS 3.2.10dev
+2026/xx/xx
+
+PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features.
+Proj 4.9+ required.
+
+* Bug Fixes *
+
+
+
PostGIS 3.2.9
2026/02/08
diff --git a/Version.config b/Version.config
index 52de94db6..315def4e5 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=9
+POSTGIS_MICRO_VERSION=10dev
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 21ac7e760..d8fcf3ac6 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -94,4 +94,5 @@ UPGRADEABLE_VERSIONS = \
3.2.5 \
3.2.6 \
3.2.7 \
- 3.2.8
+ 3.2.8 \
+ 3.2.9
commit c75af9aff30278c48e8db951ef91a9ac9a335baf
Author: Regina Obe <lr at pcorp.us>
Date: Sun Feb 8 20:59:49 2026 -0500
Update NEWS date
diff --git a/NEWS b/NEWS
index f6eeb4cd5..2e6120ebc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
-PostGIS 3.2.9dev
-xxxx/xx/xx
+PostGIS 3.2.9
+2026/02/08
PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features.
Proj 4.9+ required.
@@ -29,9 +29,7 @@ Proj 4.9+ required.
- #5998, [tiger_geocoder] [security] CVE-2022-2625, make sure tables required
by extension are owned by extension
authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)
- - #5985, Fix configure issue with Debian 12 and 13 (Regina Obe, Sandro Santilli)
- - #6043, assignment of read-only member
- ‘postgis_flatbuffers::span<T, Extent>::count_ (Regina Obe)
+ - #5985, Fix configure issue with Debian 12 and 13 (Regina Obe, Sandro
PostGIS 3.2.8
2024/12/22
diff --git a/README.postgis b/README.postgis
index 693016dd9..1346a4491 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.2.9
-:Date: xxxx-xx-xx
+:Date: 2028-02-08
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 2969d34cb..0c5840ef0 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,7 @@
<subtitle>Release Notes</subtitle>
<sect1>
<title>PostGIS 3.2.9</title>
- <para>2026/02/07</para>
+ <para>2026/02/08</para>
<para>PostgreSQL 9.6-15 required. GEOS 3.6+ required but GEOS 3.9+ to take advantage of all features. Proj 4.9+ required.</para>
<simplesect>
<title>Bug Fixes</title>
@@ -30,6 +30,7 @@
<para><ulink url="https://github.com/postgis/postgis/pull/841">GH-841</ulink>, small memory leak in address_standardizer (Maxim Korotkov)</para>
<para><ulink url="https://trac.osgeo.org/postgis/ticket/5998">5998</ulink>, [tiger_geocoder] [security] CVE-2022-2625, make sure tables required by extension are owned by extension authored: Andrey Borodin (Yandex), reported by Sergey Bobrov (Kaspersky)</para>
<para><ulink url="https://trac.osgeo.org/postgis/ticket/5985">5985</ulink>, Fix configure issue with Debian 12 and 13 (Regina Obe, Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/6043">6043</ulink>, assignment of read-only member postgis_flatbuffers::span<T, Extent>::count_ (Regina Obe)</para>
</simplesect>
</sect1>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 18 +++++++++++++-----
README.postgis | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 3 ++-
extensions/upgradeable_versions.mk | 3 ++-
5 files changed, 19 insertions(+), 9 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list