]> granicus.if.org Git - postgis/commitdiff
Prepping for release tomorrow
authorRegina Obe <lr@pcorp.us>
Fri, 9 Aug 2019 23:51:16 +0000 (23:51 +0000)
committerRegina Obe <lr@pcorp.us>
Fri, 9 Aug 2019 23:51:16 +0000 (23:51 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@17684 b70326c6-7e19-0410-871a-916f4a2858ee

NEWS
doc/release_notes.xml
extensions/upgradeable_versions.mk

diff --git a/NEWS b/NEWS
index 4b24864320d6e40a13f7cb548e7c485f9db7deea..4540df5beeea678d3732544e855cb89130c8ac4b 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.0.0alpha4
-2019/08/xx
+2019/08/10
 For full changes and enhancements, refer to PostGIS 3.0.0.
 This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+
 Additional features enabled if you are running Proj6+ and PostgreSQL 12
@@ -10,17 +10,17 @@ Additional features enabled if you are running Proj6+ and PostgreSQL 12
   - #4451, Fix the calculation of gserialized_max_header_size (Raúl Marín)
   - #4450, Speed up ST_GeometryType (Raúl Marín)
   - #4452, Add ST_TileEnvelope() (Paul Ramsey)
+  - #4403, Support for shp2pgsql ability to reproject with copy mode (-D) (Regina Obe)
   - #4417, Update spatial_ref_sys with new entries (Paul Ramsey)
   - #4449, Speed up ST_X, ST_Y, ST_Z and ST_M (Raúl Marín)
-  - #4456, add Rasbery Pi 32-bit jenkins bot for testing (Bruce Rindahl)
   - #4454, Speed up _ST_OrderingEquals (Raúl Marín)
   - #4453, Speed up ST_IsEmpty (Raúl Marín)
   - #4271, postgis_extensions_upgrade() also updates after pg_upgrade (Raúl Marín)
-  - #4403, Support for shp2pgsql ability to reproject with copy mode (-D) (Regina Obe)
   - #4466, Fix undefined behaviour in _postgis_gserialized_stats (Raúl Marín)
   - #4209, Handle NULL geometry values in pgsql2shp (Paul Ramsey)
   - #4419, Use protobuf version to enable/disable mvt/geobuf (Paul Ramsey)
   - #4437, Handle POINT EMPTY in shape loader/dumper (Paul Ramsey)
+  - #4456, add Rasbery Pi 32-bit jenkins bot for testing (Bruce Rindahl,Regina Obe)
 
 PostGIS 3.0.0alpha3
 2019/07/01
index d0854b2561d0b7de5751f2d09aa74eee70743dbc..4f4c96b691983dd833fb1cdb3c70342b212ebaf2 100644 (file)
@@ -2,6 +2,34 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+    <sect1>
+      <title>Release 3.0.0alpha4</title>
+      <para>Release date: 2019/08/10</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. Additional features enabled if you running Proj6+ and/or PostgreSQL 12</para>
+      <simplesect>
+        <title>Major highlights</title>
+          <para>4433, 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl Marín)</para>
+          <para>4445, Fix a bug in geometry_le (Raúl Marín)</para>
+          <para>4451, Fix the calculation of gserialized_max_header_size (Raúl Marín)</para>
+          <para>4450, Speed up ST_GeometryType (Raúl Marín)</para>
+          <para>4452, Add ST_TileEnvelope() (Paul Ramsey)</para>
+          <para>4403, Support for shp2pgsql ability to reproject with copy mode (-D) (Regina Obe)</para>
+          <para>4417, Update spatial_ref_sys with new entries (Paul Ramsey)</para>
+          <para>4449, Speed up ST_X, ST_Y, ST_Z and ST_M (Raúl Marín)</para>
+          <para>4454, Speed up _ST_OrderingEquals (Raúl Marín)</para>
+          <para>4453, Speed up ST_IsEmpty (Raúl Marín)</para>
+          <para>4271, postgis_extensions_upgrade() also updates after pg_upgrade (Raúl Marín)</para>
+          <para>4466, Fix undefined behaviour in _postgis_gserialized_stats (Raúl Marín)</para>
+          <para>4209, Handle NULL geometry values in pgsql2shp (Paul Ramsey)</para>
+          <para>4419, Use protobuf version to enable/disable mvt/geobuf (Paul Ramsey)</para>
+          <para>4437, Handle POINT EMPTY in shape loader/dumper (Paul Ramsey)</para>
+          <para>4456, add Rasbery Pi 32-bit jenkins bot for testing (Bruce Rindahl,Regina Obe)</para>
+      </simplesect>
+    </sect1>
+
     <sect1>
       <title>Release 3.0.0alpha3</title>
       <para>Release date: 2019/07/01</para>
index 40698bdd91307d7f0fbf39086454d958519f1a2a..88d4386dc762e7250e5e059fefbb9de55cf32d7e 100644 (file)
@@ -36,6 +36,7 @@ UPGRADEABLE_VERSIONS = \
        2.3.7 \
        2.3.8 \
        2.3.9 \
+       2.3.10 \
        2.4.0 \
        2.4.1 \
        2.4.2 \
@@ -44,9 +45,11 @@ UPGRADEABLE_VERSIONS = \
        2.4.5 \
        2.4.6 \
        2.4.7 \
+       2.4.8 \
        2.5.0 \
        2.5.1 \
        2.5.2 \
+       2.5.3 \
        3.0.0alpha1 \
        3.0.0alpha2 \
        3.0.0alpha3