[postgis-tickets] [SCM] postgis.net branch website updated. 9ed89ed837fc54ab62d628a622ef094cde155d9e

git at osgeo.org git at osgeo.org
Wed Apr 20 21:31:56 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  9ed89ed837fc54ab62d628a622ef094cde155d9e (commit)
      from  1cfefb191d8ac2a5e5bea2b304382fafaa92171f (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 9ed89ed837fc54ab62d628a622ef094cde155d9e
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Apr 21 00:31:50 2022 -0400

    PostGIS 2.5.6 release

diff --git a/config/_default/params.toml b/config/_default/params.toml
index e319a8e..f04f908 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -148,8 +148,8 @@ dev_download = "/stuff"
     tag = "3.0.5"
   [postgis.releases.25]
     minor = "2.5"
-    dev = "2.5.6dev"
-    tag = "2.5.5"
+    dev = "2.5.7dev"
+    tag = "2.5.6"
   [postgis.releases.24]
     minor = "2.4"
     dev = "2.4.10dev"
diff --git a/content/post/2022/04-21_postgis-2.5.6.md b/content/post/2022/04-21_postgis-2.5.6.md
new file mode 100644
index 0000000..3bffbb0
--- /dev/null
+++ b/content/post/2022/04-21_postgis-2.5.6.md
@@ -0,0 +1,59 @@
+---
+title: PostGIS 2.5.6
+layout: post
+category: news
+tags: [release, 2.5]
+author: Regina Obe
+thumbnail:
+date: "2022-04-21"
+---
+
+The PostGIS Team is pleased to release PostGIS 2.5.6!
+
+**2.5.6**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-2.5.6.tar.gz) [md5]({{postgis.dev_download}}/postgis-2.5.6.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.5.6/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-2.5.6.pdf)
+
+
+This release is a bug fix release, addressing issues found in the previous 2.5 releases.
+
+<!-- pagebreak -->
+
+**Bug Fixes**
+
+  - [4968](https://trac.osgeo.org/postgis/ticket/4968) Update autogen.sh to handle autoconf 2.71 issues
+  - [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)
+  - [4863](https://trac.osgeo.org/postgis/ticket/4863) Update bboxes after affine/scale operations (Paul Ramsey)
+  - [4326](https://trac.osgeo.org/postgis/ticket/4326) Fix CircularPolygon area calculation (Paul Ramsey)
+  - [4971](https://trac.osgeo.org/postgis/ticket/4971) Cunit fixes for newer CUnit (Raúl Marín, Regina Obe)
+  - [5069](https://trac.osgeo.org/postgis/ticket/5069) search_path vulnerabilty during install/upgrade
+           (Regina Obe)
+  - [5086](https://trac.osgeo.org/postgis/ticket/5086) regress cleanly (clip by box, make valid)
+           with GEOS 3.8+. For GEOS 3.8+
+           use native GEOS makevalid, buildarea, clipbybox (Regina Obe)
+  - [4457](https://trac.osgeo.org/postgis/ticket/4457) Stop trying to createlang in regress
+           plpgsql is always installed (Regina Obe)
+  - [4980](https://trac.osgeo.org/postgis/ticket/4980) Support pkg-config for pcre detection (Regina Obe)
+
+**Upgrading**
+
+After installing the binaries or after running pg_upgrade:
+
+do:
+
+```postgres
+ALTER EXTENSION postgis UPDATE;
+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 2.5.6 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+2.5.6&milestone=PostGIS+2.4.10

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

Summary of changes:
 config/_default/params.toml              |  4 +--
 content/post/2022/04-21_postgis-2.5.6.md | 59 ++++++++++++++++++++++++++++++++
 2 files changed, 61 insertions(+), 2 deletions(-)
 create mode 100644 content/post/2022/04-21_postgis-2.5.6.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list