[postgis-tickets] [SCM] PostGIS branch stable-3.2 updated. 3.2.3-31-g7593a29fb

git at osgeo.org git at osgeo.org
Sat Nov 12 13:30:21 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  7593a29fbe66560a4ee2ddc0a6d12170a924359a (commit)
      from  1864ec511b1a8766f343d6c6593fcdb3e31b505a (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 7593a29fbe66560a4ee2ddc0a6d12170a924359a
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 12 14:44:11 2022 -0500

    Prep for PostGIS 3.2.4 release

diff --git a/NEWS b/NEWS
index 3c080e027..5fb32227c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,20 @@
 PostGIS 3.2.4
-2022/11/xx
+2022/11/12
 
 This version requires PostgreSQL 9.6-15, 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+.
 
-* Bug Fixes *
+* Bug and Security Fixes *
   - #5227, typo in ST_LineLocatePoint error message (Sandro Santilli)
   - #5231, PG15 no longer compiles because SQL/JSON removed PG upstream (Regina Obe)
   - #5420, ST_DumpPoints and ST_DumpSegments crash with empty polygon (Regina Obe)
-  - Add schema qual to upgrade util
+  - [security] Add schema qual to upgrade util (Regina Obe)
   - #5255, GH598, Remove forced static linking on shp2pgsql, pgsql2shp (Maxim Kochetkov)
   - #5255, GH702, Remove forced static linking on raster2pgsql (Thomas Petazzoni)
-  - #4648, Check function ownership at extension packaging time (Sandro Santilli)
+  - #4648, [security] Check function ownership at extension packaging time (Sandro Santilli)
+            Thanks to Sven Klemm (Timescale) for the report
   - #5241, Crash on ST_SnapToGrid with empty multis (Regina Obe)
   - #5081, Fix error in topology import of self-intersecting rings (Sandro Santilli)
   - #5234, Fix 2.5d topology building regression (Sandro Santilli)
diff --git a/README.postgis b/README.postgis
index eb4f6be3c..a97a5cddd 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.2.3
-:Date: 2022-08-18
+:Version: 3.2.4
+:Date: 2022-11-12
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index c89152f40..bc0d15b69 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
 
 POSTGIS_MAJOR_VERSION=3
 POSTGIS_MINOR_VERSION=2
-POSTGIS_MICRO_VERSION=4dev
+POSTGIS_MICRO_VERSION=4
 
 # 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 bed4842cf..e27769746 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -4,15 +4,26 @@
    <subtitle>Release Notes</subtitle>
     <sect1>
         <title>PostGIS 3.2.4</title>
-        <para>2022/09/10</para>
+        <para>2022/11/12</para>
             <para>This version requires PostgreSQL 9.6-15, 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>
+            <title>Bug and Security Fixes</title>
             <para><ulink url="https://trac.osgeo.org/postgis/ticket/5227">5227</ulink>, typo in ST_LineLocatePoint error message (Sandro Santilli)</para>
             <para><ulink url="https://trac.osgeo.org/postgis/ticket/5231">5231</ulink>, PG15 no longer compiles because SQL/JSON removed PG upstream (Regina Obe)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5420">5420</ulink>, ST_DumpPoints and ST_DumpSegments crash with empty polygon (Regina Obe)</para>
+            <para>[security] Add schema qual to upgrade util (Regina Obe)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5255">5255</ulink>, GH598, Remove forced static linking on shp2pgsql, pgsql2shp (Maxim Kochetkov)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5255">5255</ulink>, GH702, Remove forced static linking on raster2pgsql (Thomas Petazzoni)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/4648">4648</ulink>, [security] Check function ownership at extension packaging time (Sandro Santilli)
+                        Thanks to Sven Klemm (Timescale) for the report</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5241">5241</ulink>, Crash on ST_SnapToGrid with empty multis (Regina Obe)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5081">5081</ulink>, Fix error in topology import of self-intersecting rings (Sandro Santilli)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5234">5234</ulink>, Fix 2.5d topology building regression (Sandro Santilli)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5280">5280</ulink>, Handle load of dbase character fields with no width specified (Regina Obe)</para>
+            <para><ulink url="https://trac.osgeo.org/postgis/ticket/5084">5084</ulink>, Bad rasterization of linestring (Gilles Vuidel)</para>
         </simplesect>
     </sect1>
 
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index b28957b18..51526a15e 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -58,6 +58,7 @@ UPGRADEABLE_VERSIONS = \
 	2.5.6 \
 	2.5.7 \
 	2.5.8 \
+	2.5.9 \
 	3.0.0 \
 	3.0.1 \
 	3.0.2 \
@@ -66,6 +67,7 @@ UPGRADEABLE_VERSIONS = \
 	3.0.5 \
 	3.0.6 \
 	3.0.7 \
+	3.0.8 \
 	3.1.0 \
 	3.1.1 \
 	3.1.2	\
@@ -74,6 +76,7 @@ UPGRADEABLE_VERSIONS = \
 	3.1.5 \
 	3.1.6 \
 	3.1.7 \
+	3.1.8 \
 	3.2.0 \
 	3.2.1 \
 	3.2.2 \

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

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


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list