[postgis-tickets] [SCM] PostGIS branch master updated. 44f0e0bf9beb1d865b7a27e4275162b08104d909

git at osgeo.org git at osgeo.org
Sat Feb 1 12:17:50 PST 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  44f0e0bf9beb1d865b7a27e4275162b08104d909 (commit)
      from  1f3cdb2fbec1681b424c94aaa78cd0aa604dde44 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 44f0e0bf9beb1d865b7a27e4275162b08104d909
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Feb 1 15:17:45 2020 -0500

    Update release notes in prep for 3.1.0alpha1 release

diff --git a/NEWS b/NEWS
index 8d1a472..5e546b8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,9 @@
-PostGIS 3.1.0
-2020/XX/XX
-
-* Deprecated signatures *
-  - Function postgis_svn_version() replaced by postgis_lib_revision()
-    (Sandro Santilli)
+PostGIS 3.1.0alpha1
+2020/02/01
 
 * Breaking changes *
+  - svn number replaced by git hash in version output
+    (Sandro Santilli, Raúl Marín)
   - #4577, Drop support for PostgreSQL 9.5 (Raúl Marín)
   - #4579, Drop postgis_proc_set_search_path.pl (Raúl Marín)
   - #4601, ST_TileEnvelope signature changed.
@@ -47,6 +45,10 @@ PostGIS 3.1.0
   - #4608, PG12: Fix several bugs in the index support function (Raúl Marín)
   - #4621, Prevent stack overflow when parsing WKB (Raúl Marín)
 
+* Deprecated signatures *
+  - Function postgis_svn_version() replaced by postgis_lib_revision()
+    (Sandro Santilli)
+
 
 PostGIS 3.0.0
 2019/10/20
diff --git a/README.postgis b/README.postgis
index 5c15110..65c449d 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.1.0dev
-:Date: 2020-01-02
+:Version: 3.1.0alpha1
+:Date: 2020-02-01
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 257f1a2..6cc270a 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,6 +4,48 @@
     <subtitle>Release Notes</subtitle>
 
     <sect1>
+        <title>Release 3.1.0alpha1</title>
+        <para>Release date: 2020/02/01</para>
+        <para>This version requires PostgreSQL 9.5+-13 and GEOS >= 3.6+
+              Additional features and enhancements enabled if you are running Proj6+, PostgreSQL 12+, and GEOS 3.8.0</para>
+        <simplesect>
+          <title>Breaking Changes</title>
+            <para>svn number replaced by git hash in version output
+                  (Sandro Santilli, Raúl Marín)</para>
+            <para>4577, Drop support for PostgreSQL 9.5 (Raúl Marín)</para>
+            <para>4579, Drop postgis_proc_set_search_path.pl (Raúl Marín)</para>
+            <para>4601, ST_TileEnvelope signature changed.</para>
+            <para>3057, ST_Force3D, ST_Force3DZ, ST_Force3DM and ST_Force4D signatures changed.</para>
+        </simplesect>
+
+        <simplesect>
+          <title>New features</title>
+          <para>4601, Add ST_TileEnvelope margin argument (Yuri Astrakhan)</para>
+          <para>2972, Add quiet mode (-q) to pgsql2shp (Kristian Thy)</para>
+          <para>4617, Add configure switch `--without-phony-revision` (Raúl Marín)</para>
+          <para>3057, Optional value params for Force3D*, Force4D functions (Kristian Thy)</para>
+          <para>4624, ST_HexagonGrid and ST_SquareGrid, set returning functions to
+              generate tilings of the plane (Paul Ramsey)</para>
+        </simplesect>
+
+        <simplesect>
+          <title>Enhancements</title>
+            <para>4539, Unify libm includes (Raúl Marín)</para>
+            <para>4569, Allow unknown SRID geometry insertion into typmod SRID column (Paul Ramsey)</para>
+            <para>4149, ST_Simplify(geom, 0) is now O(N).
+                      ST_Affine (ST_Translate, ST_TransScale, ST_Rotate) optimized.
+                      ST_SnapToGrid optimized. (Darafei Praliaskouski)</para>
+            <para>4574, Link Time Optimizations enabled (Darafei Praliaskouski)</para>
+            <para>4578, Add parallellism and cost properties to brin functions (Raúl Marín)</para>
+            <para>4473, Silence yacc warnings (Raúl Marín)</para>
+            <para>4589, Disable C asserts when building without "--enable-debug" (Raúl Marín)</para>
+            <para>4543, Introduce ryu to print doubles (Raúl Marín)</para>
+            <para>4626, Support pkg-config for libxml2 (Bas Couwenberg)</para>
+            <para>4615, Speed up geojson output (Raúl Marín)</para>
+        </simplesect>
+    </sect1>
+
+    <sect1>
         <title>Release 3.0.0</title>
         <para>Release date: 2019/10/20</para>
         <para>This version requires PostgreSQL 9.5+-12 and GEOS >= 3.6+

-----------------------------------------------------------------------

Summary of changes:
 NEWS                  | 14 ++++++++------
 README.postgis        |  4 ++--
 doc/release_notes.xml | 42 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 52 insertions(+), 8 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list