[postgis-tickets] [SCM] postgis.net branch website updated. 6b18d703106a6ba21ade6ba23eb770f574a8ef2f

git at osgeo.org git at osgeo.org
Tue Jul 19 09:30:34 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  6b18d703106a6ba21ade6ba23eb770f574a8ef2f (commit)
      from  5765b7f710f7faa9d67603d2f71939a296efd3f5 (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 6b18d703106a6ba21ade6ba23eb770f574a8ef2f
Author: Regina Obe <lr at pcorp.us>
Date:   Tue Jul 19 12:30:20 2022 -0400

    Release 2.5.7

diff --git a/content/post/2022/07-19_postgis-2.5.7.md b/content/post/2022/07-19_postgis-2.5.7.md
new file mode 100644
index 0000000..b06abde
--- /dev/null
+++ b/content/post/2022/07-19_postgis-2.5.7.md
@@ -0,0 +1,48 @@
+---
+title: PostGIS 2.5.7
+layout: post
+category: news
+tags: [release, 2.5]
+author: Regina Obe
+thumbnail:
+date: "2022-07-19T12:43:40"
+---
+
+The PostGIS Team is pleased to release PostGIS 2.5.7!
+
+**2.5.7**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-2.5.7.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-2.5.7.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.5.7/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-2.5.7.pdf)
+
+
+This release is a bug fix release, addressing issues found in the previous 2.5 releases.
+
+<!--more-->
+
+**Bug Fixes**
+
+  - [#5151](https://trac.osgeo.org/postgis/ticket/5151), ST_SetPoint with empty geometries (Regina Obe)
+  - [#5152](https://trac.osgeo.org/postgis/ticket/5152), Fix infinite loop with ST_Split (Sandro Santilli)
+  - [#5150](https://trac.osgeo.org/postgis/ticket/5150), Change signature of AddToSearchPath (Regina Obe)
+  - [#5155](https://trac.osgeo.org/postgis/ticket/5155), More schema qual fixes (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.7 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+2.5.7

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

Summary of changes:
 content/post/2022/07-19_postgis-2.5.7.md | 48 ++++++++++++++++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 content/post/2022/07-19_postgis-2.5.7.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list