[postgis-tickets] [SCM] postgis.net branch website updated. ab84421d1b867490735d74c0ff7b145a9854275b

git at osgeo.org git at osgeo.org
Wed Jul 13 17:00:12 PDT 2022


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  ab84421d1b867490735d74c0ff7b145a9854275b (commit)
      from  120a183374319bac9c2fc4be76c1438f10662e05 (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 ab84421d1b867490735d74c0ff7b145a9854275b
Author: Regina Obe <lr at pcorp.us>
Date:   Wed Jul 13 20:00:01 2022 -0400

    postgis 3.3.0beta2 release

diff --git a/content/post/2022/07-13_postgis-3.3.0beta2..md b/content/post/2022/07-13_postgis-3.3.0beta2..md
new file mode 100644
index 0000000..2d1321a
--- /dev/null
+++ b/content/post/2022/07-13_postgis-3.3.0beta2..md
@@ -0,0 +1,67 @@
+---
+title: PostGIS 3.3.0beta2
+layout: post
+category: news
+tags: [release, 3.3]
+author: Regina Obe
+thumbnail:
+date: "2022-07-13"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.3.0beta2!
+Best Served with [PostgreSQL 15 Beta2](https://www.postgresql.org/about/news/postgresql-15-beta-2-released-2479/)
+and [GEOS 3.11.0](https://libgeos.org/posts/2022-07-01-geos-3-11-0-released/)
+and [SFCGAL 1.4.1](https://gitlab.com/Oslandia/SFCGAL/-/tags/v1.4.1)
+
+Lower versions of the aforementioned dependencies will not have all new features.
+
+This release supports PostgreSQL 11-15.
+
+**3.3.0beta2**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.3.0beta2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.3.0beta2.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.0beta2/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-3.3.0beta2.pdf)
+
+
+This release is a beta of a major release, it includes bug fixes since PostGIS 3.2.1 and new features.
+
+<!--more-->
+
+Changes since PostGIS 3.3.0beta1:
+
+**New features**
+- [#5183](https://trac.osgeo.org/postgis/ticket/5183), topology.RemoveUnusedPrimitives (Sandro Santilli)
+
+**Enhancements**
+- [GH698](https://github.com/postgis/postgis/pull/698), support parallel aggregate for ST_Union (Sergei Shoulbakov)
+
+**Bug fixes**
+- [#5179](https://trac.osgeo.org/postgis/ticket/5179) pgsql2shp syntax error on big-endian (Bas Couwenberg)
+
+
+**Upgrading**
+
+After installing the binaries or after running pg_upgrade:
+
+For PostGIS 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.3.0beta2 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+3.3.0&milestone=PostGIS+3.2.2&milestone=PostGIS+3.2.1&milestone=PostGIS+3.1.6

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

Summary of changes:
 content/post/2022/07-13_postgis-3.3.0beta2..md | 67 ++++++++++++++++++++++++++
 1 file changed, 67 insertions(+)
 create mode 100644 content/post/2022/07-13_postgis-3.3.0beta2..md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list