[postgis-tickets] [SCM] PostGIS branch master updated. 3.2.0beta1-47-g2a226835c

git at osgeo.org git at osgeo.org
Fri Nov 26 11:24:44 PST 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  2a226835c00b9eec83f9fc7c772fc49c4379568b (commit)
      from  fd77a456835e7fd95f89ec39b1a4a143fdf617ac (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 2a226835c00b9eec83f9fc7c772fc49c4379568b
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 26 14:24:40 2021 -0500

    Prep for 3.2.0beta2 release

diff --git a/NEWS b/NEWS
index b8da9a44f..87730ca1c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
 PostGIS 3.2.0beta2
-2021/11/xx
+2021/11/26
 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+),
@@ -16,8 +16,9 @@ Changes since PostGIS 3.2.0beta1 release:
   * Enhancements *
   - #5018, pgsql2shp basic support for WITH CTE clause (Regina Obe)
   - #5019, address_standardizer: Add support for pcre2 (Paul Ramsey)
-  - ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
-  - ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented in C (Sergei Shoulbakov)
+  - GH647, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
+  - GH648, ST_PixelAsCentroids, ST_PixelAsCentroid
+           reimplemented in C (Sergei Shoulbakov)
 
 
 
@@ -81,8 +82,8 @@ PostGIS 3.2.0
   - #4986, GIST indexes on Postgres 14 are now created faster using Hilbert-sorting method.
            (Han Wang, Aliaksandr Kalenik, Darafei Praliaskouski, Giuseppe Broccolo)
   - #4949, Use proj_normalize_for_visualization to hand "axis swap" decisions (Paul Ramsey)
-  - ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)
-  - ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
+  - GH647, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)
+  - GH648, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)
 
  * New features*
   - #4923, topology.ValidateTopologyRelation (Sandro Santilli)
diff --git a/README.postgis b/README.postgis
index c7b937282..6e51289dc 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.2.0beta1
-:Date: 2021-10-23
+:Version: 3.2.0beta2
+:Date: 2021-11-26
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 843963a1e..1a7895868 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=0beta2
 
 # 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 d7ce29e01..923ee1cae 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,33 @@
 <appendix id="release_notes">
   <title>Appendix</title>
     <subtitle>Release Notes</subtitle>
+    <sect1>
+        <title>Release 3.2.0beta2</title>
+        <para>Release date: 2021/11/26</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+.
+
+Changes since PostGIS 3.2.0beta1 release:</para>
+        <simplesect>
+            <title> Breaking changes / fixes</title>
+            <para>5016, loader (shp2pgsq): Respect LDFLAGS (Greg Troxel)</para>
+            <para>5005, ST_AsFlatGeoBuf crashes on tables when geometry
+                    column is not the first column (Björn Harrtell)</para>
+            <para>5017, topology.ValidateTopology error relation "shell_check"
+                    already exists (Sandro Santilli)</para>
+        </simplesect>
+
+        <simplesect>
+            <title>Enhancements</title>
+            <para>5018, pgsql2shp basic support for WITH CTE clause (Regina Obe)</para>
+            <para>5019, address_standardizer: Add support for pcre2 (Paul Ramsey)</para>
+            <para>GH647, ST_AsMVTGeom now uses faster clipping (Aliaksandr Kalenik)</para>
+            <para>GH648, ST_PixelAsCentroids, ST_PixelAsCentroid reimplemented on top of a C function (Sergei Shoulbakov)</para>
+        </simplesect>
+    </sect1>
+
     <sect1>
         <title>Release 3.2.0beta1</title>
         <para>Release date: 2021/10/23</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 3e700d193..8a85625c9 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -68,4 +68,5 @@ UPGRADEABLE_VERSIONS = \
 	3.1.4 \
 	3.1.5dev \
 	3.2.0alpha1 \
-	3.2.0beta1
+	3.2.0beta1 \
+	3.2.0dev

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

Summary of changes:
 NEWS                               | 11 ++++++-----
 README.postgis                     |  4 ++--
 Version.config                     |  2 +-
 doc/release_notes.xml              | 27 +++++++++++++++++++++++++++
 extensions/upgradeable_versions.mk |  3 ++-
 5 files changed, 38 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list