[postgis-tickets] r15849 - Soft launch PostGIS 2.4.0
Regina Obe
lr at pcorp.us
Wed Sep 27 23:50:31 PDT 2017
Author: robe
Date: 2017-09-27 23:50:30 -0700 (Wed, 27 Sep 2017)
New Revision: 15849
Modified:
branches/2.4/NEWS
branches/2.4/Version.config
branches/2.4/doc/release_notes.xml
branches/2.4/extensions/upgradeable_versions.mk
Log:
Soft launch PostGIS 2.4.0
Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS 2017-09-27 20:54:59 UTC (rev 15848)
+++ branches/2.4/NEWS 2017-09-28 06:50:30 UTC (rev 15849)
@@ -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 @@
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
Modified: branches/2.4/Version.config
===================================================================
--- branches/2.4/Version.config 2017-09-27 20:54:59 UTC (rev 15848)
+++ branches/2.4/Version.config 2017-09-28 06:50:30 UTC (rev 15849)
@@ -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
Modified: branches/2.4/doc/release_notes.xml
===================================================================
--- branches/2.4/doc/release_notes.xml 2017-09-27 20:54:59 UTC (rev 15848)
+++ branches/2.4/doc/release_notes.xml 2017-09-28 06:50:30 UTC (rev 15849)
@@ -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>
Modified: branches/2.4/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.4/extensions/upgradeable_versions.mk 2017-09-27 20:54:59 UTC (rev 15848)
+++ branches/2.4/extensions/upgradeable_versions.mk 2017-09-28 06:50:30 UTC (rev 15849)
@@ -31,4 +31,5 @@
2.4.0beta1 \
2.4.0rc1 \
2.4.0rc2 \
+ 2.4.0rc3 \
2.4.0dev
More information about the postgis-tickets
mailing list