[postgis-tickets] r17827 - Update docs in prep for 3.0.0beta1 release

Regina Obe lr at pcorp.us
Sat Sep 28 06:09:55 PDT 2019


Author: robe
Date: 2019-09-28 06:09:55 -0700 (Sat, 28 Sep 2019)
New Revision: 17827

Modified:
   trunk/NEWS
   trunk/README.postgis
   trunk/doc/release_notes.xml
Log:
Update docs in prep for 3.0.0beta1 release

Modified: trunk/NEWS
===================================================================
--- trunk/NEWS	2019-09-28 02:56:49 UTC (rev 17826)
+++ trunk/NEWS	2019-09-28 13:09:55 UTC (rev 17827)
@@ -1,5 +1,5 @@
 PostGIS 3.0.0beta1
-2019/09/XX
+2019/09/28
 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
@@ -12,7 +12,7 @@
   - #4496, Make ST_Simplify(TRIANGLE) collapse if requested (Raúl Marín)
   - #4501, Allow postgis_tiger_geocoder to be installable by non-super users (Regina Obe)
   - #4503, Speed up the calculation of cartesian bbox (Raúl Marín)
-  - #4504, shp2pgsql -D not working with schema qualified tables
+  - #4504, shp2pgsql -D not working with schema qualified tables (Regina Obe)
   - #4505, Speed up conversion of geometries to/from GEOS (Dan Baston)
   - #4507, Use GEOSMakeValid and GEOSBuildArea for GEOS 3.8+ (Dan Baston)
   - #4491, Speed up ST_RemoveRepeatedPoints (Raúl Marín)

Modified: trunk/README.postgis
===================================================================
--- trunk/README.postgis	2019-09-28 02:56:49 UTC (rev 17826)
+++ trunk/README.postgis	2019-09-28 13:09:55 UTC (rev 17827)
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.0.0alpah2
-:Date: 2019-06-02
+:Version: 3.0.0beta1
+:Date: 2019-09-28
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties

Modified: trunk/doc/release_notes.xml
===================================================================
--- trunk/doc/release_notes.xml	2019-09-28 02:56:49 UTC (rev 17826)
+++ trunk/doc/release_notes.xml	2019-09-28 13:09:55 UTC (rev 17827)
@@ -3,6 +3,31 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+      <title>Release 3.0.0beta1</title>
+      <para>Release date: 2019/09/28</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>4492, Fix ST_Simplify ignoring the value of the 3rd parameter (Raúl Marín)</para>
+          <para>4494, Fix ST_Simplify output having an outdated bbox (Raúl Marín)</para>
+          <para>4493, Fix ST_RemoveRepeatedPoints output having an outdated bbox (Raúl Marín)</para>
+          <para>4495, Fix ST_SnapToGrid output having an outdated bbox (Raúl Marín)</para>
+          <para>4496, Make ST_Simplify(TRIANGLE) collapse if requested (Raúl Marín)</para>
+          <para>4501, Allow postgis_tiger_geocoder to be installable by non-super users (Regina Obe)</para>
+          <para>4503, Speed up the calculation of cartesian bbox (Raúl Marín)</para>
+          <para>4504, shp2pgsql -D not working with schema qualified tables (Regina Obe)</para>
+          <para>4505, Speed up conversion of geometries to/from GEOS (Dan Baston)</para>
+          <para>4507, Use GEOSMakeValid and GEOSBuildArea for GEOS 3.8+ (Dan Baston)</para>
+          <para>4491, Speed up ST_RemoveRepeatedPoints (Raúl Marín)</para>
+          <para>4509, Update geocoder for tiger 2019 (Regina Obe)</para>
+          <para>4338, Census block level data (tabblock table) not loading (Regina Obe)</para>
+      </simplesect>
+    </sect1>
+
+    <sect1>
       <title>Release 3.0.0alpha4</title>
       <para>Release date: 2019/08/11</para>
       <para>If compiling with PostgreSQL+JIT, LLVM >= 6 is required</para>



More information about the postgis-tickets mailing list