]> granicus.if.org Git - postgis/commitdiff
Soft launch PostGIS 2.4.0
authorRegina Obe <lr@pcorp.us>
Thu, 28 Sep 2017 06:50:30 +0000 (06:50 +0000)
committerRegina Obe <lr@pcorp.us>
Thu, 28 Sep 2017 06:50:30 +0000 (06:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15849 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
Version.config
doc/release_notes.xml
extensions/upgradeable_versions.mk

diff --git a/NEWS b/NEWS
index c04b85f07589cdf0e9efe572ca8099e3136ef2c0..e16afcd095c00c1573e4053168bb6de2280c0d0e 100644 (file)
--- 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
index 7caf7b3671a2e6f8120dee5ab6b39773573416b9..2fd47931383b2e6298ebc1f8a95c302565ddc251 100644 (file)
@@ -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
index e87a6e537c9a5fd1dd275aae098f50d28d265a66..6e8e5423372b96b2ef5a4771b66e0cf936666ad3 100644 (file)
@@ -5,7 +5,7 @@
 
     <sect1>
         <title>Release 2.4.0</title>
-        <para>Release date: 2017/09/29</para>
+        <para>Release date: 2017/09/30</para>
         <simplesect><title>New Features</title>
 <para>#3822, Have postgis_full_version() also show and check version of
            PostgreSQL the scripts were built against (Sandro Santilli)</para>
index e9c7cc63aa5e1812b8169cfd2cbfa96a9faeea98..0cb95811db70d81cdfcc49f485f45796daa97b06 100644 (file)
@@ -31,4 +31,5 @@ UPGRADEABLE_VERSIONS = \
        2.4.0beta1 \
        2.4.0rc1 \
        2.4.0rc2 \
+       2.4.0rc3 \
        2.4.0dev