+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 *
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
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).
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
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
<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>
2.4.0alpha \
2.4.0beta1 \
2.4.0rc1 \
+ 2.4.0rc2 \
2.4.0dev