[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0alpha1-54-g6c4b273fc

git at osgeo.org git at osgeo.org
Sat Oct 23 14:14:14 PDT 2021


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  6c4b273fc235336ff24ea81eff776b6bcc1ba578 (commit)
      from  525ea989af301a2c27fc1375db6dc4de4b831dc6 (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 6c4b273fc235336ff24ea81eff776b6bcc1ba578
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Oct 23 17:14:07 2021 -0400

    Prep for PostGIS 3.2.0beta1 release

diff --git a/NEWS b/NEWS
index be16a57e2..73e05a3c3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,31 @@
+PostGIS 3.2.0beta1
+2021/10/23
+
+This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9+
+(and ST_MakeValid enhancements with 3.10+),
+Proj 6.1+, and PostgreSQL 14+.
+
+Changes since PostGIS 3.2.0alpa1 release:
+
+  * Bug Fixes and Breaking Changes *
+    - #5012, Clean regress against released GEOS 3.10.0
+      (Regina Obe, Paul Ramsey)
+    - #5000, Turn off Window support in ST_AsMVT aggregate
+        as no real use-case for it and it crashes with random input
+        (Paul Ramsey)
+    - #4994, shp2pgsql is sometimes missing the INSERT statements
+      (Sandro Santilli)
+    - #4990, getfacecontainingpoint fails on i386 (Sandro Santilli)
+    - #5008, Have ST_DWithin with EMPTY operand always return false
+      (Sandro Santilli)
+    - #5002, liblwgeom should build with warning flags by default
+      (Sandro Santilli)
+
+  * Enhancements *
+    - #4997, FlatGeobuf format input/output (Björn Harrtell)
+
+
 PostGIS 3.2.0
 2021/xx/xx
 
diff --git a/README.postgis b/README.postgis
index e58f682e1..c7b937282 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.2.0alpha1
-:Date: 2021-09-10
+:Version: 3.2.0beta1
+:Date: 2021-10-23
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -46,6 +46,7 @@ this to work.
     https://proj.org
 
 * GEOS (Required, Version 3.6 or higher)
+  - 3/10+ for ST_MakeValid enhancements
   - 3.9+ is needed to take advantage of
     fixed precision enhancements in overlay functions
   - 3.7+ is needed just for the ST_FrechetDistance function
diff --git a/Version.config b/Version.config
index 843963a1e..4ffd6bd2d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=0dev
+POSTGIS_MICRO_VERSION=0beta1
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index 9af06cbe7..d7ce29e01 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -3,6 +3,33 @@
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
     <sect1>
+        <title>Release 3.2.0beta1</title>
+        <para>Release date: 2021/10/23</para>
+        <para>This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9+
+Additional features are enabled if you are running GEOS 3.9+
+(and ST_MakeValid enhancements with 3.10+),
+Proj 6.1+, and PostgreSQL 14+.</para>
+        <simplesect>
+            <title>Bug Fixes and Breaking Changes</title>
+            <para>5012, Clean regress against released GEOS 3.10.0
+                (Regina Obe, Paul Ramsey)</para>
+            <para>5000, Turn off Window support in ST_AsMVT aggregate
+                    as no real use-case for it and it crashes with random input
+                    (Paul Ramsey)</para>
+            <para>4994, shp2pgsql is sometimes missing the INSERT statements
+                (Sandro Santilli)</para>
+            <para>4990, getfacecontainingpoint fails on i386 (Sandro Santilli)</para>
+            <para>5008, Have ST_DWithin with EMPTY operand always return false
+                (Sandro Santilli)</para>
+            <para>5002, liblwgeom should build with warning flags by default
+                (Sandro Santilli)</para>
+        </simplesect>
+        <simplesect>
+            <title>Enhancements</title>
+                <para>4997, FlatGeobuf format input/output (Björn Harrtell)</para>
+        </simplesect>
+    </sect1>
+    <sect1>
         <title>Release 3.2.0alpha1</title>
         <para>Release date: 2021/09/10</para>
         <para>This version requires PostgreSQL 9.6 or higher, GEOS 3.6 or higher, and Proj 4.9 or higher

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

Summary of changes:
 NEWS                  | 28 ++++++++++++++++++++++++++++
 README.postgis        |  5 +++--
 Version.config        |  2 +-
 doc/release_notes.xml | 27 +++++++++++++++++++++++++++
 4 files changed, 59 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list