[SCM] PostGIS branch stable-3.5 updated. 3.5.0-35-gbae6e7c80
git at osgeo.org
git at osgeo.org
Sun Dec 22 00:28:01 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.5 has been updated
via bae6e7c80377a289e30c2b9d5ef444fcdef63347 (commit)
via 460c1e967a8b409ac152fd2c0638cab772e1b7fe (commit)
via b787a825782b23ed56ea95398f4d1ad354a910db (commit)
from f0cd0e1067a2e682b2377ea0b8e4d5f3e533f93b (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 bae6e7c80377a289e30c2b9d5ef444fcdef63347
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 03:27:53 2024 -0500
Prepping for PostGIS 3.5.1 release
diff --git a/NEWS b/NEWS
index 207f4f20a..eac1e04d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,5 @@
PostGIS 3.5.1
-xxxx/xx/xx
+2024/12/22
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.
@@ -7,14 +7,14 @@ PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
* Bug fixes *
- #5677, Retain SRID during unary union (Paul Ramsey)
-- #5792, Prevent topology corruption with TopoGeo_addPoint near almost
+- #5792, [topology] Prevent topology corruption with TopoGeo_addPoint near almost
collinear edges (Sandro Santilli)
-- #5795, Fix ST_NewEdgesSplit can cause invalid topology
+- #5795, [topology] Fix ST_NewEdgesSplit can cause invalid topology
(Björn Harrtell)
- #5794, Fix crash in TopoGeo_addPoint (Sandro Santilli)
- #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)
- #5791, Add legacy stubs for old transaction functions
to allow pg_upgrade (Regina Obe)
@@ -29,9 +29,9 @@ PostgreSQL 12-17 required. GEOS 3.8+ required. Proj 6.1+ required.
* Enhancements *
- #5782, Improve robustness of min distance calculation (Sandro Santilli)
- - Speedup topology building when closing large rings with many
- hooles (Björn Harrtell)
- - #5810, Update tiger geocoder to handle TIGER 2024 data (Regina Obe)
+ - [topology] Speedup topology building when closing large rings with many
+ holes (Björn Harrtell)
+ - #5810, [tiger_geocoder] Update tiger geocoder to handle TIGER 2024 data (Regina Obe)
* Breaking Changes *
diff --git a/README.postgis b/README.postgis
index 740c19207..25c5220c3 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
PostGIS - Geographic Information Systems Extensions to PostgreSQL
=================================================================
-:Version: 3.5.0
-:Date: 2024-09-25
+:Version: 3.5.1
+:Date: 2024-12-22
:Website: https://postgis.net
This distribution contains a module which implements GIS simple features, ties
diff --git a/Version.config b/Version.config
index 11992b780..b010fbb8a 100644
--- a/Version.config
+++ b/Version.config
@@ -5,7 +5,7 @@
POSTGIS_MAJOR_VERSION=3
POSTGIS_MINOR_VERSION=5
-POSTGIS_MICRO_VERSION=1dev
+POSTGIS_MICRO_VERSION=1
# 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 87f924d51..71f01aaf0 100644
--- a/doc/release_notes.xml
+++ b/doc/release_notes.xml
@@ -2,6 +2,51 @@
<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.1</title>
+ <para>2024/09/25</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><ulink url="https://trac.osgeo.org/postgis/ticket/#5677">#5677</ulink>, Retain SRID during unary union (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5792">#5792</ulink>, [topology] Prevent topology corruption with TopoGeo_addPoint near almost
+ collinear edges (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/#5794">#5794</ulink>, [topology] Fix crash in TopoGeo_addPoint (Sandro Santilli)</para>
+ <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>, Check that ST_ChangeEdgeGeom doesn't change winding of rings
+ (Sandro Santilli)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5791">#5791</ulink>, Add legacy stubs for old transaction functions
+ to allow pg_upgrade (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5800">#5800</ulink>, PROJ compiled version reading the wrong minor and micro
+ (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5790">#5790</ulink>, Non-schema qualified calls causing issue with
+ materialized views (Regina Obe)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5812">#5812</ulink>, Performance regression in ST_Within (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5815">#5815</ulink>, Remove hash/merge promise from <> operator (Paul Ramsey)</para>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5823">#5823</ulink>, Build support for Pg18 (Paul Ramsey)</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Enhancements</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5782">#5782</ulink>, 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><ulink url="https://trac.osgeo.org/postgis/ticket/#5810">#5810</ulink>, Update tiger geocoder to handle TIGER 2024 data (Regina Obe)</para>
+ </simplesect>
+
+ <simplesect>
+ <title>Breaking Changes</title>
+ <para><ulink url="https://trac.osgeo.org/postgis/ticket/#5799">#5799</ulink>, make ST_TileEnvelope clip envelopes to tile plane
+ extent (Paul Ramsey)</para>
+ </simplesect>
+ </section>
+
<section>
<title>PostGIS 3.5.0</title>
<para>2024/09/25</para>
commit 460c1e967a8b409ac152fd2c0638cab772e1b7fe
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 00:59:32 2024 -0500
Fix ST_AsMVTGeom example. Closes #5758 for PostGIS 3.5.1
diff --git a/doc/reference_output.xml b/doc/reference_output.xml
index 50e7f7370..2e719d0f4 100644
--- a/doc/reference_output.xml
+++ b/doc/reference_output.xml
@@ -1395,7 +1395,7 @@ SELECT ST_AsText(ST_AsMVTGeom(
MULTIPOLYGON(((5 4096,10 4091,10 4096,5 4096)),((5 4096,0 4101,0 4096,5 4096)))
</programlisting>
- <para>Canonical example for a Web Mercator tile using a computed tile bounds to query and clip geometry.
+ <para>Canonical example for a Web Mercator tile using a computed tile bounds to query and clip geometry. This assumes the data.geom column has srid of 4326.
</para>
<programlisting><![CDATA[
@@ -1403,7 +1403,7 @@ SELECT ST_AsMVTGeom(
ST_Transform( geom, 3857 ),
ST_TileEnvelope(12, 513, 412), extent => 4096, buffer => 64) AS geom
FROM data
- WHERE geom && ST_TileEnvelope(12, 513, 412, margin => (64.0 / 4096))
+ WHERE geom && ST_Transform(ST_TileEnvelope(12, 513, 412, margin => (64.0 / 4096)),4326)
]]></programlisting>
commit b787a825782b23ed56ea95398f4d1ad354a910db
Author: Regina Obe <lr at pcorp.us>
Date: Sun Dec 22 00:18:17 2024 -0500
Add micro version upgrades for soon to be released micros
diff --git a/extensions/upgradeable_versions.mk b/extensions/upgradeable_versions.mk
index 8d8d5993d..8764f7e3c 100644
--- a/extensions/upgradeable_versions.mk
+++ b/extensions/upgradeable_versions.mk
@@ -71,6 +71,7 @@ UPGRADEABLE_VERSIONS = \
3.0.9 \
3.0.10 \
3.0.11 \
+ 3.0.12 \
3.1.0 \
3.1.1 \
3.1.2 \
@@ -84,6 +85,7 @@ UPGRADEABLE_VERSIONS = \
3.1.9 \
3.1.10 \
3.1.11 \
+ 3.1.12 \
3.2.0 \
3.2.1 \
3.2.2 \
@@ -92,6 +94,7 @@ UPGRADEABLE_VERSIONS = \
3.2.5 \
3.2.6 \
3.2.7 \
+ 3.2.8 \
3.3.0 \
3.3.1 \
3.3.2 \
@@ -100,8 +103,10 @@ UPGRADEABLE_VERSIONS = \
3.3.5 \
3.3.6 \
3.3.7 \
+ 3.3.8 \
3.4.0 \
3.4.1 \
3.4.2 \
3.4.3 \
+ 3.4.4 \
3.5.0
-----------------------------------------------------------------------
Summary of changes:
NEWS | 14 ++++++------
README.postgis | 4 ++--
Version.config | 2 +-
doc/reference_output.xml | 4 ++--
doc/release_notes.xml | 45 ++++++++++++++++++++++++++++++++++++++
extensions/upgradeable_versions.mk | 5 +++++
6 files changed, 62 insertions(+), 12 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list