[postgis-tickets] [SCM] postgis.net branch website updated. e0d1ad225e1e6fa7c44c5a0a25d75584f7150e38

git at osgeo.org git at osgeo.org
Sat Nov 12 10:03:28 PST 2022


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  e0d1ad225e1e6fa7c44c5a0a25d75584f7150e38 (commit)
      from  16baf2943e2f3603abad4ec487f3ca7f1a1f8d9d (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 e0d1ad225e1e6fa7c44c5a0a25d75584f7150e38
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Nov 12 13:03:18 2022 -0500

    Release 2.5.9

diff --git a/config/_default/params.toml b/config/_default/params.toml
index 3f12b90..73430fd 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -157,8 +157,9 @@ dev_download = "/stuff"
     tag = "3.0.7"
   [postgis.releases.25]
     minor = "2.5"
-    dev = "2.5.9dev"
-    tag = "2.5.8"
+    dev = "2.5.9"
+    tag = "2.5.9"
+    eol = true
   [postgis.releases.24]
     minor = "2.4"
     dev = "2.4.10"
diff --git a/content/post/2022/11-12_postgis-2.5.9.md b/content/post/2022/11-12_postgis-2.5.9.md
new file mode 100644
index 0000000..a60239f
--- /dev/null
+++ b/content/post/2022/11-12_postgis-2.5.9.md
@@ -0,0 +1,46 @@
+---
+title: PostGIS 2.5.9 EOL
+layout: post
+category: news
+tags: [release, 2.5, "EOL"]
+author: Regina Obe
+date: "2022-11-12T10:00:00Z"
+---
+The PostGIS Team is pleased to release PostGIS 2.5.9! This is the end-of-life release of the 2.5 branch.
+
+**2.5.9**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-2.5.9.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-2.5.9.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.5.9/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-2.5.9.pdf)
+
+
+This release is a bug fix release, addressing issues found in the previous 2.5 releases.
+
+<!--more-->
+This release works with PostgreSQL 9.4-12.
+
+**Bug Fixes**
+
+  - [5241](https://trac.osgeo.org/postgis/ticket/5241) , Crash on ST_SnapToGrid with empty multis (Regina Obe)
+  - [5280](https://trac.osgeo.org/postgis/ticket/5280) , shp2pgsql: Handle load of dbase character fields with no width
+           specified (Regina Obe)
+  - [5240](https://trac.osgeo.org/postgis/ticket/5240) , ST_DumpPoints crash with empty polygon (Regina Obe)
+  - [5084](https://trac.osgeo.org/postgis/ticket/5084) , Bad rasterization of linestring (Gilles Vuidel)
+
+**Upgrading**
+
+After installing the binaries or after running pg_upgrade:
+
+do:
+
+```postgres
+ALTER EXTENSION postgis UPDATE;
+```
+
+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 2.5.9 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+2.5.9

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

Summary of changes:
 config/_default/params.toml              |  5 ++--
 content/post/2022/11-12_postgis-2.5.9.md | 46 ++++++++++++++++++++++++++++++++
 2 files changed, 49 insertions(+), 2 deletions(-)
 create mode 100644 content/post/2022/11-12_postgis-2.5.9.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list