[SCM] PostGIS branch stable-3.5 updated. 3.5.6-1-g0f83064d6
git at osgeo.org
git at osgeo.org
Tue Apr 14 16:34:30 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.5 has been updated
via 0f83064d660300256e043ff55c44320d25b9ad42 (commit)
from 9aa71a8e5059959929825926db5ebefafde471db (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 0f83064d660300256e043ff55c44320d25b9ad42
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 16:34:28 2026 -0700
Bump to development 3.5.7dev
diff --git a/NEWS b/NEWS
index 2d4d1d74e..5382dc191 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.5.7
+2026/xx/xx
+
+* Bug Fixes *
+
+ -
+
+
PostGIS 3.5.6
2026/04/14
diff --git a/Version.config b/Version.config
index 6923fcc77..8057027e3 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=6
+POSTGIS_MICRO_VERSION=7dev
# 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 ec284faab..85085daee 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -118,4 +118,5 @@ UPGRADEABLE_VERSIONS = \
3.5.2 \
3.5.3 \
3.5.4 \
- 3.5.5
+ 3.5.5 \
+ 3.5.6
-----------------------------------------------------------------------
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