[SCM] PostGIS branch stable-3.3 updated. 3.3.9-1-g73a8114ba
git at osgeo.org
git at osgeo.org
Mon Feb 9 02:58:32 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.3 has been updated
via 73a8114ba08b50341061489ad12607798f9f6ca8 (commit)
via d7a9d926c2adbea7e14ffde14bb789c2605d9386 (commit)
from aff83b101cb1838f39670502e972d71645c5786a (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 73a8114ba08b50341061489ad12607798f9f6ca8
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 05:58:16 2026 -0500
Flip to milestone 3.3.10dev
diff --git a/NEWS b/NEWS
index ba306db19..73681eb29 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,6 @@
+PostGIS 3.3.10
+2026-xx-xx
+
PostGIS 3.3.9
2026-02-09
diff --git a/Version.config b/Version.config
index 9e124976a..864c7ff22 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-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 1de7c484b..398a51e3f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -104,4 +104,5 @@ UPGRADEABLE_VERSIONS = \
3.3.5 \
3.3.6 \
3.3.7 \
- 3.3.8
+ 3.3.8 \
+ 3.3.9
commit d7a9d926c2adbea7e14ffde14bb789c2605d9386
Author: Regina Obe <lr at pcorp.us>
Date: Mon Feb 9 05:53:44 2026 -0500
Updte release notes
diff --git a/NEWS b/NEWS
index f57ba5eba..ba306db19 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.3.9
-2026-02-07
+2026-02-09
PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features.
Proj 4.9+ required.
diff --git a/README.postgis b/README.postgis
index ce24a03bf..a82ece9e8 100644
--- a/README.postgis
+++ b/README.postgis
@@ -2,7 +2,7 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
:Version: 3.3.9
-:Date: 2026-02-07
+:Date: 2026-02-09
: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 292f6160c..f277bc322 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,7 +4,7 @@
<subtitle>Release Notes</subtitle>
<sect1>
<title>PostGIS 3.3.9</title>
- <para>2026/02/07</para>
+ <para>2026/02/09</para>
<para>PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features. Proj 4.9+ required.</para>
<simplesect>
<title>Bug Fixes</title>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 5 ++++-
README.postgis | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
5 files changed, 9 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list