[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.1-34-ge517d79cd
git at osgeo.org
git at osgeo.org
Sat Nov 12 21:30:35 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.3 has been updated
via e517d79cd6f24642756b93021a6eacd01b083794 (commit)
from e5a8c35a948fbf94a316162bd3f9793e5eee4a27 (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 e517d79cd6f24642756b93021a6eacd01b083794
Author: Regina Obe <lr at pcorp.us>
Date: Sun Nov 13 00:30:07 2022 -0500
Prep for PostGIS 3.3.2 release
diff --git a/HOWTO_RELEASE b/HOWTO_RELEASE
index 368052ce5..3ab8e71b0 100644
--- a/HOWTO_RELEASE
+++ b/HOWTO_RELEASE
@@ -1,6 +1,6 @@
How to release
~~~~~~~~~~~~~~
-Date: 2022-08-08
+Date: 2022-11-13
Versioning Scheme
-----------------
@@ -112,7 +112,7 @@ Release procedure
$ git tag -a $rev -m "Tagged release $rev"
$ git push osgeo --tags
- - Take tar ball and md5 from http://postgis.net/stuff/
+ - Take tar ball and md5 from https://postgis.net/stuff/
(You might need to wait a few minutes to see it)
If impatient check status of job - https://debbie.postgis.net/job/PostGIS_Make_Dist/
If it fails, sh make_dist.sh $rev)
@@ -121,7 +121,7 @@ Release procedure
- Test generated tarball (including extension upgrade)
- Copy tarball, md5, pdf, doc-html to https://upload.osgeo.org/postgis/ .
- - PostGIS doc release versioned doc - http://postgis.net/documentation/
+ - PostGIS doc release versioned doc - https://postgis.net/documentation/
- On postgis.net server, change /etc/nginx/sites-enabled/postgis.net (Versionless URL line )
- nginx -t #to confirm you didn't break the config
- service nginx reload
diff --git a/NEWS b/NEWS
index 11e6ef4ab..4e8eceba3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,18 @@
PostGIS 3.3.2
-2022/11/xx
+2022/11/13
+This version requires PostgreSQL 11-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 15+.
-* Bug Fix *
+* Bug and Security Fixes *
- #5248, Marc21 documentation missing (Regina Obe)
- #5240, ST_DumpPoints and ST_DumpSegments crash with empty polygon (Regina Obe)
- - Add schema qual to upgrade util (Regina Obe)
+ - [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/Version.config b/Version.config
index da90b36e7..7f2c08783 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=2dev
+POSTGIS_MICRO_VERSION=2
# 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 0eb7fd361..9a5d54741 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,32 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.3.2</title>
+ <para>This version requires PostgreSQL 11-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 15+.</para>
+ <simplesect>
+ <title>Bug and Security Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5248">5248</ulink>, Marc21 documentation missing (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5240">5240</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/5264">5264</ulink>, Fix topology install on Alpine (Louis Descoteaux)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5244">5244</ulink>, postgis_tiger_geocoder update for TIGER 2022 (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5285">5285</ulink>, Fix import/export of topologies with names needing quotes (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/4988">4988</ulink>, SFCGAL specify name of unknown type when SFCGAL can't process (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5084">5084</ulink>, Bad rasterization of linestring (Gilles Vuidel)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.3.1</title>
<para>2022/09/09</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 9347f9e2c..a3798483c 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:
HOWTO_RELEASE | 6 +++---
NEWS | 13 +++++++++----
Version.config | 2 +-
doc/release_notes.xml | 26 ++++++++++++++++++++++++++
extensions/upgradeable_versions.mk | 3 +++
5 files changed, 42 insertions(+), 8 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list