[SCM] PostGIS branch stable-3.3 updated. 3.3.7-12-gbf9efb743
git at osgeo.org
git at osgeo.org
Sun Dec 22 10:41:37 PST 2024
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 bf9efb743674c19ac6c52aefaf1afad7339a4614 (commit)
from 91b53f3d5424e4cd1d7b653bdc8c2d9210b6e2e6 (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 bf9efb743674c19ac6c52aefaf1afad7339a4614
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 13:41:15 2024 -0500
Prep for PostGIS 3.3.8 release
diff --git a/NEWS b/NEWS
index 8cdf2cd94..b57395b48 100644
--- a/NEWS
+++ b/NEWS
@@ -1,19 +1,22 @@
-PostGIS 3.3.8dev
-2024-xx-xx
+PostGIS 3.3.8
+2024-12-22
+
+PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features.
+Proj 4.9+ required.
* Bug Fixes and Enhancements *
- #5785, [raster] ST_MapAlgebra segfaults when expression references
a supernumerary rast argument (Dian M Fay)
- - #5787, Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ - #5787, [topology] Check that ST_ChangeEdgeGeom doesn't change winding of rings
(Sandro Santilli)
- - #5795, Fix ST_NewEdgesSplit can cause invalid topology
- (Björn Harrtell
+ - #5795, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ (Björn Harrtell)
- #5677, Retain SRID during unary union (Paul Ramsey)
* Enhancements *
- - #5782, Improve robustness of min distance calculation (Sandro Santilli)
+ - #5782, [topology] Improve robustness of min distance calculation (Sandro Santilli)
* Breaking Changes *
diff --git a/Version.config b/Version.config
index a0890173e..b1c14a361 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=3
-POSTGIS_MICRO_VERSION=8dev
+POSTGIS_MICRO_VERSION=8
# 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 88a158d7d..23d9501d1 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,21 @@
<appendix id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <sect1>
+ <title>PostGIS 3.3.8</title>
+ <para>2024/12/22</para>
+ <para>PostgreSQL 11-17 required. GEOS 3.6+ required but GEOS 3.11+ to take advantage of all features. Proj 4.9+ required.</para>
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5785">5785</ulink>, [raster] ST_MapAlgebra segfaults when expression references
+ a supernumerary rast argument (Dian M Fay)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5787">5787</ulink>, [topology] Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5795">5795</ulink>, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ (Björn Harrtell)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/5677">5677</ulink>, Retain SRID during unary union (Paul Ramsey)</para>
+ </simplesect>
+ </sect1>
<sect1>
<title>PostGIS 3.3.7</title>
<para>2024/09/05</para>
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 60ac8fc22..12d188e55 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -83,6 +83,7 @@ UPGRADEABLE_VERSIONS = \
3.1.9 \
3.1.10 \
3.1.11 \
+ 3.1.12 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -91,6 +92,7 @@ UPGRADEABLE_VERSIONS = \
3.2.5 \
3.2.6 \
3.2.7 \
+ 3.2.8 \
3.3.0 \
3.3.1 \
3.3.2 \
-----------------------------------------------------------------------
Summary of changes:
NEWS | 15 +++++++++------
Version.config | 2 +-
doc/release_notes.xml | 15 +++++++++++++++
extensions/upgradeable_versions.mk | 2 ++
4 files changed, 27 insertions(+), 7 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list