[SCM] PostGIS branch stable-3.5 updated. 3.5.1-7-g7afe420b0
git at osgeo.org
git at osgeo.org
Fri Jan 17 20:40:03 PST 2025
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.5 has been updated
via 7afe420b0a5d1dce5b4683038a82a212b411f1cd (commit)
from e07da2483f7933701ec7efd17c0515b5b51066a8 (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 7afe420b0a5d1dce5b4683038a82a212b411f1cd
Author: Regina Obe <lr at pcorp.us>
Date: Fri Jan 17 23:39:58 2025 -0500
Prep for PostGIS 3.5.2 release
diff --git a/NEWS b/NEWS
index eccdd92c9..1ed330d87 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.5.2
-xxxx/xx/xx
+2025/01/xx
To take advantage of all postgis_sfcgal extension features SFCGAL 1.5+ is needed.
PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
diff --git a/Version.config b/Version.config
index 108649666..cffa51f2d 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-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 cd0ce7e4c..d16a6200a 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,47 +2,61 @@
<appendix xmlns:xlink="http://www.w3.org/1999/xlink" xmlns="http://docbook.org/ns/docbook" version="5.0" xml:id="release_notes">
<title>Appendix</title>
<subtitle>Release Notes</subtitle>
+ <section>
+ <title>PostGIS 3.5.2</title>
+ <para>2025/01/18</para>
+ <para>This version requires PostgreSQL 12-17, GEOS 3.8 or higher, and Proj 6.1+.
+ To take advantage of all features, GEOS 3.12+ is needed.
+ To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.</para>
+
+ <simplesect>
+ <title>Bug Fixes</title>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5677">#5677</link>, Retain SRID during unary union (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5833">#5833</link>, pg_upgrade fix for postgis_sfcgal (Regina Obe)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5564">#5564</link>, BRIN crash fix and support for parallel in PG17+ (Paul Ramsey, Regina Obe)</para>
+ </simplesect>
+ </section>
<section>
<title>PostGIS 3.5.1</title>
- <para>2024/09/25</para>
+ <para>2024/12/22</para>
<para>This version requires PostgreSQL 12-17, GEOS 3.8 or higher, and Proj 6.1+.
To take advantage of all features, GEOS 3.12+ is needed.
To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.</para>
<simplesect>
<title>Breaking Changes</title>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5677">#5677</link>, Retain SRID during unary union (Paul Ramsey)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5792">#5792</link>, [topology] Prevent topology corruption with TopoGeo_addPoint near almost
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5677">#5677</link>, Retain SRID during unary union (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5792">#5792</link>, [topology] Prevent topology corruption with TopoGeo_addPoint near almost
collinear edges (Sandro Santilli)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5795">#5795</link>, [topology] Fix ST_NewEdgesSplit can cause invalid topology
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5795">#5795</link>, [topology] Fix ST_NewEdgesSplit can cause invalid topology
(Björn Harrtell)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5794">#5794</link>, [topology] Fix crash in TopoGeo_addPoint (Sandro Santilli)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5785">#5785</link>, [raster] ST_MapAlgebra segfaults when expression references
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5794">#5794</link>, [topology] Fix crash in TopoGeo_addPoint (Sandro Santilli)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5785">#5785</link>, [raster] ST_MapAlgebra segfaults when expression references
a supernumerary rast argument (Dian M Fay)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5787">#5787</link>, Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5787">#5787</link>, Check that ST_ChangeEdgeGeom doesn't change winding of rings
(Sandro Santilli)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5791">#5791</link>, Add legacy stubs for old transaction functions
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5791">#5791</link>, Add legacy stubs for old transaction functions
to allow pg_upgrade (Regina Obe)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5800">#5800</link>, PROJ compiled version reading the wrong minor and micro
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5800">#5800</link>, PROJ compiled version reading the wrong minor and micro
(Regina Obe)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5790">#5790</link>, Non-schema qualified calls causing issue with
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5790">#5790</link>, Non-schema qualified calls causing issue with
materialized views (Regina Obe)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5812">#5812</link>, Performance regression in ST_Within (Paul Ramsey)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5815">#5815</link>, Remove hash/merge promise from <> operator (Paul Ramsey)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5823">#5823</link>, Build support for Pg18 (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5812">#5812</link>, Performance regression in ST_Within (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5815">#5815</link>, Remove hash/merge promise from <> operator (Paul Ramsey)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5823">#5823</link>, Build support for Pg18 (Paul Ramsey)</para>
</simplesect>
<simplesect>
<title>Enhancements</title>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5782">#5782</link>, Improve robustness of min distance calculation (Sandro Santilli)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5782">#5782</link>, Improve robustness of min distance calculation (Sandro Santilli)</para>
<para>[topology] Speedup topology building when closing large rings with many
holes (Björn Harrtell)</para>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5810">#5810</link>, Update tiger geocoder to handle TIGER 2024 data (Regina Obe)</para>
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5810">#5810</link>, Update tiger geocoder to handle TIGER 2024 data (Regina Obe)</para>
</simplesect>
<simplesect>
<title>Breaking Changes</title>
- <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/#5799">#5799</link>, make ST_TileEnvelope clip envelopes to tile plane
+ <para><link xlink:href="https://trac.osgeo.org/postgis/ticket/5799">#5799</link>, make ST_TileEnvelope clip envelopes to tile plane
extent (Paul Ramsey)</para>
</simplesect>
</section>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
Version.config | 2 +-
doc/release_notes.xml | 46 ++++++++++++++++++++++++++++++----------------
3 files changed, 32 insertions(+), 18 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list