]> granicus.if.org Git - postgis/commitdiff
Prepping for PostGIS 3.0.0alpha2 release
authorRegina Obe <lr@pcorp.us>
Sun, 2 Jun 2019 02:19:51 +0000 (02:19 +0000)
committerRegina Obe <lr@pcorp.us>
Sun, 2 Jun 2019 02:19:51 +0000 (02:19 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17457 b70326c6-7e19-0410-871a-916f4a2858ee

ChangeLog
NEWS
README.postgis
Version.config
doc/release_notes.xml

index 0622702f2c02b393f18c70a603fdc207e227f5ed..fd57f3d93e5a79273dcdc0d131bfb058da4788cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,99 @@
+2019-06-01 17:32  Darafei Praliaskouski <me@komzpa.net>
+
+       * [r17455] doc/reference_output.xml: [doc] ST_AsGeoJSON
+         FeatureCollection example
+
+2019-06-01 16:24  Raúl Marín Rodríguez <rmrodriguez@carto.com>
+
+       * [r17454] ci/travis/run_nowagyu.sh: Add removed file
+
+2019-06-01 13:02  Darafei Praliaskouski <me@komzpa.net>
+
+       * [r17453] postgis/postgis.sql.in: Make upgrade finish notification
+         copy-paste friendly.
+
+2019-06-01 02:10  Regina Obe <lr@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@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@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@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@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@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@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@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@pcorp.us>
+
+       * [r17443] doc/release_notes.xml: put in date
+
+2019-05-26 01:02  Regina Obe <lr@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@pcorp.us>
+
+       * [r17441] extras/tiger_geocoder/tiger_loader_2018.sql: schema
+         qualify usage
+
 2019-05-21 23:56  Martin Davis <mtnclimb@gmail.com>
 
        * [r17440] doc/reference_processing.xml: Improve ST_ConvexHull doc
diff --git a/NEWS b/NEWS
index f16a89a300534d796708a5d56d7299ff31102cee..d34bc97c9a8ae3d1121dce90e7b41142d6408eac 100644 (file)
--- 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
index dae008eea865dd3c342b6f80389087aa372b915a..60fc6849555b6c418b50c0f9fa97e3738599a3cc 100644 (file)
@@ -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.
index 73fa46f8f342c9218a780f84a2b155461ba0b8bb..8f803c254e74ae98b897618fc1da127d9c588da7 100644 (file)
@@ -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
index 0666e4b9888213228d60206d3befc7127e148abb..9ec2040d4db8058f8b139dffd5a5832beae3c45e 100644 (file)
@@ -2,6 +2,25 @@
 <appendix id="release_notes">
   <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 &gt;= 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>