[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-1-g3717fd962

git at osgeo.org git at osgeo.org
Sat Oct 23 22:11:26 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  3717fd9629d9a5331b377821eabafcf12a4522a1 (commit)
      from  992819f6ac489a1c467a5c8855f07a376d225cc0 (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 3717fd9629d9a5331b377821eabafcf12a4522a1
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Oct 24 01:11:17 2021 -0400

    Flip back to dev and add beta1 upgrade target

diff --git a/NEWS b/NEWS
index 73e05a3c3..41340f184 100644
--- a/NEWS
+++ b/NEWS
@@ -1,30 +1,5 @@
-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.0rc1
+2021/xx/xx
 
 PostGIS 3.2.0
 2021/xx/xx
@@ -112,6 +87,35 @@ PostGIS 3.2.0
   - #4808, ST_ClusterKMeans now supports max_radius argument. Use it when you're not sure what is
     the number of clusters but you know what the size of clusters should be. (Darafei Praliaskouski)
 
+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.0alpha1
 2021/09/10
 
diff --git a/Version.config b/Version.config
index 4ffd6bd2d..843963a1e 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=0beta1
+POSTGIS_MICRO_VERSION=0dev
 
 # Liblwgeom interface versioning, reset to 0:0:0 (cur:age:rev)
 # when changing POSTGIS_MINOR_VERSION
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index be0d1be90..3e700d193 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -68,4 +68,4 @@ UPGRADEABLE_VERSIONS = \
 	3.1.4 \
 	3.1.5dev \
 	3.2.0alpha1 \
-	3.2.0dev
+	3.2.0beta1

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

Summary of changes:
 NEWS                               | 58 ++++++++++++++++++++------------------
 Version.config                     |  2 +-
 extensions/upgradeable_versions.mk |  2 +-
 3 files changed, 33 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list