[SCM] PostGIS branch stable-3.2 updated. 3.2.6-1-ga5c38e6e0
git at osgeo.org
git at osgeo.org
Sun Nov 19 18:54:45 PST 2023
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.2 has been updated
via a5c38e6e01ff2103448694924e30d73082a36a99 (commit)
from 451803af5506f42da2acad38c69b645d68e77fc8 (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 a5c38e6e01ff2103448694924e30d73082a36a99
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 19 21:54:25 2023 -0500
Push to next milestone
diff --git a/NEWS b/NEWS
index 99ce7a830..ebce3c042 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+PostGIS 3.2.7
+xxxx/xx/xx
+
+This version requires PostgreSQL 9.6-15, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9+
+ (and ST_MakeValid enhancements with 3.10+),
+Proj 6.1+, and PostgreSQL 14+.
+
+* Bug Fixes and Enhancements *
+
PostGIS 3.2.6
2023/11/19
diff --git a/Version.config b/Version.config
index 745cd8ade..01bab46c1 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=2
-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 f7f46d52e..a7f72802b 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -86,4 +86,5 @@ UPGRADEABLE_VERSIONS = \
3.2.2 \
3.2.3 \
3.2.4 \
- 3.2.5
+ 3.2.5 \
+ 3.2.6
-----------------------------------------------------------------------
Summary of changes:
NEWS | 10 ++++++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 13 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list