[SCM] PostGIS branch stable-3.5 updated. 3.5.1-1-ge8443a147
git at osgeo.org
git at osgeo.org
Sun Dec 22 09:47:04 PST 2024
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 e8443a147561e7e9b06a09154c1d37db73d41e91 (commit)
from 48ab069ef1482412fda915105b546f9866c76a79 (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 e8443a147561e7e9b06a09154c1d37db73d41e91
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 12:46:59 2024 -0500
Prep for next 3.5 dev cycle
diff --git a/NEWS b/NEWS
index eac1e04d8..66c17ba62 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+PostGIS 3.5.2
+xxxx/xx/xx
+
+To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
+PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
+
+* Bug fixes *
+
+
PostGIS 3.5.1
2024/12/22
diff --git a/Version.config b/Version.config
index b010fbb8a..108649666 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=1
+POSTGIS_MICRO_VERSION=2dev
# 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 8764f7e3c..297440f3c 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -109,4 +109,5 @@ UPGRADEABLE_VERSIONS = \
3.4.2 \
3.4.3 \
3.4.4 \
- 3.5.0
+ 3.5.0 \
+ 3.5.1
-----------------------------------------------------------------------
Summary of changes:
NEWS | 9 +++++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
3 files changed, 12 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list