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

git at osgeo.org git at osgeo.org
Sun Apr 24 09:45:33 PDT 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  dc1c63e4da06b4a947245d3a501eef7a155c39a3 (commit)
      from  5a13fc9897d5b242492d2f48392c4cd1e75a5646 (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 dc1c63e4da06b4a947245d3a501eef7a155c39a3
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Apr 24 12:45:21 2022 -0400

    PostGIS 2.4.10 release (EOL)

diff --git a/config/_default/params.toml b/config/_default/params.toml
index f04f908..620f8ab 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -152,8 +152,9 @@ dev_download = "/stuff"
     tag = "2.5.6"
   [postgis.releases.24]
     minor = "2.4"
-    dev = "2.4.10dev"
-    tag = "2.4.9"
+    dev = "2.4.10"
+    tag = "2.4.10"
+    eol = true
   [postgis.releases.23]
     minor = "2.3"
     dev = "2.3.11"
diff --git a/content/post/2022/04-24_postgis-2.4.10.md b/content/post/2022/04-24_postgis-2.4.10.md
new file mode 100644
index 0000000..55d490a
--- /dev/null
+++ b/content/post/2022/04-24_postgis-2.4.10.md
@@ -0,0 +1,51 @@
+---
+title: PostGIS 2.4.10
+layout: post
+category: news
+tags: [release, 2.4, "EOL"]
+author: Regina Obe
+date: "2022-04-24"
+---
+The PostGIS Team is pleased to release PostGIS 2.4.10! This is the end-of-life release of the 2.4 branch.
+
+**2.4.10**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-2.4.10.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-2.4.10.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.4.10/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-2.4.10.pdf)
+
+
+This release is a bug fix release, addressing issues found in the previous 2.4 releases.
+
+<!--more-->
+
+**Bug Fixes**
+
+  - [4871](https://trac.osgeo.org/postgis/ticket/4871) TopoGeometry::geometry cast returns NULL for empty
+           TopoGeometry objects (Sandro Santilli)
+  - [4757](https://trac.osgeo.org/postgis/ticket/4757) Handle line collapse due to snap-to-existing node (Sandro Santilli)
+  - [4769](https://trac.osgeo.org/postgis/ticket/4769) Fix segfault in st_addband (Raúl Marín)
+  - [4727](https://trac.osgeo.org/postgis/ticket/4727) Fix geocentric bounding box computation for rare case (Paul Ramsey)
+  - [4326](https://trac.osgeo.org/postgis/ticket/4326) Fix CircularPolygon area calculation (Paul Ramsey)
+  - [4968](https://trac.osgeo.org/postgis/ticket/4968) Update autogen.sh to handle autoconf 2.71 issues (Raúl Marín, Regina Obe)
+  - [4971](https://trac.osgeo.org/postgis/ticket/4971) Cunit fixes for newer CUnit (Raúl Marín, Regina Obe)
+  - [5140](https://trac.osgeo.org/postgis/ticket/5140) regress cleanly against GEOS 3.7-3.8, GDAL 3.4,
+           fix address_standardizer install
+           and allow to install via pkg-config  (Regina Obe)
+
+**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.4.10 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+2.4.10

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

Summary of changes:
 config/_default/params.toml               |  5 +--
 content/post/2022/04-24_postgis-2.4.10.md | 51 +++++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+), 2 deletions(-)
 create mode 100644 content/post/2022/04-24_postgis-2.4.10.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list