[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-51-gc5dd7c2

git at osgeo.org git at osgeo.org
Sat Aug 5 18:23:55 PDT 2023


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  c5dd7c2dd5a4a9b2341e1dec9266dc15819e7e8b (commit)
      from  fe030c01a66707090a65922357e7c15d0a8ee010 (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 c5dd7c2dd5a4a9b2341e1dec9266dc15819e7e8b
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Aug 5 21:23:48 2023 -0400

    Release notice for PostGIS 3.4.0rc1

diff --git a/content/news/2023/08-05_postgis-3.4.0rc1.md b/content/news/2023/08-05_postgis-3.4.0rc1.md
new file mode 100644
index 0000000..0f2d85f
--- /dev/null
+++ b/content/news/2023/08-05_postgis-3.4.0rc1.md
@@ -0,0 +1,57 @@
+---
+title: PostGIS 3.4.0rc1
+layout: post
+category: news
+tags: [release, 3.4]
+author: Regina Obe
+thumbnail:
+date: "2023-08-05"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.4.0rc1!
+Best Served with [PostgreSQL 16 Beta2](https://www.postgresql.org/about/news/postgresql-16-beta-2-released-2665/)
+and [GEOS 3.12.0](https://libgeos.org/posts/2023-06-27-geos-3-12-released/).
+
+This version requires PostgreSQL 12 or higher, GEOS 3.6 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.4.1+ is needed.
+
+### 3.4.0rc1
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.4.0rc1.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.4.0rc1.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.0rc1/NEWS)
+* html online [en]({{< loc "site.root">}}docs/manual-3.4/) [de]({{< loc "site.root">}}docs/manual-3.4/postgis-de.html) [ja]({{< loc "site.root">}}docs/manual-3.4/postgis-ja.html) [ko_KR]({{< loc "site.root">}}docs/manual-3.4/postgis-ko_KR.html)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.4.0rc1-en.pdf) [ja]({{< loc "postgis.release_docs">}}/postgis-3.4.0rc1-ja.pdf) [fr]({{< loc "postgis.release_docs">}}/postgis-3.4.0rc1-fr.pdf)
+
+
+This release is a release candidate of a major release, it includes bug fixes since PostGIS 3.3.4 and new features.
+
+<!--more-->
+
+View all [closed tickets for 3.4.0rc1][1].
+
+### 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.4.0rc1 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.4.0&milestone=PostGIS+3.3.4

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

Summary of changes:
 ...stgis-3.4.0beta2.md => 08-05_postgis-3.4.0rc1.md} | 20 +++++++++++---------
 1 file changed, 11 insertions(+), 9 deletions(-)
 copy content/news/2023/{07-29_postgis-3.4.0beta2.md => 08-05_postgis-3.4.0rc1.md} (71%)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list