[SCM] PostGIS branch stable-3.3 updated. 3.3.10-1-ge7e8de1c2
git at osgeo.org
git at osgeo.org
Tue Apr 14 16:34:50 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 e7e8de1c250fffd31041201fbf31f7b0c77a0f57 (commit)
from a38d7f92cb88e23f4efd2088196ff73ff2f37de5 (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 e7e8de1c250fffd31041201fbf31f7b0c77a0f57
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 16:34:48 2026 -0700
Bump to development 3.3.11dev
diff --git a/NEWS b/NEWS
index b0e28922b..2dbea618c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.3.11
+2026-xx-xx
+
+* Bug Fixes and Enhancements *
+
+ -
+
+
PostGIS 3.3.10
2026-04-14
diff --git a/Version.config b/Version.config
index 348ca1f45..72862b81d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=10
+POSTGIS_MICRO_VERSION=11dev
# 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 398a51e3f..4c5d5700a 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -105,4 +105,5 @@ UPGRADEABLE_VERSIONS = \
3.3.6 \
3.3.7 \
3.3.8 \
- 3.3.9
+ 3.3.9 \
+ 3.3.10
-----------------------------------------------------------------------
Summary of changes:
NEWS | 8 ++++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 11 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list