[SCM] postgis.net branch website updated. clarity-final-130-ga5cf64c
git at osgeo.org
git at osgeo.org
Sat Jan 18 15:59:17 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.net".
The branch, website has been updated
via a5cf64cce0d84dbe191a6477331f61e29c8e45a6 (commit)
from d1d8ffeccb8392f2da638fb6786834a94e1ee70c (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 a5cf64cce0d84dbe191a6477331f61e29c8e45a6
Author: Regina Obe <lr at pcorp.us>
Date: Sat Jan 18 18:58:56 2025 -0500
PostGIS 3.5.2 release
diff --git a/config.toml b/config.toml
index 9af5569..17a3183 100644
--- a/config.toml
+++ b/config.toml
@@ -170,8 +170,8 @@ enableRobotsTXT = true
is_dev = true
[params.postgis.releases.35]
minor = "3.5"
- dev = "3.5.2dev"
- tag = "3.5.1"
+ dev = "3.5.3dev"
+ tag = "3.5.2"
[params.postgis.releases.34]
minor = "3.4"
dev = "3.4.5dev"
diff --git a/content/news/2025/01-18_postgis-3.5.2.md b/content/news/2025/01-18_postgis-3.5.2.md
new file mode 100644
index 0000000..22c7ce5
--- /dev/null
+++ b/content/news/2025/01-18_postgis-3.5.2.md
@@ -0,0 +1,70 @@
+---
+title: PostGIS 3.5.2
+layout: post
+category: news
+tags: [release, 3.5]
+author: Regina Obe
+thumbnail:
+date: "2025-01-18"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.2.
+
+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.
+SFCGAL 1.4+ is needed to enable postgis_sfcgal support.
+To take advantage of all SFCGAL features, SFCGAL 1.5+ is needed.
+
+### 3.5.2
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.2.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.2/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.2-en.pdf) [ja]({{< loc "postgis.release_docs">}}/postgis-3.5.2-ja.pdf), [fr]({{< loc "postgis.release_docs">}}/postgis-3.5.2-fr.pdf), [zh_Hans]({{< loc "postgis.release_docs">}}/postgis-3.5.2-zh_Hans.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
+
+- [#5677](https://trac.osgeo.org/postgis/ticket/5677), Retain SRID during unary union (Paul Ramsey)
+- [#5833](https://trac.osgeo.org/postgis/ticket/5833), pg_upgrade fix for postgis_sfcgal (Regina Obe)
+- [#5564](https://trac.osgeo.org/postgis/ticket/5564), BRIN crash fix and support for parallel in PG17+
+ (Paul Ramsey, Regina Obe)
+
+### Upgrading
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 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.2 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.5.2&milestone=PostGIS+3.4.3&milestone=PostGIS+3.4.3&milestone=PostGIS+3.3.8
-----------------------------------------------------------------------
Summary of changes:
config.toml | 4 +-
content/news/2025/01-18_postgis-3.5.2.md | 70 ++++++++++++++++++++++++++++++++
2 files changed, 72 insertions(+), 2 deletions(-)
create mode 100644 content/news/2025/01-18_postgis-3.5.2.md
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list