[postgis-tickets] r17684 - Prepping for release tomorrow
Regina Obe
lr at pcorp.us
Fri Aug 9 04:51:16 PDT 2019
Author: robe
Date: 2019-08-09 16:51:16 -0700 (Fri, 09 Aug 2019)
New Revision: 17684
Modified:
trunk/NEWS
trunk/doc/release_notes.xml
trunk/extensions/upgradeable_versions.mk
Log:
Prepping for release tomorrow
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2019-08-09 22:52:55 UTC (rev 17683)
+++ trunk/NEWS 2019-08-09 23:51:16 UTC (rev 17684)
@@ -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 @@
- #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
Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml 2019-08-09 22:52:55 UTC (rev 17683)
+++ trunk/doc/release_notes.xml 2019-08-09 23:51:16 UTC (rev 17684)
@@ -3,6 +3,34 @@
<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 >= 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>
<para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>
Modified: trunk/extensions/upgradeable_versions.mk
===================================================================
--- trunk/extensions/upgradeable_versions.mk 2019-08-09 22:52:55 UTC (rev 17683)
+++ trunk/extensions/upgradeable_versions.mk 2019-08-09 23:51:16 UTC (rev 17684)
@@ -36,6 +36,7 @@
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 @@
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
More information about the postgis-tickets
mailing list