[SCM] PostGIS branch stable-3.3 updated. 3.3.8-1-gbcddc1ff6
git at osgeo.org
git at osgeo.org
Sun Dec 22 12:25:16 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.3 has been updated
via bcddc1ff6f622d3c92bbfa50e33825066ccf05ca (commit)
via ae79b07a11cceca1711853f6cc0782fe355c478e (commit)
from bf9efb743674c19ac6c52aefaf1afad7339a4614 (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 bcddc1ff6f622d3c92bbfa50e33825066ccf05ca
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 15:25:11 2024 -0500
Push to next milestone
diff --git a/NEWS b/NEWS
index b57395b48..c7e6542cc 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+PostGIS 3.3.9
+xxxx-xx-xx
+
+PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features.
+Proj 4.9+ required.
+
PostGIS 3.3.8
2024-12-22
diff --git a/Version.config b/Version.config
index b1c14a361..dd5ad6183 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=8
+POSTGIS_MICRO_VERSION=9dev
# 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 12d188e55..228aec006 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -100,4 +100,5 @@ UPGRADEABLE_VERSIONS = \
3.3.4 \
3.3.5 \
3.3.6 \
- 3.3.7
+ 3.3.7 \
+ 3.3.8
commit ae79b07a11cceca1711853f6cc0782fe355c478e
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 15:22:42 2024 -0500
Replace freebsd 13.2 with 14.1, 13.2 no longer exists on cirrus
diff --git a/.cirrus.yml b/.cirrus.yml
index 0f268c2a6..dd2f4c96b 100644
--- a/.cirrus.yml
+++ b/.cirrus.yml
@@ -35,9 +35,9 @@ task:
# - name: 14-CURRENT
# freebsd_instance:
# image_family: freebsd-14-0-snap
- - name: 13.2-RELEASE
+ - name: 14.1-RELEASE
freebsd_instance:
- image_family: freebsd-13-2
+ image_family: freebsd-14-1
#- name: 12.3-RELEASE
# freebsd_instance:
# image_family: freebsd-12-3
-----------------------------------------------------------------------
Summary of changes:
.cirrus.yml | 4 ++--
NEWS | 6 ++++++
Version.config | 2 +-
extensions/upgradeable_versions.mk | 3 ++-
4 files changed, 11 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list