[postgis-tickets] r15820 - update badges to point at 2.4, update to 2.4.0rc3
Regina Obe
lr at pcorp.us
Mon Sep 25 18:50:33 PDT 2017
Author: robe
Date: 2017-09-25 18:50:33 -0700 (Mon, 25 Sep 2017)
New Revision: 15820
Modified:
branches/2.4/NEWS
branches/2.4/README.md
branches/2.4/README.postgis
branches/2.4/Version.config
branches/2.4/doc/release_notes.xml
branches/2.4/extensions/upgradeable_versions.mk
Log:
update badges to point at 2.4, update to 2.4.0rc3
Modified: branches/2.4/NEWS
===================================================================
--- branches/2.4/NEWS 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/NEWS 2017-09-26 01:50:33 UTC (rev 15820)
@@ -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 @@
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
Modified: branches/2.4/README.md
===================================================================
--- branches/2.4/README.md 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/README.md 2017-09-26 01:50:33 UTC (rev 15820)
@@ -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).
Modified: branches/2.4/README.postgis
===================================================================
--- branches/2.4/README.postgis 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/README.postgis 2017-09-26 01:50:33 UTC (rev 15820)
@@ -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
Modified: branches/2.4/Version.config
===================================================================
--- branches/2.4/Version.config 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/Version.config 2017-09-26 01:50:33 UTC (rev 15820)
@@ -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
Modified: branches/2.4/doc/release_notes.xml
===================================================================
--- branches/2.4/doc/release_notes.xml 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/doc/release_notes.xml 2017-09-26 01:50:33 UTC (rev 15820)
@@ -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>
Modified: branches/2.4/extensions/upgradeable_versions.mk
===================================================================
--- branches/2.4/extensions/upgradeable_versions.mk 2017-09-26 01:10:57 UTC (rev 15819)
+++ branches/2.4/extensions/upgradeable_versions.mk 2017-09-26 01:50:33 UTC (rev 15820)
@@ -30,4 +30,5 @@
2.4.0alpha \
2.4.0beta1 \
2.4.0rc1 \
+ 2.4.0rc2 \
2.4.0dev
More information about the postgis-tickets
mailing list