[postgis-tickets] r17023 - Prepping for 2.5.1 release
Regina Obe
lr at pcorp.us
Sun Nov 18 12:43:11 PST 2018
Author: robe
Date: 2018-11-18 00:43:10 -0800 (Sun, 18 Nov 2018)
New Revision: 17023
Modified:
branches/2.5/HOWTO_RELEASE
branches/2.5/NEWS
branches/2.5/Version.config
branches/2.5/doc/release_notes.xml
branches/2.5/extensions/upgradeable_versions.mk
Log:
Prepping for 2.5.1 release
Modified: branches/2.5/HOWTO_RELEASE
===================================================================
--- branches/2.5/HOWTO_RELEASE 2018-11-15 16:10:36 UTC (rev 17022)
+++ branches/2.5/HOWTO_RELEASE 2018-11-18 08:43:10 UTC (rev 17023)
@@ -95,7 +95,8 @@
- Announce on e-mail
- postgis-users
- postgis-devel
- - pgsql-announce (send note to david at fetter dot org to be included in Weekly news)
+ - pgsql-announce (when send do not cc: they only accept direct to:)
+ - postgresql weekly news (send note to david at fetter dot org to be included in Weekly news)
- osgeo-discuss
- Update web sites
- PostGIS News
Modified: branches/2.5/NEWS
===================================================================
--- branches/2.5/NEWS 2018-11-15 16:10:36 UTC (rev 17022)
+++ branches/2.5/NEWS 2018-11-18 08:43:10 UTC (rev 17023)
@@ -1,5 +1,5 @@
PostGIS 2.5.1
-XXXX/XX/XX
+2018/11/18
* Bug fixes *
- #4183, St_AsMVTGeom: Drop invalid geometries after simplification (Raúl Marín)
Modified: branches/2.5/Version.config
===================================================================
--- branches/2.5/Version.config 2018-11-15 16:10:36 UTC (rev 17022)
+++ branches/2.5/Version.config 2018-11-18 08:43:10 UTC (rev 17023)
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=2
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=1dev
+POSTGIS_MICRO_VERSION=1
# Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
# when changing POSTGIS_MINOR_VERSION
Modified: branches/2.5/doc/release_notes.xml
===================================================================
--- branches/2.5/doc/release_notes.xml 2018-11-15 16:10:36 UTC (rev 17022)
+++ branches/2.5/doc/release_notes.xml 2018-11-18 08:43:10 UTC (rev 17023)
@@ -2,6 +2,37 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>Release 2.5.1</title>
+ <para>Release date: 2018/11/18</para>
+ <para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>
+ <para>Supported PostgreSQL versions for this release are:
+ PostgreSQL 9.4 - PostgreSQL 12 (in development)
+ GEOS >= 3.5</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para>#4183, St_AsMVTGeom: Drop invalid geometries after simplification (Raúl Marín)</para>
+ <para>#4188, Avoid division by zero in kmeans (Raúl Marín)</para>
+ <para>#4189, Fix undefined behaviour in SADFWrite (Raúl Marín)</para>
+ <para>#4191, Fix undefined behaviour in ptarray_clone_deep (Raúl Marín)</para>
+ <para>#4020, Fix leftovers in topology upgrade from 2.1 (Sandro Santilli)</para>
+ <para>#4206, Fix support for PostgreSQL 12 dev branch (Laurenz Albe)</para>
+ <para>#4211, Fix ST_Subdivide for minimal exterior ring with minimal hole (Darafei
+ Praliaskouski)</para>
+ <para>#3457, Fix raster envelope shortcut in ST_Clip (Sai-bot)</para>
+ <para>#4215, Use floating point compare in ST_DumpAsPolygons (Darafei Praliaskouski)</para>
+ <para>#4217, Fix ST_Subdivide crash on EMPTY in intermediate iterations (Darafei
+ Praliaskouski)</para>
+ <para>#4223, ST_DistanceTree error for near parallel boxes (Paul Ramsey)</para>
+ <para>Schema qualify more functions for raster (Regina Obe)</para>
+ <para>#4216, Revert non-sliced box access (Paul Ramsey)</para>
+ <para>#2767, Documentation for AddRasterConstraint optional parameters (Sunveer Singh)</para>
+ <para>#4326, Allocate enough memory in gidx_to_string (Raúl Marín)</para>
+ <para>#4190, Avoid undefined behaviour in gserialized_estimate</para>
+ </simplesect>
+
+ </sect1>
+
<sect1>
<title>Release 2.5.0</title>
<para>Release date: 2018/09/23</para>
Modified: branches/2.5/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.5/extensions/upgradeable_versions.mk 2018-11-15 16:10:36 UTC (rev 17022)
+++ branches/2.5/extensions/upgradeable_versions.mk 2018-11-18 08:43:10 UTC (rev 17023)
@@ -39,4 +39,5 @@
2.4.3 \
2.4.4 \
2.4.5 \
+ 2.4.6 \
2.5.0
More information about the postgis-tickets
mailing list