[SCM] PostGIS branch stable-3.4 updated. 3.4.3-20-gbc6ad291f
git at osgeo.org
git at osgeo.org
Sat Dec 21 23:57:20 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.4 has been updated
via bc6ad291f15f0e07fc9207570f1b7bd82455109a (commit)
via e11d2f67031668e213355e679c6e0317305582ee (commit)
from 491faa9c8038ff22b3e050cf979fdd2ba8ab03af (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 bc6ad291f15f0e07fc9207570f1b7bd82455109a
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 02:57:12 2024 -0500
Prep for PostGIS 3.4.4 release
diff --git a/NEWS b/NEWS
index 534bc7fcc..610b702b6 100644
--- a/NEWS
+++ b/NEWS
@@ -1,15 +1,15 @@
-PostGIS 3.4.4dev
-2024/xx/xx
+PostGIS 3.4.4
+2024/12/22
* Bug Fixes *
- - Quote-protect output paths of pgtopo_export (Sandro Santilli)
+ - [topology] Quote-protect output paths of pgtopo_export (Sandro Santilli)
- #5785, [raster] ST_MapAlgebra segfaults when expression references
a supernumerary rast argument (Dian M Fay)
- - #5787, Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ - #5787, [topology] Check that ST_ChangeEdgeGeom doesn't change winding of rings
(Sandro Santilli)
- - #5795, Fix ST_NewEdgesSplit can cause invalid topology
- (Björn Harrtell
+ - #5795, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ (Björn Harrtell)
- #5677, Retain SRID during unary union (Paul Ramsey)
- #5790, Non-schema qualified calls causing issue with
materialized views (Regina Obe)
diff --git a/Version.config b/Version.config
index f58fcb616..a3b7092ea 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index c21d184bf..f4a735581 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,33 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.4.3</title>
+ <para>2024/09/04</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>Quote-protect output paths of pgtopo_export (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5785">5785</ulink>, [raster] ST_MapAlgebra segfaults when expression references
+ a supernumerary rast argument (Dian M Fay)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5787">5787</ulink>, [topology] Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5795">5795</ulink>, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ (Björn Harrtell)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5677">5677</ulink>, Retain SRID during unary union (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5790">5790</ulink>, Non-schema qualified calls causing issue with
+ materialized views (Regina Obe)</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Enhancements</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5782">5782</ulink>, Improve robustness of min distance calculation (Sandro Santilli)</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Breaking Changes </title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5799">5799</ulink>, make ST_TileEnvelope clips envelopes to tile plane extent (Paul Ramsey)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.4.3</title>
<para>2024/09/04</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 97ff407a1..4c60f79a2 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -83,6 +83,7 @@ UPGRADEABLE_VERSIONS = \
3.1.9 \
3.1.10 \
3.1.11 \
+ 3.1.12 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -90,7 +91,8 @@ UPGRADEABLE_VERSIONS = \
3.2.4 \
3.2.5 \
3.2.6 \
- 3.2.7\
+ 3.2.7 \
+ 3.2.8 \
3.3.0 \
3.3.1 \
3.3.2 \
@@ -99,7 +101,8 @@ UPGRADEABLE_VERSIONS = \
3.3.5 \
3.3.6 \
3.3.7 \
+ 3.3.8 \
3.4.0 \
3.4.1 \
3.4.2 \
- 3.4.3
+ 3.4.3
commit e11d2f67031668e213355e679c6e0317305582ee
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 02:32:44 2024 -0500
Upgrade winnie dependencies
diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 44fe66a86..0241c6d85 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -9,13 +9,14 @@ export PROJECTS=/projects
# Don't convert paths
# See https://trac.osgeo.org/postgis/ticket/5436#comment:5
export MSYS2_ARG_CONV_EXCL=/config/tags
+export XML_CATALOG_FILES="/projects/docbook/docbook-5.0.1/catalog.xml"
if [[ "${OVERRIDE}" == '' ]] ; then
- export GEOS_VER=3.12.1
- export GDAL_VER=3.8.5
+ export GEOS_VER=3.13.0
+ export GDAL_VER=3.9.2
export PROJ_VER=8.2.1
- export SFCGAL_VER=1.5.1
- export CGAL_VER=5.6
+ export SFCGAL_VER=1.5.2
+ export CGAL_VER=5.6.1
export ICON_VER=1.17
export ZLIB_VER=1.2.13
export PROTOBUF_VER=3.2.0
@@ -28,7 +29,7 @@ fi;
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
export JSON_VER=0.12
-export PCRE_VER=8.33
+export PCRE_VER=8.45
#export OS_BUILD=64
@@ -52,16 +53,16 @@ fi;
#set to something even if override is on but not set
if [[ "${LIBXML_VER}" == '' ]] ; then
- export LIBXML_VER=2.9.14
+ export LIBXML_VER=2.12.5
fi;
#set to something even if override is on but not set
if [[ "${CGAL_VER}" == '' ]] ; then
- export CGAL_VER=5.6
+ export CGAL_VER=5.6.1
fi;
##hard code versions of cgal etc. for now
-export CGAL_VER=5.6
+export CGAL_VER=5.6.1
BOOST_VER=1.84.0
export BOOST_VER_WU=1_84_0
-----------------------------------------------------------------------
Summary of changes:
NEWS | 12 ++++++------
Version.config | 2 +-
ci/winnie/winnie_common.sh | 17 +++++++++--------
doc/release_notes.xml | 27 +++++++++++++++++++++++++++
extensions/upgradeable_versions.mk | 7 +++++--
5 files changed, 48 insertions(+), 17 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list