From be650caac6e9f046a6309c1d11b2649a81453af9 Mon Sep 17 00:00:00 2001 From: Regina Obe Date: Fri, 9 Aug 2019 23:51:16 +0000 Subject: [PATCH] Prepping for release tomorrow git-svn-id: http://svn.osgeo.org/postgis/trunk@17684 b70326c6-7e19-0410-871a-916f4a2858ee --- NEWS | 6 +++--- doc/release_notes.xml | 28 ++++++++++++++++++++++++++++ extensions/upgradeable_versions.mk | 3 +++ 3 files changed, 34 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 4b2486432..4540df5be 100644 --- 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 diff --git a/doc/release_notes.xml b/doc/release_notes.xml index d0854b256..4f4c96b69 100644 --- a/doc/release_notes.xml +++ b/doc/release_notes.xml @@ -2,6 +2,34 @@ Appendix Release Notes + + Release 3.0.0alpha4 + Release date: 2019/08/10 + If compiling with PostgreSQL+JIT, LLVM >= 6 is required + Supported PostgreSQL versions for this release are: + PostgreSQL 9.5 - PostgreSQL 12 + GEOS >= 3.6. Additional features enabled if you running Proj6+ and/or PostgreSQL 12 + + Major highlights + 4433, 32-bit hash fix (requires reindexing hash(geometry) indexes) (Raúl Marín) + 4445, Fix a bug in geometry_le (Raúl Marín) + 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) + 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) + 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) + + + Release 3.0.0alpha3 Release date: 2019/07/01 diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk index 40698bdd9..88d4386dc 100644 --- a/extensions/upgradeable_versions.mk +++ b/extensions/upgradeable_versions.mk @@ -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 -- 2.50.0