From: Regina Obe Date: Tue, 26 Sep 2017 01:50:33 +0000 (+0000) Subject: update badges to point at 2.4, update to 2.4.0rc3 X-Git-Tag: 2.4.0rc3~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b27af55128e2f9c91c19e603970312374c161c4;p=postgis update badges to point at 2.4, update to 2.4.0rc3 git-svn-id: http://svn.osgeo.org/postgis/branches/2.4@15820 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/NEWS b/NEWS index e7a5b2d21..bfc28a073 100644 --- 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 diff --git a/README.md b/README.md index 83f67a896..fdb08d952 100644 --- 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). diff --git a/README.postgis b/README.postgis index d3cc90a87..da30a04a7 100644 --- a/README.postgis +++ b/README.postgis @@ -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 diff --git a/Version.config b/Version.config index cb7a742a4..7caf7b367 100644 --- a/Version.config +++ b/Version.config @@ -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 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index 5891a263a..e87a6e537 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -5,7 +5,7 @@ Release 2.4.0 - Release date: 2017/09/xx + Release date: 2017/09/29 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 368b47a7c..e9c7cc63a 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -30,4 +30,5 @@ UPGRADEABLE_VERSIONS = \ 2.4.0alpha \ 2.4.0beta1 \ 2.4.0rc1 \ + 2.4.0rc2 \ 2.4.0dev