From: Regina Obe Date: Sat, 13 Jan 2018 05:56:33 +0000 (+0000) Subject: Add release notes to docs in prep for release. Minor reword in NEWs X-Git-Tag: 2.4.3rc1~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6941f138c3f5ed7d410abb5de72e7bb3d2e49ea6;p=postgis Add release notes to docs in prep for release. Minor reword in NEWs git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@16279 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index 1139cee54..26a099a47 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 2.4.3 -2018/xx/xx +2018/01/xx * Bug fixes * - #3713, Support encodings that happen to output a '\' character @@ -11,8 +11,8 @@ PostGIS 2.4.3 - #3956, Brin opclass object does not upgrade properly (Sandro Santilli) - #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY (Darafei Praliaskouski) - - #3975, ST_Transform runs query on spatial_ref_sys without schema - qualification. May cause restore issues. (Paul Ramsey) + - #3975, ST_Transform runs query on spatial_ref_sys without schema + qualification. Was causing restore issues. (Paul Ramsey) * Enhancements * - #3944, Update to EPSG register v9.2 (Even Rouault) diff --git a/doc/release_notes.xml b/doc/release_notes.xml index d4d3de97b..4099ac8e8 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -3,6 +3,27 @@ Appendix Release Notes + + Release 2.4.8 + Release date: 2018/01/xx + This is a bug fix and performance improvement release. + + Bug Fixes and Enhancements + #3713, Support encodings that happen to output a '\' character + #3827, Set configure default to not do interrupt testing, + was causing false negatives for many people + #3930, Minimum bounding circle issues on 32-bit platforms + #3965, ST_ClusterKMeans used to lose some clusters on initialization + (Darafei Praliaskouski) + #3956, Brin opclass object does not upgrade properly (Sandro Santilli) + #3982, ST_AsEncodedPolyline supports LINESTRING EMPTY and MULTIPOINT EMPTY + (Darafei Praliaskouski) + #3975, ST_Transform runs query on spatial_ref_sys without schema + qualification. Was causing restore issues. (Paul Ramsey) + + + + Release 2.4.2 Release date: 2017/11/15