[SCM] postgis.net branch website updated. clarity-final-100-g8b98e14

git at osgeo.org git at osgeo.org
Sat Jul 6 11:43:25 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  8b98e14d96c7e188e198f485659844e713c9e780 (commit)
      from  1984eaebeafa0870d02947ee257aab00443543e9 (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 8b98e14d96c7e188e198f485659844e713c9e780
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 6 14:42:16 2024 -0400

    PostGIS 3.5.0alpha2 release

diff --git a/config.toml b/config.toml
index 4540d2f..6dbfe0e 100644
--- a/config.toml
+++ b/config.toml
@@ -154,7 +154,7 @@ enableRobotsTXT = true
 
 
   [params.postgis]
-    version = "3.3.4"
+    version = "3.4.2"
     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"
@@ -166,7 +166,7 @@ enableRobotsTXT = true
     [params.postgis.releases.dev]
       minor = "3.5"
       dev = "3.5.0dev"
-      tag = "3.5.0alpha1"
+      tag = "3.5.0alpha2"
       is_dev = true
     [params.postgis.releases.34]
       minor = "3.4"
diff --git a/content/news/2024/07-06_postgis-3.5.0alpha2.md b/content/news/2024/07-06_postgis-3.5.0alpha2.md
new file mode 100644
index 0000000..0da8ebc
--- /dev/null
+++ b/content/news/2024/07-06_postgis-3.5.0alpha2.md
@@ -0,0 +1,64 @@
+---
+title: PostGIS 3.5.0alpha2
+layout: post
+category: news
+tags: [release, 3.5]
+author: Regina Obe
+thumbnail:
+date: "2024-07-06"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.0alpha2!
+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.
+SFCGAL 1.4-1.5 is needed to enable postgis_sfcgal support.
+To take advantage of all SFCGAL features, SFCGAL 1.5 is needed.
+
+### 3.5.0alpha2
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.0alpha2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.0alpha2.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.0alpha2/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha2-en.pdf) [ja]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha2-ja.pdf), [zh_Hans]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha2-zh_Hans.pdf),  [fr]({{< loc "postgis.release_docs">}}/postgis-3.5.0alpha2-fr.pdf)
+
+This release is an alpha of a major release, it includes bug fixes since PostGIS 3.4.2 and new features.
+
+<!--more-->
+###  Changes since PostGIS 3.5.0alpha2
+
+- [#5760](https://trac.osgeo.org/postgis/ticket/5760), postgis_topology: Fix spelling errors (Bas Couwenberg)
+- [#5759](https://trac.osgeo.org/postgis/ticket/5759), 3.5.0-alpha1 fails to build due to test failures (Sandro Santilli) 
+
+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.4, 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.0alpha2 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.5.0&milestone=PostGIS+3.4.2&milestone=PostGIS+3.3.6

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

Summary of changes:
 config.toml                                        |  4 ++--
 ...3.5.0alpha1.md => 07-06_postgis-3.5.0alpha2.md} | 25 +++++++++++++---------
 2 files changed, 17 insertions(+), 12 deletions(-)
 copy content/news/2024/{07-04_postgis-3.5.0alpha1.md => 07-06_postgis-3.5.0alpha2.md} (60%)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list