[SCM] postgis.net branch website updated. clarity-final-139-gf4b2f47

git at osgeo.org git at osgeo.org
Sat May 17 20:53:20 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  f4b2f47ddb4a57d02c0708c200eded544468bf6d (commit)
      from  67aff4c50f3853a7e38e9aa89cb7318127731e38 (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 f4b2f47ddb4a57d02c0708c200eded544468bf6d
Author: Regina Obe <lr at pcorp.us>
Date:   Sat May 17 23:53:00 2025 -0400

    PostGIS 3.5.3 release

diff --git a/config.toml b/config.toml
index 17a3183..bea0524 100644
--- a/config.toml
+++ b/config.toml
@@ -154,7 +154,7 @@ enableRobotsTXT = true
 
 
   [params.postgis]
-    version = "3.4.3"
+    version = "3.5.3"
     release_docs =  "https://download.osgeo.org/postgis/docs"
     release_source = "https://download.osgeo.org/postgis/source"
     release_notes = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag"
@@ -166,12 +166,12 @@ enableRobotsTXT = true
     [params.postgis.releases.dev]
       minor = "3.6"
       dev = "3.6.0dev"
-      tag = "3.6.0dev"
+      tag = "3.6.0alpha1"
       is_dev = true
     [params.postgis.releases.35]
       minor = "3.5"
-      dev = "3.5.3dev"
-      tag = "3.5.2"
+      dev = "3.5.4dev"
+      tag = "3.5.3"
     [params.postgis.releases.34]
       minor = "3.4"
       dev = "3.4.5dev"
diff --git a/content/news/2025/05-17_postgis-3.5.3.md b/content/news/2025/05-17_postgis-3.5.3.md
new file mode 100644
index 0000000..87ca22a
--- /dev/null
+++ b/content/news/2025/05-17_postgis-3.5.3.md
@@ -0,0 +1,81 @@
+---
+title: PostGIS 3.5.3
+layout: post
+category: news
+tags: [release, 3.5]
+author: Regina Obe
+thumbnail:
+date: "2025-05-17"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.3.
+
+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.3
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.3.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.3.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.3/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.3-en.pdf)
+
+* HTML Online [en]({{< loc "site.root">}}docs/manual-3.5/en/) [ja]({{< loc "site.root">}}docs/manual-3.5/ja/) [fr]({{< loc "site.root">}}docs/manual-3.5/fr/) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/zh_Hans/)
+
+* Cheat Sheets:
+  * postgis: [en]({{< loc "site.root">}}docs/manual-3.5/postgis_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.5/postgis_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.5/postgis_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/postgis_cheatsheet-zh_Hans.html) 
+  * postgis_raster: [en]({{< loc "site.root">}}docs/manual-3.5/raster_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.5/raster_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.5/raster_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/raster_cheatsheet-zh_Hans.html)
+  * postgis_topology: [en]({{< loc "site.root">}}docs/manual-3.5/topology_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.5/topology_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.5/topology_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/topology_cheatsheet-zh_Hans.html)
+  * postgis_sfcgal: [en]({{< loc "site.root">}}docs/manual-3.5/sfcgal_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.5/sfcgal_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.5/sfcgal_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/sfcgal_cheatsheet-zh_Hans.html) 
+  * address standardizer, postgis_tiger_geocoder: [en]({{< loc "site.root">}}docs/manual-3.5/tiger_geocoder_cheatsheet-en.html) [ja]({{< loc "site.root">}}docs/manual-3.5/tiger_geocoder_cheatsheet-ja.html) [fr]({{< loc "site.root">}}docs/manual-3.5/tiger_geocoder_cheatsheet-fr.html) [zh_Hans]({{< loc "site.root">}}docs/manual-3.5/tiger_geocoder_cheatsheet-zh_Hans.html)
+
+
+This release is a bug fix release that includes bug fixes since PostGIS 3.5.1.
+
+
+<!--more-->
+
+### Bug fixes
+
+- Do not complain about illegal option when calling shp2pgsql -?
+  (Sandro Santilli, Giovanni Zezza)
+- [#5862]https://trac.osgeo.org/postgis/ticket/5862, [topology] Prevent another topology corruption with
+         TopoGeo_addPoint near almost collinear edges (Sandro Santilli)
+- [#5841]https://trac.osgeo.org/postgis/ticket/5841, Change approach to interrupt handling to conform to PgSQL
+         recommended practice (Paul Ramsey)
+- [#5855]https://trac.osgeo.org/postgis/ticket/5855, Fix index binding in ST_DFullyWithin (Paul Ramsey)
+- [#5819]https://trac.osgeo.org/postgis/ticket/5819, Support longer names in estimated extent (Paul Ramsey)
+- Fix misassignment of result in _lwt_HealEdges (Maxim Korotkov)
+- [#5876]https://trac.osgeo.org/postgis/ticket/5876, ST_AddPoint with empty argument adds garbage (Paul Ramsey)
+- [#5874]https://trac.osgeo.org/postgis/ticket/5874, Line substring returns wrong answer (Paul Ramsey)
+- [#5829]https://trac.osgeo.org/postgis/ticket/5829, geometry_columns with non-standard constraints (Paul Ramsey)
+- [#5818]https://trac.osgeo.org/postgis/ticket/5818, GT-244 Fix CG_IsSolid function (Loïc Bartoletti)
+- [#5885]https://trac.osgeo.org/postgis/ticket/5885, Fix documentation about grid-based overlay operations (Sandro Santilli)
+- For SFCGAL 2.1.0+ prevent using deprecated functions (Regina Obe)
+
+### 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.
+```postgres
+SELECT postgis_extensions_upgrade();
+```
+
+
+For PostGIS 2.5 and below do:
+
+```postgres
+ALTER EXTENSION postgis UPDATE;
+SELECT postgis_extensions_upgrade();
+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.3 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.5.3&milestone=PostGIS+3.4.4&milestone=PostGIS+3.3.8

-----------------------------------------------------------------------

Summary of changes:
 config.toml                                        |  8 ++---
 ...-18_postgis-3.5.2.md => 05-17_postgis-3.5.3.md} | 41 ++++++++++++++--------
 2 files changed, 30 insertions(+), 19 deletions(-)
 copy content/news/2025/{01-18_postgis-3.5.2.md => 05-17_postgis-3.5.3.md} (61%)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list