From: Regina Obe Date: Sun, 18 Nov 2018 08:43:10 +0000 (+0000) Subject: Prepping for 2.5.1 release X-Git-Tag: 2.5.1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33fda0b8f2462a2c1e825ac9d365dffbe4ac20f6;p=postgis Prepping for 2.5.1 release git-svn-id: http://svn.osgeo.org/postgis/branches/2.5@17023 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE index 9f0717d4f..7834783b1 100644 --- a/HOWTO_RELEASE +++ b/HOWTO_RELEASE @@ -95,7 +95,8 @@ Release procedure - 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 diff --git a/NEWS b/NEWS index 4da1b879e..bba96037a 100644 --- a/NEWS +++ b/NEWS @@ -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) diff --git a/Version.config b/Version.config index 3d57c2a9f..272cc8d69 100644 --- a/Version.config +++ b/Version.config @@ -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 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 9eef85fb4..aba521d3c 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,37 @@ Appendix Release Notes + + Release 2.5.1 + Release date: 2018/11/18 + If compiling with PostgreSQL+JIT, LLVM >= 6 is required + Supported PostgreSQL versions for this release are: + PostgreSQL 9.4 - PostgreSQL 12 (in development) + GEOS >= 3.5 + + Bug Fixes + #4183, St_AsMVTGeom: Drop invalid geometries after simplification (Raúl Marín) + #4188, Avoid division by zero in kmeans (Raúl Marín) + #4189, Fix undefined behaviour in SADFWrite (Raúl Marín) + #4191, Fix undefined behaviour in ptarray_clone_deep (Raúl Marín) + #4020, Fix leftovers in topology upgrade from 2.1 (Sandro Santilli) + #4206, Fix support for PostgreSQL 12 dev branch (Laurenz Albe) + #4211, Fix ST_Subdivide for minimal exterior ring with minimal hole (Darafei + Praliaskouski) + #3457, Fix raster envelope shortcut in ST_Clip (Sai-bot) + #4215, Use floating point compare in ST_DumpAsPolygons (Darafei Praliaskouski) + #4217, Fix ST_Subdivide crash on EMPTY in intermediate iterations (Darafei + Praliaskouski) + #4223, ST_DistanceTree error for near parallel boxes (Paul Ramsey) + Schema qualify more functions for raster (Regina Obe) + #4216, Revert non-sliced box access (Paul Ramsey) + #2767, Documentation for AddRasterConstraint optional parameters (Sunveer Singh) + #4326, Allocate enough memory in gidx_to_string (Raúl Marín) + #4190, Avoid undefined behaviour in gserialized_estimate + + + + Release 2.5.0 Release date: 2018/09/23 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 5d9dd36e9..7bae72cb4 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -39,4 +39,5 @@ UPGRADEABLE_VERSIONS = \ 2.4.3 \ 2.4.4 \ 2.4.5 \ + 2.4.6 \ 2.5.0