[postgis-tickets] [SCM] PostGIS branch stable-2.5 updated. 2.5.4-31-gb7fa195
git at osgeo.org
git at osgeo.org
Fri Aug 14 14:19:13 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.5 has been updated
via b7fa19527d9a329009081389b458ece0bea31ddf (commit)
from 62d105146b02462affa98bb6b7c7976f347e3409 (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 b7fa19527d9a329009081389b458ece0bea31ddf
Author: Regina Obe <lr at pcorp.us>
Date: Fri Aug 14 17:19:06 2020 -0400
Prepping for 2.5.5 release
diff --git a/NEWS b/NEWS
index 9586eee..429f16d 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 2.5.5
-2020/xx/xx
+2020/08/14
* Bug fixes *
diff --git a/Version.config b/Version.config
index 6d330ca..695faa7 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=5dev
+POSTGIS_MICRO_VERSION=5
# 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 f156b9d..5fd5663 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,6 +4,25 @@
<subtitle>Release Notes</subtitle>
<sect1>
+ <title>Release 2.5.5</title>
+ <para>Release date: 2020/08/14</para>
+ <simplesect>
+ <title>Bug Fixes</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>4652, Fix several memory related bugs in ST_GeomFromGML (Raúl Marín)</para>
+ <para>4661,4129, Fix access to spatial_ref_sys with a non default schema (Raúl Marín)</para>
+ <para>4670, ST_AddPoint: Fix bug when a positive position is requested (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>
+ <para>4541, ST_ConcaveHull returns a "geometrycollection"
+ type instead of the expected "polygon" (Regina Obe)</para>
+ </simplesect>
+ </sect1>
+
+
+ <sect1>
<title>Release 2.5.4</title>
<para>Release date: 2020/02/28</para>
<simplesect>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 8d6efdf..a49d099 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -46,6 +46,7 @@ UPGRADEABLE_VERSIONS = \
2.4.6 \
2.4.7 \
2.4.8 \
+ 2.4.9 \
2.5.0 \
2.5.1 \
2.5.2 \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 19 +++++++++++++++++++
extensions/upgradeable_versions.mk | 1 +
4 files changed, 22 insertions(+), 2 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list