[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.0-30-gb0458b851

git at osgeo.org git at osgeo.org
Fri Feb 11 15:36:11 PST 2022


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, stable-3.2 has been updated
       via  b0458b851d9d022941a76ee19ce4752a307970fa (commit)
      from  4834a9f11fbfc3e58b4ab5300dc8298e668a9da1 (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 b0458b851d9d022941a76ee19ce4752a307970fa
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Feb 11 18:36:03 2022 -0500

    Prepping for release of 3.2.1

diff --git a/doc/release_notes.xml b/doc/release_notes.xml
index f01cd095e..0262cc04e 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -1,7 +1,29 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <appendix id="release_notes">
   <title>Appendix</title>
-    <subtitle>Release Notes</subtitle>
+   <subtitle>Release Notes</subtitle>
+    <sect1>
+        <title>PostGIS 3.2.1</title>
+        <para>2022/02/13</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</title>
+            <para>5033, 5035, allow upgrades in presence of views using deprecated
+                    functions (Sandro Santilli)</para>
+            <para>5046, Fix upgrades in absence of old library (Sandro Santilli)</para>
+            <para>5063, Fix ST_Srid(TopoGeometry) against a set (Sandro Santilli)</para>
+            <para>3056, spurious notice on ST_StartPoint(empty) (Paul Ramsey)</para>
+            <para>5041, postgis_tiger_geocoder: loader_generate_script
+                    generates script with invalid syntax (Regna Obe)</para>
+            <para>5076, stop install when pgaudit is active (Paul Ramsey)</para>
+            <para>5069, search_path vulnerabilty during install/upgrade
+                    (Regina Obe)</para>
+        </simplesect>
+    </sect1>
+
     <sect1>
         <title>PostGIS 3.2.0 (Olivier Courtin Edition)</title>
         <para>2021/12/18</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 680943b7c..1d19f154d 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -48,23 +48,24 @@ UPGRADEABLE_VERSIONS = \
 	2.4.7 \
 	2.4.8 \
 	2.4.9 \
+	2.4.10 \
 	2.5.0 \
 	2.5.1 \
 	2.5.2 \
 	2.5.3 \
 	2.5.4 \
 	2.5.5 \
-	2.5.6dev \
+	2.5.6 \
 	3.0.0 \
 	3.0.1 \
 	3.0.2 \
 	3.0.3 \
 	3.0.4 \
-	3.0.5dev \
+	3.0.5 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2	\
 	3.1.3 \
 	3.1.4 \
-	3.1.5dev \
+	3.1.5 \
 	3.2.0

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

Summary of changes:
 doc/release_notes.xml              | 24 +++++++++++++++++++++++-
 extensions/upgradeable_versions.mk |  7 ++++---
 2 files changed, 27 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list