[SCM] postgis.net branch website updated. clarity-final-85-g788923e

git at osgeo.org git at osgeo.org
Thu Feb 8 09:41:39 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  788923e8bd9772cc6c11c97b14590836d3ab385d (commit)
      from  cf640fb987f838c63cdb70cc9695da897cfcfd80 (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 788923e8bd9772cc6c11c97b14590836d3ab385d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Feb 8 09:41:34 2024 -0800

    Add latest patch releases and a news entry

diff --git a/config.toml b/config.toml
index 9dd729c..2054006 100644
--- a/config.toml
+++ b/config.toml
@@ -170,28 +170,28 @@ enableRobotsTXT = true
       is_dev = true
     [params.postgis.releases.34]
       minor = "3.4"
-      dev = "3.4.2dev"
-      tag = "3.4.1"
+      dev = "3.4.3dev"
+      tag = "3.4.2"
     [params.postgis.releases.33]
       minor = "3.3"
-      dev = "3.3.6dev"
-      tag = "3.3.5"
+      dev = "3.3.7dev"
+      tag = "3.3.6"
     [params.postgis.releases.32]
       minor = "3.2"
-      dev = "3.2.7dev"
-      tag = "3.2.6"
+      dev = "3.2.8dev"
+      tag = "3.2.7"
     [params.postgis.releases.31]
       minor = "3.1"
-      dev = "3.1.11dev"
-      tag = "3.1.10"
+      dev = "3.1.12dev"
+      tag = "3.1.11"
     [params.postgis.releases.30]
       minor = "3.0"
-      dev = "3.0.11dev"
-      tag = "3.0.10"
+      dev = "3.0.12dev"
+      tag = "3.0.11"
     # [params.postgis.releases.25]
     #   minor = "2.5"
-    #   dev = "2.5.9"
-    #   tag = "2.5.9"
+    #   dev = "2.5.10"
+    #   tag = "2.5.10"
     #   eol = true
     # [params.postgis.releases.24]
     #   minor = "2.4"
@@ -202,4 +202,4 @@ enableRobotsTXT = true
     #   minor = "2.3"
     #   dev = "2.3.11"
     #   tag = "2.3.11"
-    #   eol = true
\ No newline at end of file
+    #   eol = true
diff --git a/content/news/2024/02-08_postgis-patches.md b/content/news/2024/02-08_postgis-patches.md
new file mode 100644
index 0000000..74364fb
--- /dev/null
+++ b/content/news/2024/02-08_postgis-patches.md
@@ -0,0 +1,20 @@
+---
+title: PostGIS Patch Releases
+layout: post
+category: news
+tags: [release,3.4,3.3,3.2,3.1,3.0,2.5]
+author: Paul Ramsey
+date: "2024-02-08"
+thumbnail:
+---
+
+The PostGIS development team is pleased to provide
+[bug fix releases]({{< loc "postgis.release_source">}}) for
+[3.4.2](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.1/NEWS),
+[3.3.6](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.6/NEWS),
+[3.2.7](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.2.7/NEWS),
+[3.1.11](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.1.11/NEWS),
+[3.0.11](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.0.11/NEWS), and
+[2.5.10](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/2.5.10/NEWS).
+
+Please refer to the links above for more information about the issues resolved by these releases.

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

Summary of changes:
 config.toml                                | 26 +++++++++++++-------------
 content/news/2024/02-08_postgis-patches.md | 20 ++++++++++++++++++++
 2 files changed, 33 insertions(+), 13 deletions(-)
 create mode 100644 content/news/2024/02-08_postgis-patches.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list