[SCM] postgis.net branch website updated. clarity-final-98-g4c74d00

git at osgeo.org git at osgeo.org
Thu Jul 4 21:29:17 PDT 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  4c74d00e77ad69f8e4239a2a340342f88eefcf2a (commit)
      from  f50f5ff5faf49472fd4d6d18956c9fa8369ecbd4 (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 4c74d00e77ad69f8e4239a2a340342f88eefcf2a
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Jul 5 00:28:13 2024 -0400

    RELEASE of 3.5.0alpha1
    
     - release news
     - toml update
     - git ignore releases-check

diff --git a/.gitignore b/.gitignore
index ed7f3fe..9f2564d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ public
 resources
 .vscode
 .DS_Store
+releases-check
diff --git a/config.toml b/config.toml
index 13caa9a..4540d2f 100644
--- a/config.toml
+++ b/config.toml
@@ -166,7 +166,7 @@ enableRobotsTXT = true
     [params.postgis.releases.dev]
       minor = "3.5"
       dev = "3.5.0dev"
-      tag = "3.5.0dev"
+      tag = "3.5.0alpha1"
       is_dev = true
     [params.postgis.releases.34]
       minor = "3.4"
diff --git a/content/news/2024/07-04_postgis-3.5.0alpha1.md b/content/news/2024/07-04_postgis-3.5.0alpha1.md
new file mode 100644
index 0000000..9702826
--- /dev/null
+++ b/content/news/2024/07-04_postgis-3.5.0alpha1.md
@@ -0,0 +1,59 @@
+---
+title: PostGIS 3.5.0alpha1
+layout: post
+category: news
+tags: [release, 3.5]
+author: Regina Obe
+thumbnail:
+date: "2024-07-04"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.0alpha1!
+Best Served with [PostgreSQL 17 Beta2](https://www.postgresql.org/about/news/postgresql-17-beta-2-released-2885/)
+and [GEOS 3.12.2](https://github.com/libgeos/geos/releases/tag/3.12.2).
+
+This version requires PostgreSQL 12 - 17, GEOS 3.8 or higher, and Proj 6.1+.
+To take advantage of all features, GEOS 3.12+ is needed.
+To take advantage of all SFCGAL features, SFCGAL 1.5.0+ is needed.
+
+### 3.5.0alpha1
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.0alpha1.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.0alpha1.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.0alpha1/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha1-en.pdf) [ja]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha1-ja.pdf), [zh_Hans]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha1-zh_Hans.pdf),  [fr]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha1-fr.pdf)
+
+This release is an alpha of a major release, it includes bug fixes since PostGIS 3.4.2 and new features.
+
+<!--more-->
+
+Many thanks to our translation teams, in particular:
+
+Dapeng Wang, Zuo Chenwei from HighGo (Chinese Team)
+Teramoto Ikuhiro (Japanese Team)
+Vincent Bre from Oslandia (French Team)
+
+### Upgrading
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 3.3, 3.2, 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.5.0alpha1 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.4.0&milestone=PostGIS+3.3.3&milestone=PostGIS+3.2.5&milestone=PostGIS+3.1.9

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

Summary of changes:
 .gitignore                                     |  1 +
 config.toml                                    |  2 +-
 content/news/2024/07-04_postgis-3.5.0alpha1.md | 59 ++++++++++++++++++++++++++
 3 files changed, 61 insertions(+), 1 deletion(-)
 create mode 100644 content/news/2024/07-04_postgis-3.5.0alpha1.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list