[SCM] PostGIS branch stable-3.6 updated. 3.6.4-1-gcb2004603
git at osgeo.org
git at osgeo.org
Mon Jun 8 14:21:10 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.6 has been updated
via cb20046039b693e42ca608aa21a9e774e0ec8fe2 (commit)
from 94d984bd083635c1d253db0f87cf80b32548e406 (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 cb20046039b693e42ca608aa21a9e774e0ec8fe2
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Mon Jun 8 14:21:03 2026 -0700
Bump for 3.6.5 dev cycle
diff --git a/NEWS b/NEWS
index 554b99045..95691e8cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.6.5
+2026/xx/xx
+
+* Fixes *
+
+-
+
+
PostGIS 3.6.4
2026/06/08
diff --git a/Version.config b/Version.config
index d3e7ae7b8..4eb920218 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=4
+POSTGIS_MICRO_VERSION=5dev
# 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 8524ac3c2..8435eb17e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -122,4 +122,5 @@ UPGRADEABLE_VERSIONS = \
3.6.0 \
3.6.1 \
3.6.2 \
- 3.6.3
+ 3.6.3 \
+ 3.6.4
-----------------------------------------------------------------------
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