From 9080b59fee50edd6b97e86a2b08006ce11df6e0a Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Sun, 2 Jun 2019 02:19:51 +0000 Subject: [PATCH] Prepping for PostGIS 3.0.0alpha2 release git-svn-id: http://svn.osgeo.org/postgis/trunk@17457 b70326c6-7e19-0410-871a-916f4a2858ee --- ChangeLog | 96 +++++++++++++++++++++++++++++++++++++++++++ NEWS | 6 ++- README.postgis | 12 +++--- Version.config | 2 +- doc/release_notes.xml | 19 +++++++++ 5 files changed, 127 insertions(+), 8 deletions(-) diff --git a/ChangeLog b/ChangeLog index 0622702f2..fd57f3d93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,99 @@ +2019-06-01 17:32 Darafei Praliaskouski + + * [r17455] doc/reference_output.xml: [doc] ST_AsGeoJSON + FeatureCollection example + +2019-06-01 16:24 Raúl Marín Rodríguez + + * [r17454] ci/travis/run_nowagyu.sh: Add removed file + +2019-06-01 13:02 Darafei Praliaskouski + + * [r17453] postgis/postgis.sql.in: Make upgrade finish notification + copy-paste friendly. + +2019-06-01 02:10 Regina Obe + + * [r17452] ci/bessie/postgis_regress.sh, + ci/bessie32/postgis_regress.sh, ci/debbie/postgis_regress.sh, + ci/winnie/build_postgis.sh, ci/winnie/regress_postgis.sh: take + off --with-wagyu on buildbots now that's the default no longer + necessary + Revise winnie's builds to use pkgconfig where available instead + of the --with-=path commands + +2019-06-01 01:29 Regina Obe + + * [r17451] .travis.yml, NEWS, ci/travis/run_wagyu.sh, configure.ac, + doc/installation.xml: Make build with wagyu the default when + protobuf is also enabled + Closes https://github.com/postgis/postgis/pull/406 + +2019-05-31 21:37 Regina Obe + + * [r17450] ci/bessie32/postgis_regress.sh, + ci/winnie/regress_postgis.sh: reorder wagyu line in bessie + regress + configure winnie to test with wagyu to better troubleshoot issue + References #4408 + +2019-05-31 20:01 Regina Obe + + * [r17449] ci/bessie/postgis_regress.sh, + ci/bessie32/postgis_regress.sh, ci/debbie/postgis_regress.sh: + Change bessies and debbie to build with wagyu + For testing what happens when wagyu becomes the default + References https://github.com/postgis/postgis/pull/406 + +2019-05-31 19:59 Darafei Praliaskouski + + * [r17448] NEWS, doc/html/image_src/Makefile.in, + doc/html/image_src/st_constraineddelaunaytriangles01.wkt, + doc/html/image_src/st_constraineddelaunaytriangles02.wkt, + doc/html/image_src/styles.conf, doc/reference_processing.xml, + doc/reference_sfcgal.xml, postgis/lwgeom_sfcgal.c, + postgis/sfcgal.sql.in, regress/sfcgal/regress_sfcgal.sql, + regress/sfcgal/regress_sfcgal_expected: [sfcgal] Expose + ST_ConstrainedDelaunayTriangles + + Closes #4198 + Closes https://github.com/postgis/postgis/pull/405 + +2019-05-29 13:57 Sandro Santilli + + * [r17447] configure.ac: Update GEOS recommendation to 3.7.0 + + Doesn't make sense to recommend 3.6 if it takes 3.7 to use all + features of PostGIS... + +2019-05-27 21:28 Paul Ramsey + + * [r17446] postgis/geography_centroid.c, postgis/geography_inout.c, + postgis/gserialized_estimate.c, postgis/gserialized_supportfn.c: + Fix selectivity issue with support functions, wherein... default + selectivities were the only thing we were returning. + Closes #4404 + +2019-05-26 20:51 Regina Obe + + * [r17445] Version.config, extensions/upgradeable_versions.mk: Flip + version to alpha2dev (hopefully we won't need another alpha), but + just in case + +2019-05-26 11:37 Regina Obe + + * [r17443] doc/release_notes.xml: put in date + +2019-05-26 01:02 Regina Obe + + * [r17442] ChangeLog, NEWS, Version.config, doc/release_notes.xml, + extensions/upgradeable_versions.mk: Prep for 3.0.0alpha1 release + +2019-05-26 00:59 Regina Obe + + * [r17441] extras/tiger_geocoder/tiger_loader_2018.sql: schema + qualify usage + 2019-05-21 23:56 Martin Davis * [r17440] doc/reference_processing.xml: Improve ST_ConvexHull doc diff --git a/NEWS b/NEWS index f16a89a30..d34bc97c9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,5 @@ PostGIS 3.0.0alpha2 -2019/XX/XX +2019/06/02 For full changes and enhancements, refer to PostGIS 3.0.0 section. This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+ @@ -9,9 +9,11 @@ Additional features enabled if you are running Proj6+ and PostgreSQL 12 - #4404, Fix selectivity issue with support functions (Paul Ramsey) - #4311, Make wagyu the default option to validate polygons. This option requires a C++11 compiler and will use CXXFLAGS (not CFLAGS). + It only enabled if built with MVT support (protobuf) Add `--without-wagyu` to disable this option and keep the behaviour from 2.5 (Raúl Marín) - + - #4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei + Praliaskouski) PostGIS 3.0.0alpha1 2019/05/26 diff --git a/README.postgis b/README.postgis index dae008eea..60fc68495 100644 --- a/README.postgis +++ b/README.postgis @@ -1,9 +1,9 @@ PostGIS - Geographic Information Systems Extensions to PostgreSQL ================================================================= -:Version: 2.5.0rc1 -:Date: 2018-08-19 -:Website: http://postgis.net +:Version: 3.0.0alpah2 +:Date: 2019-06-02 +:Website: https://postgis.net This distribution contains a module which implements GIS simple features, ties the features to R-tree indexing, and provides many spatial functions for @@ -12,10 +12,12 @@ accessing and analyzing geographic data. Directory structure:: ./ Build scripts and install directions + ./deps Extra dependencies (currently only mapbox wagyu) ./doc PostGIS Documentation ./extensions Support for the PostgreSQL Extensions framework ./extras Various pieces that didn't belong to mainstream - (package management specfiles, WFS_locks, sample WKB parser) + (package management specfiles, WFS_locks + , sample WKB parser, postgis_tiger_geocoder) ./liblwgeom LWGEOM geometry library ./libpgcommon PostGIS library to bridge LWGEOM to PostgreSQL ./loader A program to convert ESRI Shape files into SQL text suitable @@ -31,7 +33,7 @@ Directory structure:: REQUIREMENTS ------------ -PostGIS is compatible with PostgreSQL 9.4 and above. +PostGIS is compatible with PostgreSQL 9.5 and above. You *must* have the full PostgreSQL - including server headers - installed for this to work. diff --git a/Version.config b/Version.config index 73fa46f8f..8f803c254 100644 --- a/Version.config +++ b/Version.config @@ -5,7 +5,7 @@ POSTGIS_MAJOR_VERSION=3 POSTGIS_MINOR_VERSION=0 -POSTGIS_MICRO_VERSION=0alpha2dev +POSTGIS_MICRO_VERSION=0alpha2 # 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 0666e4b98..9ec2040d4 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,25 @@ Appendix Release Notes + + Release 3.0.0alpha2 + Release date: 2019/06/02 + If compiling with PostgreSQL+JIT, LLVM >= 6 is required + Supported PostgreSQL versions for this release are: + PostgreSQL 9.5 - PostgreSQL 12 + GEOS >= 3.6 + + Major highlights + #4404, Fix selectivity issue with support functions (Paul Ramsey) + #4311, Make wagyu the default option to validate polygons. + This option requires a C++11 compiler and will use CXXFLAGS (not CFLAGS). + It is only enabled if built with MVT support (protobuf) + Add `--without-wagyu` to disable this option and keep the behaviour + from 2.5 (Raúl Marín) + #4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei + Praliaskouski) + + Release 3.0.0alpha1 Release date: 2019/05/26 -- 2.50.1