[SCM] PostGIS branch stable-3.6 updated. 3.6.3-1-g146713b10
git at osgeo.org
git at osgeo.org
Tue Apr 14 16:34: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 146713b10690d84328e7bc01d176728c7db23798 (commit)
from 3d12666588a84b23a3147618eaa9b40b0fe5e796 (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 146713b10690d84328e7bc01d176728c7db23798
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Tue Apr 14 16:34:08 2026 -0700
Bump to development 3.6.4
diff --git a/NEWS b/NEWS
index 9065041dd..769000fe3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,11 @@
+PostGIS 3.6.4
+2026/xx/xx
+
+* Fixes *
+
+-
+
+
PostGIS 3.6.3
2026/04/14
diff --git a/Version.config b/Version.config
index e512f6475..d2ae378e9 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=6
-POSTGIS_MICRO_VERSION=3
+POSTGIS_MICRO_VERSION=4dev
# 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 ec5a31885..8524ac3c2 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -121,4 +121,5 @@ UPGRADEABLE_VERSIONS = \
3.5.5 \
3.6.0 \
3.6.1 \
- 3.6.2
+ 3.6.2 \
+ 3.6.3
-----------------------------------------------------------------------
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