[SCM] postgis.net branch website updated. clarity-final-158-g8f9eb96
git at osgeo.org
git at osgeo.org
Thu Oct 16 15:55:53 PDT 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.net".
The branch, website has been updated
via 8f9eb9691253c978c2fe7960737514d0d64ea8c5 (commit)
from 582c9058567f96623dbbef8eef56342bd22e0f67 (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 8f9eb9691253c978c2fe7960737514d0d64ea8c5
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Oct 16 15:55:47 2025 -0700
News entry for 3.5.4
diff --git a/config.toml b/config.toml
index 7c714ac..cb5643c 100644
--- a/config.toml
+++ b/config.toml
@@ -174,8 +174,8 @@ enableRobotsTXT = true
tag = "3.6.0"
[params.postgis.releases.35]
minor = "3.5"
- dev = "3.5.4dev"
- tag = "3.5.3"
+ dev = "3.5.5dev"
+ tag = "3.5.4"
[params.postgis.releases.34]
minor = "3.4"
dev = "3.4.5dev"
diff --git a/content/news/2025/10-16_postgis-3.5.4.md b/content/news/2025/10-16_postgis-3.5.4.md
new file mode 100644
index 0000000..efb6285
--- /dev/null
+++ b/content/news/2025/10-16_postgis-3.5.4.md
@@ -0,0 +1,75 @@
+---
+title: PostGIS 3.5.4
+layout: post
+category: news
+tags: [release, 3.5]
+author: Paul Ramsey
+thumbnail:
+date: "2025-10-16"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.4.
+
+This version requires PostgreSQL 12 - 18beta1, GEOS 3.8 or higher, and Proj 6.1+.
+To take advantage of all features, GEOS 3.12+ is needed.
+SFCGAL 1.4+ is needed to enable postgis_sfcgal support.
+To take advantage of all SFCGAL features, SFCGAL 1.5+ is needed.
+
+### 3.5.4
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.4.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.4.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.4/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.4-en.pdf)
+
+This release is a bug fix release that includes bug fixes since PostGIS 3.5.3.
+
+<!--more-->
+
+### Bug fixes
+
+- [#5977](https://trac.osgeo.org/postgis/ticket/5977), Fix downgrade protection with standard conforming strings off (Sandro Santilli)
+- [#5951](https://trac.osgeo.org/postgis/ticket/5951), Fix crash in ST_GetFaceEdges with corrupted topology (Sandro Santilli)
+- [#5947](https://trac.osgeo.org/postgis/ticket/5947), [topology] Fix crash in ST_ModEdgeHeal (Sandro Santilli)
+- [#5925](https://trac.osgeo.org/postgis/ticket/5925), [#5946](https://trac.osgeo.org/postgis/ticket/5946), [topology] Have GetFaceContainingPoint survive EMPTY edges (Sandro Santilli)
+- [#5936](https://trac.osgeo.org/postgis/ticket/5936), [topology] Do script-based upgrade in a single transaction (Sandro Santilli)
+- [#5908](https://trac.osgeo.org/postgis/ticket/5908), [topology] Fix crash in GetFaceContainingPoint (Sandro Santilli)
+- [#5907](https://trac.osgeo.org/postgis/ticket/5907), [topology] Fix crash in TopoGeo_AddPolygon with EMPTY input (Sandro Santilli)
+- [#5922](https://trac.osgeo.org/postgis/ticket/5922), [topology] Fix crash in TopoGeo_AddLinestring with EMPTY input (Sandro Santilli)
+- [#5921](https://trac.osgeo.org/postgis/ticket/5921), Crash freeing uninitialized pointer (Arsenii Mukhin)
+- [#5912](https://trac.osgeo.org/postgis/ticket/5912), Crash on GML with xlink and no prefix (Paul Ramsey)
+- [#5905](https://trac.osgeo.org/postgis/ticket/5905), Crash on deeply nested geometries (Paul Ramsey)
+- [#5909](https://trac.osgeo.org/postgis/ticket/5909), ST_ValueCount crashes on empty table (Paul Ramsey)
+- [#5917](https://trac.osgeo.org/postgis/ticket/5917), ST_Relate becomes unresponsive (Paul Ramsey)
+- [#5923](https://trac.osgeo.org/postgis/ticket/5923), CG_ExtrudeStraightSkeleton crashes on empty polygon (Loïc Bartoletti)
+- [#5935](https://trac.osgeo.org/postgis/ticket/5935), Require GDAL 2.4 for postgis_raster and switch to GDALGetDataTypeSizeBytes (Laurențiu Nicola)
+- GT-257, fix issue with xsltproc with path has spaces (Laurențiu Nicola)
+- [#5938](https://trac.osgeo.org/postgis/ticket/5938), incorrect parameter order in ST_Relate caching (Paul Ramsey)
+- [#5927](https://trac.osgeo.org/postgis/ticket/5927), ST_IsCollection throwing exception (Paul Ramsey)
+- [#5902](https://trac.osgeo.org/postgis/ticket/5902), ST_PointFromText cannot create geometries with M (Paul Ramsey)
+- [#5943](https://trac.osgeo.org/postgis/ticket/5943), Memory leak in handling GEOS GeometryFactory (Megan Ma)
+- [#5407](https://trac.osgeo.org/postgis/ticket/5407), Use memset in place of bzero (Paul Ramsey)
+- [#5082](https://trac.osgeo.org/postgis/ticket/5082), LRS proportions clamped to [0,1] (Pawel Ostrowski)
+- [#5985](https://trac.osgeo.org/postgis/ticket/5985), Fix configure issue with Debian 12 and 13 (Regina Obe, Sandro Santilli)
+- [#5991](https://trac.osgeo.org/postgis/ticket/5991), CircularString distance error (Paul Ramsey)
+- [#5994](https://trac.osgeo.org/postgis/ticket/5994), Null pointer in ST_AsGeoJsonRow (Alexander Kukushkin)
+- [#5989](https://trac.osgeo.org/postgis/ticket/5989), ST_Distance error on CurvePolygon (Paul Ramsey)
+- [#5962](https://trac.osgeo.org/postgis/ticket/5962), Consistent clipping of MULTI/POINT (Paul Ramsey)
+- [#5754](https://trac.osgeo.org/postgis/ticket/5754), ST_ForcePolygonCCW reverses lines (Paul Ramsey)
+
+
+### Upgrading
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 3.5, 3.4, 3.3, 3.2, 3.1, 3.0 do below which will upgrade all your postgis extensions.
+
+```sql
+SELECT postgis_extensions_upgrade();
+```
+
+If you come across any issues, feel free to report via our [ticket tracker](https://trac.osgeo.org/postgis)
+or [mailing list](https://lists.osgeo.org/listinfo/postgis-users) with details
+
+View all [tickets for 3.5.4 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.5.4
-----------------------------------------------------------------------
Summary of changes:
config.toml | 4 +-
content/news/2025/10-16_postgis-3.5.4.md | 75 ++++++++++++++++++++++++++++++++
2 files changed, 77 insertions(+), 2 deletions(-)
create mode 100644 content/news/2025/10-16_postgis-3.5.4.md
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list