[postgis-tickets] [SCM] PostGIS branch stable-2.4 updated. 733237600171aed0137373aa9f8ecd8c41a4d70b
git at osgeo.org
git at osgeo.org
Fri Aug 14 14:41:19 PDT 2020
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-2.4 has been updated
via 733237600171aed0137373aa9f8ecd8c41a4d70b (commit)
from 23f268708b50b5126ff505c43cf91fead46d4c3b (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 733237600171aed0137373aa9f8ecd8c41a4d70b
Author: Regina Obe <lr at pcorp.us>
Date: Fri Aug 14 17:41:14 2020 -0400
Prepping for 2.4.9 release
diff --git a/Version.config b/Version.config
index e2885e9..14069cb 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=9dev
+POSTGIS_MICRO_VERSION=9
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
diff --git a/ci/winnie/build_postgis.sh b/ci/winnie/build_postgis.sh
index 5476c7d..accced5 100644
--- a/ci/winnie/build_postgis.sh
+++ b/ci/winnie/build_postgis.sh
@@ -12,11 +12,10 @@ set -e
#POSTGIS_MINOR_VERSION=1
#POSTGIS_MICRO_VERSION=0SVN
#export GCC_TYPE=gcc48 #for pre-4.8.0 compiles this is blank
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.0
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3.2
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
+export SFCGAL_VER=1.3.8
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
diff --git a/ci/winnie/package_postgis.sh b/ci/winnie/package_postgis.sh
index a059de0..f6f69e1 100644
--- a/ci/winnie/package_postgis.sh
+++ b/ci/winnie/package_postgis.sh
@@ -12,11 +12,10 @@
#export OS_BUILD=32
#export GCC_TYPE=
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.0
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3.2
+export SFCGAL_VER=1.3.8
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
diff --git a/ci/winnie/regress_postgis.sh b/ci/winnie/regress_postgis.sh
index 239b4ef..513bf69 100644
--- a/ci/winnie/regress_postgis.sh
+++ b/ci/winnie/regress_postgis.sh
@@ -1,10 +1,9 @@
#!/bin/bash
set -e
-export SFCGAL_VER=1.3.2
-export GEOS_VER=3.8.0
-export GDAL_VER=2.2.4
-export PROJ_VER=4.9.3
-export SFCGAL_VER=1.3.2
+export GEOS_VER=3.8.1
+export GDAL_VER=2.4.4
+export PROJ_VER=5.2.0
+export SFCGAL_VER=1.3.8
export PCRE_VER=8.33
export PROTOBUF_VER=3.2.0
export PROTOBUFC_VER=1.2.1
@@ -58,7 +57,7 @@ export RELVERDIR=postgis-pg${REL_PGVER}-binaries-${POSTGIS_MICRO_VER}w${OS_BUILD
export PATH="${PATHOLD}:${PGPATH}/bin:${PGPATH}/lib"
#PATH="${MINGPROJECTS}/gettext/rel-gettext-0.18.1/bin:${MINGPROJECTS}/xsltproc:${MINGPROJECTS}/gtk/bin:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}/bin:${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}/bin:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}/include:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}/bin:${MINGPROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}/bin:${MINGPROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}/bin:${PATH}"
-PATH="${MINGPROJECTS}/xsltproc:${MINGPROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/lib:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/include:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PATH}"
+PATH="${MINGPROJECTS}/xsltproc:${MINGPROJECTS}/gtkw${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/geos/rel-${GEOS_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/gdal/rel-${GDAL_VER}w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/lib:${MINGPROJECTS}/rel-libiconv-1.15.1w${OS_BUILD}${GCC_TYPE}/include:${MINGPROJECTS}/rel-libiconv-1.13.1w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/proj/rel-${PROJ_VER}w${OS_BUILD}${GCC_TYPE}/bin:${MINGPROJECTS}/libxml/rel-libxml2-${LIBXML_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PATH}"
#add protobuf
export PATH="${PROJECTS}/protobuf/rel-${PROTOBUF_VER}w${OS_BUILD}${GCC_TYPE}/bin:${PROJECTS}/protobuf/rel-${PROTOBUF_VER}w${OS_BUILD}${GCC_TYPE}/lib:${PATH}"
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index bbb16a5..4526ffa 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,42 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+
+ <sect1>
+ <title>Release 2.4.9</title>
+ <para>Release date: 2020/08/14</para>
+ <para>This is a bug fix and performance improvement release.</para>
+ <simplesect><title>Bug Fixes and Enhancements</title>
+ <para>4709, Fix crash in adding edge to corrupted topology, (Sandro Santilli)</para>
+ <para>Handle non-closed edge rings by human readable error (Sandro Santilli)</para>
+ <para>4706, Fix crash in ST_ChangeEdgeGeom on corrupted topology (Sandro Santilli)</para>
+ <para>4480, Geography Distance inconsistent with Intersects (Paul Ramsey)</para>
+ <para>4481, Improve libprotobuf detection for old systems (Paul Ramsey)</para>
+ <para>4475, Avoid reading into empty ptarra (Paul Ramsey)</para>
+ <para>4492, Fix ST_Simplify ignoring the value of the 3rd parameter (Raúl Marín)</para>
+ <para>4494, Fix ST_Simplify output having an outdated bbox (Raúl Marín)</para>
+ <para>4493, Fix ST_RemoveRepeatedPoints output having an outdated bbox (Raúl Marín)</para>
+ <para>4495, Fix ST_SnapToGrid output having an outdated bbox (Raúl Marín)</para>
+ <para>4506, Remove tolerance in point-in-ring stabline tests (Paul Ramsey)</para>
+ <para>4518, Backport system views to make upgrade to PostGIS3 cleaner (Paul Ramsey)</para>
+ <para>4519, Fix getSRIDbySRS crash (Raúl Marín)</para>
+ <para>4534, Fix leak in lwcurvepoly_from_wkb_state (Raúl Marín)</para>
+ <para>4536, Fix leak in lwcollection_from_wkb_state (Raúl Marín)</para>
+ <para>4537, Fix leak in WKT collection parser (Raúl Marín)</para>
+ <para>4546, Fix ST_ConcaveHull under FDW (Raúl Marín)</para>
+ <para>4547, Fix AddRasterConstraints handling of empty tables (Sandro Santilli)</para>
+ <para>4549, Fix schema qualification of internal types (Raúl Marín)</para>
+ <para>4546, Fix PLPGSQL functions missing the schema qualification (Raúl Marín)</para>
+ <para>4588, Fix update when st_union(geometry) doesn't exist (Raúl Marín)</para>
+ <para>4621, Prevent stack overflow when parsing WKB (Raúl Marín)</para>
+ <para>4646, Fix gserialized_cmp incorrect comparison (dkvash)</para>
+ <para>4652, Fix several memory related bugs in ST_GeomFromGML (Raúl Marín)</para>
+ <para>4661, Fix access to spatial_ref_sys with a non default schema (Raúl Marín)</para>
+ <para>4699, crash on null input to ST_Union(raster, otherarg) (Jaime Casanova, 2ndQuadrant)</para>
+ <para>4691, Fix segfault during gist index creation with empty geometries (Raúl Marín)</para>
+ </simplesect>
+ </sect1>
+
<sect1>
<title>Release 2.4.8</title>
<para>Release date: 2019/08/11</para>
-----------------------------------------------------------------------
Summary of changes:
Version.config | 2 +-
ci/winnie/build_postgis.sh | 9 ++++-----
ci/winnie/package_postgis.sh | 9 ++++-----
ci/winnie/regress_postgis.sh | 11 +++++------
doc/release_notes.xml | 36 ++++++++++++++++++++++++++++++++++++
5 files changed, 50 insertions(+), 17 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list