[postgis-tickets] [SCM] postgis.net branch website updated. 8c5a66928ce742e2a7b0bdcf82f9a0f0fcb78d63

git at osgeo.org git at osgeo.org
Sat Sep 10 11:37:06 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  8c5a66928ce742e2a7b0bdcf82f9a0f0fcb78d63 (commit)
      from  e24173701b73688c4f24f87893b43214f32e853b (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 8c5a66928ce742e2a7b0bdcf82f9a0f0fcb78d63
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Sep 10 14:37:02 2022 -0400

    Release PostGIS 3.3.1

diff --git a/config/_default/params.toml b/config/_default/params.toml
index d4b0de5..3f12b90 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -125,7 +125,7 @@ matomoDomain = "matomo.example.com" # Set to Matomo domain
 matomoSiteID = "1" # Default is set to 1, change this to the siteid being tracked
 
 [postgis]
-version = "3.3.0"
+version = "3.3.1"
 release_docs =  "https://download.osgeo.org/postgis/docs"
 release_source = "https://download.osgeo.org/postgis/source"
 release_notes = "https://git.osgeo.org/gitea/postgis/postgis/raw/tag"
@@ -141,8 +141,8 @@ dev_download = "/stuff"
     is_dev = true
   [postgis.releases.33]
     minor = "3.3"
-    dev = "3.3.1dev"
-    tag = "3.3.0"
+    dev = "3.3.2dev"
+    tag = "3.3.1"
   [postgis.releases.32]
     minor = "3.2"
     dev = "3.2.4dev"
diff --git a/content/post/2022/09-10_postgis-3.3.1.md b/content/post/2022/09-10_postgis-3.3.1.md
new file mode 100644
index 0000000..5f12f7a
--- /dev/null
+++ b/content/post/2022/09-10_postgis-3.3.1.md
@@ -0,0 +1,60 @@
+---
+title: PostGIS 3.3.1
+layout: post
+category: news
+tags: [release,3.3]
+author: Regina Obe
+date: "2022-09-10"
+thumbnail:
+---
+The PostGIS Team is pleased to release PostGIS 3.3.1.
+
+This is a bug fix release to address an issue compiling against PostgreSQL 15 Beta 4.
+
+Best served with [PostgreSQL 15 Beta 4](https://www.postgresql.org/about/news/postgresql-15-beta-4-released-2507/).
+
+<!--more-->
+
+**3.3.1**
+
+This release supports PostgreSQL 11 and higher, GEOS 3.6 and higher, and proj 5.2 and higher.
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.3.1.tar.gz)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.1/NEWS)
+* PDF docs [en]({{< loc "postgis.release_docs">}}/postgis-3.3.1.pdf)
+* [html doc download]({{< loc "postgis.release_docs">}}/doc-html-3.3.1.tar.gz)
+* html online [en]({{< loc "site.root">}}docs/manual-3.3/) [de]({{< loc "site.root">}}docs/manual-3.3/postgis-de.html) [ja]({{< loc "site.root">}}docs/manual-3.3/postgis-ja.html) [ko_KR]({{< loc "site.root">}}docs/manual-3.3/postgis-ko_KR.html)
+* [epub doc download]({{< loc "postgis.release_docs">}}/postgis-3.3.1.epub)
+
+**Bug Fixes**
+- [#5227](https://trac.osgeo.org/postgis/ticket/5227), typo in ST_LineLocatePoint error message (Sandro Santilli)
+- [#5231](https://trac.osgeo.org/postgis/ticket/5231), PG15 no longer compiles because SQL/JSON removed PG upstream (Regina Obe)
+
+
+Details of this release can be found in NEWS file:
+[https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.3.1/NEWS](https://git.osgeo.org/gitea/postgis/postgis/src/tag/3.3.1/NEWS)
+and is also included in the source tar ball.
+
+If you come across any issues, feel free to report via our
+[ticket tracker](https://trac.osgeo.org/postgis)  or mailing list with details as described in [SUPPORT](https://postgis.net/support/)
+
+View all [closed tickets for 3.3.1][1].
+
+After installing the binaries or after running pg_upgrade:
+
+For upgrading from PostGIS 3.0, do the following 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();
+```
+
+
+[1]: https://trac.osgeo.org/postgis/query?status=closed&resolution=fixed&milestone=PostGIS+3.3.1&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=component&order=priority

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

Summary of changes:
 config/_default/params.toml              |  6 ++--
 content/post/2022/09-10_postgis-3.3.1.md | 60 ++++++++++++++++++++++++++++++++
 2 files changed, 63 insertions(+), 3 deletions(-)
 create mode 100644 content/post/2022/09-10_postgis-3.3.1.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list