[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-64-g4910a7ba6
git at osgeo.org
git at osgeo.org
Sun May 28 23:35:05 PDT 2023
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 4910a7ba66b30ef02f863b159933b96db910ec4d (commit)
from c5f2076043b795b83b9f3500d0874085d4d96061 (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 4910a7ba66b30ef02f863b159933b96db910ec4d
Author: Regina Obe <lr at pcorp.us>
Date: Mon May 29 02:34:58 2023 -0400
Prep for PostGIS 3.3.3 release
diff --git a/NEWS b/NEWS
index 74193bff4..12dbad1a5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
-PostGIS 3.3.3dev
-YYYY/MM/DD
+PostGIS 3.3.3
+2023/05/29
-* Bug Fixes *
+* Bug Fixes and Enhancements *
- #5384, Fix crash in ST_AsGML when given id is longer than given prefix
(Sandro Santilli)
- #5380, Fix 2.5 upgrades with views using geography based ST_Distance
diff --git a/README.postgis b/README.postgis
index b2dd44136..4130c070b 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.3.2
-:Date: 2022-11-12
+:Version: 3.3.3
+:Date: 2023-05-29
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 5900aed81..21d6b459b 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=3dev
+POSTGIS_MICRO_VERSION=3
# 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 0ae546abe..143899d92 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,46 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.3.3</title>
+ <para>This version requires PostgreSQL 11-16beta1, 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 Fixes and Enhancements</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5384">5384</ulink>, Fix crash in ST_AsGML when given id is longer than given prefix
+ (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5380">5380</ulink>, Fix 2.5 upgrades with views using geography based ST_Distance
+ (Sandro Santilli</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5303">5303</ulink>, Don't try removing closed edges endpoint from
+ RemoveUnusedPrimitives (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5289">5289</ulink>, Fix misleading message in RemoveUnusedPrimitives about
+ doubly connected edges healing (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5298">5298</ulink>, Fix CopyTopology exception with hierarchical layers (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5299">5299</ulink>, Corrections to address_standardizer_data_us lex (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5106">5106</ulink>, Fix segfault in ST_RemEdgeNewFace/ST_RemEdgeModFace
+ when no edge side-faces are found (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5329">5329</ulink>, Fix downgrade protection introduced in 3.3.0 (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5332">5332</ulink>, Keep proj errors from percolating into PgSQL log (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5313">5313</ulink>, Fix memory access issue in ST_InterpolateRaster (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5338">5338</ulink>, Dump/Restore of raster table fails on
+ enforce_coverage_tile_rast constraint (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5315">5315</ulink>, #5318, #5319, #5320, #5342 crashes on infinite coordinates
+ (Regina Obe, Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5344">5344</ulink>, Include topology id sequence state in dumps (Sandro Santilli</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5288">5288</ulink>, ST_LineCrossingDirection multi-cross error (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5347">5347</ulink>, _ST_BestSRID crashes on ARM with infinite geometries (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5331">5331</ulink>, [postgis_tiger_geocoder] reverse_geocode, prefer addressable ranges
+ (Regina Obe, Locance)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5363">5363</ulink>, Make ST_ClusterDBScan interruptable (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5257">5257</ulink>, #5261, #5277, #5304, #5308, #5374, Support for PG16
+ (Paul Ramsey, Regina Obe, Sandro , Laurenz Albe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5371">5371</ulink>, ST_Union segfaults (PG 11-12) (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5378">5378</ulink>, ST_Buffer(geography) drops SRID (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5388">5388</ulink>, [postgis_tiger_geocoder] Fix faces table tiger_gload,
+ caused census rerelease of faces data (Regina Obe)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.3.2</title>
<para>This version requires PostgreSQL 11-15, GEOS 3.6 or higher, and Proj 4.9+
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 3736b0444..e9630aa3f 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -68,6 +68,7 @@ UPGRADEABLE_VERSIONS = \
3.0.6 \
3.0.7 \
3.0.8 \
+ 3.0.9 \
3.1.0 \
3.1.1 \
3.1.2 \
@@ -77,11 +78,13 @@ UPGRADEABLE_VERSIONS = \
3.1.6 \
3.1.7 \
3.1.8 \
+ 3.1.9 \
3.2.0 \
3.2.1 \
3.2.2 \
3.2.3 \
3.2.4 \
+ 3.2.5 \
3.3.0 \
3.3.1 \
3.3.2
-----------------------------------------------------------------------
Summary of changes:
NEWS | 6 +++---
README.postgis | 4 ++--
Version.config | 2 +-
doc/release_notes.xml | 40 ++++++++++++++++++++++++++++++++++++++
extensions/upgradeable_versions.mk | 3 +++
5 files changed, 49 insertions(+), 6 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list