[SCM] PostGIS branch stable-3.4 updated. 3.4.0-66-g77e0a6ad2
git at osgeo.org
git at osgeo.org
Sun Nov 12 13:02:51 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.4 has been updated
via 77e0a6ad21c9f33d08a63b9add49b872c5d419e9 (commit)
from cf403e0c58bbf5bfbe01c0ee3eda6f13870937bf (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 77e0a6ad21c9f33d08a63b9add49b872c5d419e9
Author: Regina Obe <lr at pcorp.us>
Date: Sat Nov 11 23:25:57 2023 -0500
GEOS 3.12.1
- Flip winnie's build versions to latest GEOS 3.12.1
- Set PostGIS GEOS last_geos_release_version to 3.12.1
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index fe6b52fef..3d38a6df1 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -11,11 +11,11 @@ export PROJECTS=/projects
export MSYS2_ARG_CONV_EXCL=/config/tags
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.12.0
+ export GEOS_VER=3.12.1
export GDAL_VER=3.7.1
export PROJ_VER=8.2.1
- export SFCGAL_VER=1.4.1
- export CGAL_VER=5.3
+ export SFCGAL_VER=1.5.0
+ export CGAL_VER=5.6
export ICON_VER=1.17
export ZLIB_VER=1.2.13
export PROTOBUF_VER=3.2.0
diff --git a/doc/postgis.xml b/doc/postgis.xml
index f508420b6..8cdd8fd3c 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -12,7 +12,7 @@
<!-- Change these values to update the version numbers referenced within the documentation -->
<!ENTITY last_proj_release_version "9.2.1">
-<!ENTITY last_geos_release_version "3.12.0">
+<!ENTITY last_geos_release_version "3.12.1">
<!ENTITY min_postgres_version "12">
<!ENTITY max_postgres_version "16">
-----------------------------------------------------------------------
Summary of changes:
ci/winnie/winnie_common.sh | 6 +++---
doc/postgis.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list