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

git at osgeo.org git at osgeo.org
Wed Jul 20 12:25:42 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  fa1d48da64e59044615ee40dc579385838ea03ac (commit)
      from  355a7ded31d06f6fafcb5b767bdbe7313ea8fe0f (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 fa1d48da64e59044615ee40dc579385838ea03ac
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 20 15:25:36 2022 -0400

    PostGIS 3.1.6 release

diff --git a/config/_default/params.toml b/config/_default/params.toml
index 8ad80bc..167f571 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -145,8 +145,8 @@ dev_download = "/stuff"
     tag = "3.2.1"
   [postgis.releases.31]
     minor = "3.1"
-    dev = "3.1.6dev"
-    tag = "3.1.5"
+    dev = "3.1.7dev"
+    tag = "3.1.6"
   [postgis.releases.30]
     minor = "3.0"
     dev = "3.0.7dev"
diff --git a/content/post/2022/07-20_postgis-3.1.6.md b/content/post/2022/07-20_postgis-3.1.6.md
new file mode 100644
index 0000000..203ef55
--- /dev/null
+++ b/content/post/2022/07-20_postgis-3.1.6.md
@@ -0,0 +1,70 @@
+---
+title: PostGIS 3.1.6
+layout: post
+category: news
+tags: [release, 3.1]
+author: Regina Obe
+date: "2022-07-20T12:50:40"
+thumbnail:
+---
+
+The PostGIS Team is pleased to release PostGIS 3.1.6!
+This release works for PostgreSQL 9.6-14.
+
+**3.1.6**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.1.6.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.1.6.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.1.6/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-3.1.6.pdf)
+
+
+This release is a bug fix release, addressing issues found in the previous 3.1 releases.
+
+<!--more-->
+
+*Bug Fixes*
+
+- [#4835](https://trac.osgeo.org/postgis/ticket/4835), Occasional distance errors in polar area (Paul Ramsey)
+- [#5152](https://trac.osgeo.org/postgis/ticket/5152), Fix infinite loop with ST_Split (Sandro Santilli)
+- [#5120](https://trac.osgeo.org/postgis/ticket/5120), Fix not-null result from ST_EstimatedExtent against
+         truncated tables with spatial index (Sandro Santilli)
+- [#5076](https://trac.osgeo.org/postgis/ticket/5076), Avoid log storm installed with pgaudit enabled (Paul Ramsey)
+- [#5100](https://trac.osgeo.org/postgis/ticket/5100), Stop using pg_atoi, removed in PG 15 (Laurenz Albe)
+- [#5115](https://trac.osgeo.org/postgis/ticket/5115), Allow dropping topologies with pending constraints (Sandro Santilli)
+- [#5151](https://trac.osgeo.org/postgis/ticket/5151), ST_SetPoint with empty geometries (Regina Obe)
+- [#5150](https://trac.osgeo.org/postgis/ticket/5150), Change signature of AddToSearchPath (Regina Obe)
+- [#5125](https://trac.osgeo.org/postgis/ticket/5125), Fix search path function (Sandro Santilli)
+- [#5155](https://trac.osgeo.org/postgis/ticket/5155), More schema qual fixes (Regina Obe)
+- [#5114](https://trac.osgeo.org/postgis/ticket/5114), Crash with long column names in pgsql2shp (Paul Ramsey)
+- [#4541](https://trac.osgeo.org/postgis/ticket/4541), ST_ConcaveHull returns a "geometrycollection" type
+         instead of the expected "polygon" (Regina Obe)
+- [#5154](https://trac.osgeo.org/postgis/ticket/5154), raster ST_Value is undercosted (Regina Obe)
+
+
+
+
+**Upgrading**
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 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.1.6 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.1.6

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

Summary of changes:
 config/_default/params.toml              |  4 +-
 content/post/2022/07-20_postgis-3.1.6.md | 70 ++++++++++++++++++++++++++++++++
 2 files changed, 72 insertions(+), 2 deletions(-)
 create mode 100644 content/post/2022/07-20_postgis-3.1.6.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list