]> granicus.if.org Git - postgis/commitdiff
update badges to point at 2.4, update to 2.4.0rc3
authorRegina Obe <lr@pcorp.us>
Tue, 26 Sep 2017 01:50:33 +0000 (01:50 +0000)
committerRegina Obe <lr@pcorp.us>
Tue, 26 Sep 2017 01:50:33 +0000 (01:50 +0000)
git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15820 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
README.md
README.postgis
Version.config
doc/release_notes.xml
extensions/upgradeable_versions.mk

diff --git a/NEWS b/NEWS
index e7a5b2d217cec5d8c60a3e9dfcdb4b6ed6c99331..bfc28a073e31df7da64158b9d11c28587db0ee84 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,13 @@
+PostGIS 2.4.0rc3
+2017/09/25
+* 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
+
+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 *
@@ -27,7 +37,7 @@ Note possible breaking changes since 2.4.0 beta1 release are:
 See PostGIS 2.4.0 section for details of new features and fixes in this release
 
 PostGIS 2.4.0
-2017/09/xx
+2017/09/29
 
  * New Features *
   - #3822, Have postgis_full_version() also show and check version of
index 83f67a8965df5aa0e16c7af0fbe1b163da1e6da1..fdb08d95206fdaf1e78b468224d8d39e61993153 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,13 +1,13 @@
 Debbie:
-   [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_trunk)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_trunk/)
+   [![Build Status](https://debbie.postgis.net/buildStatus/icon?job=PostGIS_2.4)](https://debbie.postgis.net/view/PostGIS/job/PostGIS_2.4/)
 Winnie:
- [![Build Status](https://debbie.postgis.net:444/buildStatus/icon?job=PostGIS_trunk)](https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_trunk/)
+ [![Build Status](https://debbie.postgis.net:444/buildStatus/icon?job=PostGIS_2.4)](https://debbie.postgis.net:444/view/PostGIS/job/PostGIS_2.4/)
 Dronie:
- [![Build Status](https://drone.osgeo.org/api/badges/postgis/postgis/status.svg?branch=svn-trunk)](https://drone.osgeo.org/postgis/postgis?branch=svn-trunk)
+ [![Build Status](https://drone.osgeo.org/api/badges/postgis/postgis/status.svg?branch=svn-2.4)](https://drone.osgeo.org/postgis/postgis?branch=svn-2.4)
 Travis:
  [![Build Status](https://secure.travis-ci.org/postgis/postgis.svg)](http://travis-ci.org/postgis/postgis)
 GitLab-CI:
- [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/svn-trunk/build.svg)](https://gitlab.com/postgis/postgis/commits/svn-trunk)
+ [![Gitlab-CI](https://gitlab.com/postgis/postgis/badges/svn-2.4/build.svg)](https://gitlab.com/postgis/postgis/commits/svn-2.4)
 
 This file is here to play nicely with modern code repository facilities.
 Actual readme is [here](README.postgis).
index d3cc90a870bfe22f97f3a5496eed7a7a9c24ddab..da30a04a74cbf209e559d6ea5398a6946768869b 100644 (file)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 2.4.0rc2
-:Date: 2017-09-24
+:Version: 2.4.0rc3
+:Date: 2017-09-25
 :Website: http://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
index cb7a742a4971b6e25d7e0e462cf90ef92730ef14..7caf7b3671a2e6f8120dee5ab6b39773573416b9 100644 (file)
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=2
 POSTGIS_MINOR_VERSION=4
-POSTGIS_MICRO_VERSION=0rc2
+POSTGIS_MICRO_VERSION=0rc3
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
index 5891a263aadf0a170365ef7f383c51678e2dd342..e87a6e537c9a5fd1dd275aae098f50d28d265a66 100644 (file)
@@ -5,7 +5,7 @@
 
     <sect1>
         <title>Release 2.4.0</title>
-        <para>Release date: 2017/09/xx</para>
+        <para>Release date: 2017/09/29</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 368b47a7c0258516b4118dc69b53859a38dd2554..e9c7cc63aa5e1812b8169cfd2cbfa96a9faeea98 100644 (file)
@@ -30,4 +30,5 @@ UPGRADEABLE_VERSIONS = \
        2.4.0alpha \
        2.4.0beta1 \
        2.4.0rc1 \
+       2.4.0rc2 \
        2.4.0dev