From: Regina Obe Date: Thu, 28 Sep 2017 06:50:30 +0000 (+0000) Subject: Soft launch PostGIS 2.4.0 X-Git-Tag: 2.4.0~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7bf353c07d534841b9fd346e5490724771d2a961;p=postgis Soft launch PostGIS 2.4.0 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15849 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index c04b85f07..e16afcd09 100644 --- a/NEWS +++ b/NEWS @@ -1,46 +1,5 @@ -PostGIS 2.4.0rc3 -2017/09/27 -* Fixes and Enhancements since PostGIS 2.4.0rc2 * - - #3781 st_contains cannot handle curvepolygon / compoundcurve - consisting of only straight lines - - #3866 server crashing from large values in ST_AsTWKB - - #3818 Allow triangles unclosed in M to be WKT parsed - - several packaging changes regarding checking trailing blanks - - -See PostGIS 2.4.0 section for details of -new features and enhancements in this release. - -PostGIS 2.4.0rc2 -2017/09/24 -* Fixes and Enhancements since PostGIS 2.4.0rc1 * - - Numerous fixes to ST_AsMVT, ST_AsGeoBuf - - ST_AsTWKB speed and memory performance enhancments - - ST_RepeatedPoints speed improvements - - ST_ConcaveHull bug fix - -See PostGIS 2.4.0 section for details of -new features and enhancements in this release. - -PostGIS 2.4.0rc1 -2017/09/13 -Note possible breaking changes since 2.4.0 beta1 release are: -* Breaking Changes * - - B-Tree index operators < = > changed to provide better spatial locality on sorting - and have expected behavior on GROUP BY. - If you have btree index for geometry or geography, you need to REINDEX it, or review - if it was created by accident and needs to be replaced with GiST index. - If your code relies on old left-to-right box compare ordering, - update it to use << >> operators. - - ST_AsMVT aggregate now overloaded and arg order changed. - Check your code if you are already using this function. - - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0 - when ST_DumpPoints got reimplemented in C - -See PostGIS 2.4.0 section for details of new features and fixes in this release - PostGIS 2.4.0 -2017/09/29 +2017/09/30 * New Features * - #3822, Have postgis_full_version() also show and check version of @@ -106,6 +65,48 @@ PostGIS 2.4.0 If your code relies on old left-to-right box compare ordering, update it to use << >> operators +PostGIS 2.4.0rc3 +2017/09/27 +* Fixes and Enhancements since PostGIS 2.4.0rc2 * + - #3781 st_contains cannot handle curvepolygon / compoundcurve + consisting of only straight lines + - #3866 server crashing from large values in ST_AsTWKB + - #3818 Allow triangles unclosed in M to be WKT parsed + - several packaging changes regarding checking trailing blanks + + +See PostGIS 2.4.0 section for details of +new features and enhancements in this release. + +PostGIS 2.4.0rc2 +2017/09/24 +* Fixes and Enhancements since PostGIS 2.4.0rc1 * + - Numerous fixes to ST_AsMVT, ST_AsGeoBuf + - ST_AsTWKB speed and memory performance enhancments + - ST_RepeatedPoints speed improvements + - ST_ConcaveHull bug fix + +See PostGIS 2.4.0 section for details of +new features and enhancements in this release. + +PostGIS 2.4.0rc1 +2017/09/13 +Note possible breaking changes since 2.4.0 beta1 release are: +* Breaking Changes * + - B-Tree index operators < = > changed to provide better spatial locality on sorting + and have expected behavior on GROUP BY. + If you have btree index for geometry or geography, you need to REINDEX it, or review + if it was created by accident and needs to be replaced with GiST index. + If your code relies on old left-to-right box compare ordering, + update it to use << >> operators. + - ST_AsMVT aggregate now overloaded and arg order changed. + Check your code if you are already using this function. + - _ST_DumpPoints removed, was no longer needed after PostGIS 2.1.0 + when ST_DumpPoints got reimplemented in C + +See PostGIS 2.4.0 section for details of new features and fixes in this release + + PostGIS 2.4.0beta1 2017/09/02 See PostGIS 2.4.0 section for details diff --git a/Version.config b/Version.config index 7caf7b367..2fd479313 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=2 POSTGIS_MINOR_VERSION=4 -POSTGIS_MICRO_VERSION=0rc3 +POSTGIS_MICRO_VERSION=0 # 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 e87a6e537..6e8e54233 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -5,7 +5,7 @@ Release 2.4.0 - Release date: 2017/09/29 + Release date: 2017/09/30 New Features #3822, Have postgis_full_version() also show and check version of PostgreSQL the scripts were built against (Sandro Santilli) diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index e9c7cc63a..0cb95811d 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -31,4 +31,5 @@ UPGRADEABLE_VERSIONS = \ 2.4.0beta1 \ 2.4.0rc1 \ 2.4.0rc2 \ + 2.4.0rc3 \ 2.4.0dev