[SCM] postgis.net branch website updated. clarity-final-129-gd1d8ffe
git at osgeo.org
git at osgeo.org
Sun Dec 22 23:24:20 PST 2024
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 d1d8ffeccb8392f2da638fb6786834a94e1ee70c (commit)
from 08f4bbbc4bccbd57ba05662f752d355fb61c1583 (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 d1d8ffeccb8392f2da638fb6786834a94e1ee70c
Author: Regina Obe <lr at pcorp.us>
Date: Mon Dec 23 02:24:16 2024 -0500
Patch releases
diff --git a/config.toml b/config.toml
index 29bb5c7..9af5569 100644
--- a/config.toml
+++ b/config.toml
@@ -170,24 +170,24 @@ enableRobotsTXT = true
is_dev = true
[params.postgis.releases.35]
minor = "3.5"
- dev = "3.5.1dev"
- tag = "3.5.0"
+ dev = "3.5.2dev"
+ tag = "3.5.1"
[params.postgis.releases.34]
minor = "3.4"
- dev = "3.4.4dev"
- tag = "3.4.3"
+ dev = "3.4.5dev"
+ tag = "3.4.4"
[params.postgis.releases.33]
minor = "3.3"
- dev = "3.3.8dev"
- tag = "3.3.7"
+ dev = "3.3.9dev"
+ tag = "3.3.8"
[params.postgis.releases.32]
minor = "3.2"
- dev = "3.2.8dev"
- tag = "3.2.7"
+ dev = "3.2.9dev"
+ tag = "3.2.8"
[params.postgis.releases.31]
minor = "3.1"
- dev = "3.1.12dev"
- tag = "3.1.11"
+ dev = "3.1.13dev"
+ tag = "3.1.12"
[params.postgis.releases.30]
minor = "3.0"
dev = "3.0.12dev"
diff --git a/content/news/2024/12-23_postgis-patches.md b/content/news/2024/12-23_postgis-patches.md
new file mode 100644
index 0000000..a0ed7bd
--- /dev/null
+++ b/content/news/2024/12-23_postgis-patches.md
@@ -0,0 +1,33 @@
+---
+title: PostGIS Patch Releases
+layout: post
+category: news
+tags: [release,3.5,3.4,3.3,3.2,3.1]
+author: Regina Obe
+date: "2024-12-23"
+thumbnail:
+---
+
+The PostGIS development team is pleased to provide
+[bug fix releases]({{< loc "postgis.release_source">}}) for
+[3.5.1](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.1/NEWS),
+[3.4.4](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.4/NEWS),
+[3.3.8](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.8/NEWS),
+[3.2.8](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.2.8/NEWS),
+[3.1.12](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.1.12/NEWS)
+
+Please refer to the links above for more information about the issues resolved by these releases.
+
+<!--more-->
+
+### Upgrading
+
+After installing the binaries or after running pg_upgrade:
+
+Do below which will upgrade all your postgis extensions.
+
+```postgres
+SELECT postgis_extensions_upgrade();
+-- to confirm all is good
+SELECT postgis_full_version();
+```
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
config.toml | 20 +++++++++---------
content/news/2024/12-23_postgis-patches.md | 33 ++++++++++++++++++++++++++++++
2 files changed, 43 insertions(+), 10 deletions(-)
create mode 100644 content/news/2024/12-23_postgis-patches.md
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list