[postgis-tickets] r17457 - Prepping for PostGIS 3.0.0alpha2 release

Regina Obe lr at pcorp.us
Sat Jun 1 07:19:51 PDT 2019


Author: robe
Date: 2019-06-01 19:19:51 -0700 (Sat, 01 Jun 2019)
New Revision: 17457

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/README.postgis
   trunk/Version.config
   trunk/doc/release_notes.xml
Log:
Prepping for PostGIS 3.0.0alpha2 release

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2019-06-02 01:21:03 UTC (rev 17456)
+++ trunk/ChangeLog	2019-06-02 02:19:51 UTC (rev 17457)
@@ -1,3 +1,99 @@
+2019-06-01 17:32  Darafei Praliaskouski <me at komzpa.net>
+
+	* [r17455] doc/reference_output.xml: [doc] ST_AsGeoJSON
+	  FeatureCollection example
+
+2019-06-01 16:24  Raúl Marín Rodríguez <rmrodriguez at carto.com>
+
+	* [r17454] ci/travis/run_nowagyu.sh: Add removed file
+
+2019-06-01 13:02  Darafei Praliaskouski <me at komzpa.net>
+
+	* [r17453] postgis/postgis.sql.in: Make upgrade finish notification
+	  copy-paste friendly.
+
+2019-06-01 02:10  Regina Obe <lr at pcorp.us>
+
+	* [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-<something>=path commands
+
+2019-06-01 01:29  Regina Obe <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <me at komzpa.net>
+
+	* [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 <strk at kbt.io>
+
+	* [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 <pramsey at cleverelephant.ca>
+
+	* [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 <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [r17443] doc/release_notes.xml: put in date
+
+2019-05-26 01:02  Regina Obe <lr at pcorp.us>
+
+	* [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 <lr at pcorp.us>
+
+	* [r17441] extras/tiger_geocoder/tiger_loader_2018.sql: schema
+	  qualify usage
+
 2019-05-21 23:56  Martin Davis <mtnclimb at gmail.com>
 
 	* [r17440] doc/reference_processing.xml: Improve ST_ConvexHull doc

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2019-06-02 01:21:03 UTC (rev 17456)
+++ trunk/NEWS	2019-06-02 02:19:51 UTC (rev 17457)
@@ -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,10 +9,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
 For full changes and enhancements, refer to PostGIS 3.0.0 section.

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2019-06-02 01:21:03 UTC (rev 17456)
+++ trunk/README.postgis	2019-06-02 02:19:51 UTC (rev 17457)
@@ -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 @@
 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 @@
 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.

Modified: trunk/Version.config
===================================================================
--- trunk/Version.config	2019-06-02 01:21:03 UTC (rev 17456)
+++ trunk/Version.config	2019-06-02 02:19:51 UTC (rev 17457)
@@ -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

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2019-06-02 01:21:03 UTC (rev 17456)
+++ trunk/doc/release_notes.xml	2019-06-02 02:19:51 UTC (rev 17457)
@@ -3,6 +3,25 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 3.0.0alpha2</title>
+      <para>Release date: 2019/06/02</para>
+      <para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>
+      <para>Supported PostgreSQL versions for this release are:
+      PostgreSQL 9.5 - PostgreSQL 12
+      GEOS >= 3.6</para>
+      <simplesect>
+        <title>Major highlights</title>
+         <para>#4404, Fix selectivity issue with support functions (Paul Ramsey)</para>
+         <para>#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)</para>
+        <para>#4198, Add ST_ConstrainedDelaunayTriangles SFCGAL function (Darafei
+           Praliaskouski)</para>
+      </simplesect>
+    </sect1>
+    <sect1>
       <title>Release 3.0.0alpha1</title>
       <para>Release date: 2019/05/26</para>
       <para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>



More information about the postgis-tickets mailing list