[SCM] postgis.net branch website updated. clarity-final-108-g9d43277
git at osgeo.org
git at osgeo.org
Sun Sep 22 20:02:15 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 9d43277607f2b1ca665bff7a1707cbf0d70ed449 (commit)
from 664da46700c8413d701be0a1c87154fded83779f (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 9d43277607f2b1ca665bff7a1707cbf0d70ed449
Author: Regina Obe <lr at pcorp.us>
Date: Sun Sep 22 23:02:03 2024 -0400
Release PostGIS 3.5.0rc1
diff --git a/config.toml b/config.toml
index 53351c6..c4ca06b 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.0beta1"
+ tag = "3.5.0rc1"
is_dev = true
[params.postgis.releases.34]
minor = "3.4"
diff --git a/content/news/2024/09-22_postgis-3.5.0rc1.md b/content/news/2024/09-22_postgis-3.5.0rc1.md
new file mode 100644
index 0000000..b28007b
--- /dev/null
+++ b/content/news/2024/09-22_postgis-3.5.0rc1.md
@@ -0,0 +1,66 @@
+---
+title: PostGIS 3.5.0rc1
+layout: post
+category: news
+tags: [release, 3.5]
+author: Regina Obe
+thumbnail:
+date: "2024-09-16"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.5.0rc1!
+Best Served with [PostgreSQL 17 RC1](https://www.postgresql.org/about/news/postgresql-17-rc1-released-2926/)
+and [GEOS 3.13.0](https://github.com/libgeos/geos/releases/tag/3.13.0).
+
+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+ is needed to enable postgis_sfcgal support.
+To take advantage of all SFCGAL features, SFCGAL 1.5 is needed.
+
+### 3.5.0rc1
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.5.0rc1.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.5.0rc1.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.5.0rc1/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.5.0rc1-en.pdf) [ja]({{< loc "postgis.release_docs">}}/postgis-3.5.0rc1-ja.pdf), [zh_Hans]({{< loc "postgis.release_docs">}}/postgis-3.5.0rc1-zh_Hans.pdf), [fr]({{< loc "postgis.release_docs">}}/postgis-3.5.0rc1-fr.pdf)
+
+This release is a release candidate of a major release, it includes bug fixes since PostGIS 3.4.3 and new features.
+
+Changes since 3.5.0beta1 are as follows:
+
+ - [#5779](https://trac.osgeo.org/postgis/ticket/5779) Failures building in parallel mode (Sandro Santilli)
+ - [#5778](https://trac.osgeo.org/postgis/ticket/5778), Sections missing in What's new (Regina Obe)
+
+<!--more-->
+Planned release for PostGIS 3.5.0 will be sometime this week assuming no other major issues.
+
+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.0rc1 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 | 2 +-
...gis-3.5.0beta1.md => 09-22_postgis-3.5.0rc1.md} | 23 ++++++++++++++--------
2 files changed, 16 insertions(+), 9 deletions(-)
copy content/news/2024/{09-16_postgis-3.5.0beta1.md => 09-22_postgis-3.5.0rc1.md} (64%)
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list