[postgis-tickets] [SCM] postgis.net branch website updated. clarity-final-49-g9cd264a

git at osgeo.org git at osgeo.org
Sat Jul 29 11:45:20 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  9cd264a50498f8bfd6b2161bdabca0307e979182 (commit)
      from  c621863238409f56365764c83f7eb08f53350778 (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 9cd264a50498f8bfd6b2161bdabca0307e979182
Author: Regina Obe <lr at pcorp.us>
Date:   Sat Jul 29 14:45:12 2023 -0400

    Release 3.4.0beta2

diff --git a/content/news/2023/07-29_postgis-3.4.0beta2.md b/content/news/2023/07-29_postgis-3.4.0beta2.md
new file mode 100644
index 0000000..05ae8f7
--- /dev/null
+++ b/content/news/2023/07-29_postgis-3.4.0beta2.md
@@ -0,0 +1,55 @@
+---
+title: PostGIS 3.4.0beta2
+layout: post
+category: news
+tags: [release, 3.4]
+author: Regina Obe
+thumbnail:
+date: "2023-07-29"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.4.0beta2!
+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.0beta2
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.4.0beta2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.4.0beta2.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.4.0beta2/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)
+
+This release is a beta of a major release, it includes bug fixes since PostGIS 3.3.4 and new features.
+
+<!--more-->
+
+View all [closed tickets for 3.4.0beta2][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.0beta2 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:
 content/news/2023/07-29_postgis-3.4.0beta2.md | 55 +++++++++++++++++++++++++++
 1 file changed, 55 insertions(+)
 create mode 100644 content/news/2023/07-29_postgis-3.4.0beta2.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list