[postgis-tickets] [SCM] postgis.net branch website updated. 8bc3e018f8c79029350489144b0bc2cd695b9157

git at osgeo.org git at osgeo.org
Sun Jul 3 09:55:34 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  8bc3e018f8c79029350489144b0bc2cd695b9157 (commit)
      from  b4ee5b8348b7b6b15b7921949924c4796bf7b4fc (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 8bc3e018f8c79029350489144b0bc2cd695b9157
Author: Regina Obe <lr at pcorp.us>
Date:   Sun Jul 3 12:55:26 2022 -0400

    Release notes for 3.3.0beta1

diff --git a/config/_default/params.toml b/config/_default/params.toml
index da3d229..056b073 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -137,7 +137,7 @@ dev_download = "/stuff"
   [postgis.releases.dev]
     minor = "3.3"
     dev = "3.3.0dev"
-    tag = "3.3.0alpha1"
+    tag = "3.3.0beta1"
     is_dev = true
   [postgis.releases.32]
     minor = "3.2"
diff --git a/content/post/2022/05-21_postgis-3.3.0beta1.md b/content/post/2022/05-21_postgis-3.3.0beta1.md
new file mode 100644
index 0000000..4f8b5a1
--- /dev/null
+++ b/content/post/2022/05-21_postgis-3.3.0beta1.md
@@ -0,0 +1,76 @@
+---
+title: PostGIS 3.3.0beta1
+layout: post
+category: news
+tags: [release, 3.3]
+author: Regina Obe
+thumbnail:
+date: "2022-07-03"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.3.0beta1!
+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/).
+
+This release supports PostgreSQL 11-15.
+
+**3.3.0beta1**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.3.0beta1.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.3.0beta1.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.0beta1/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-3.3.0beta1.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.0alpha1
+
+**Enhancements**
+- [#5158](https://trac.osgeo.org/postgis/ticket/5158), pgtopo_import / pgtopo_export manpages (Sandro Santilli)
+- [#5170](https://trac.osgeo.org/postgis/ticket/5170), add a optional max_rows_per_copy to -Y option to raster2pgsql to
+  control number of rows per copy statement.
+  Default to 50 when not specified (Regina Obe)
+- [#4939](https://trac.osgeo.org/postgis/ticket/4939), [#5161](https://trac.osgeo.org/postgis/ticket/5161), ST_LineMerge now has option to keep the directions of input linestrings,
+  useful when processing road graphs. Requires GEOS 3.11. (Sergei Shoulbakov)
+- ST_ConcaveHull GEOS 3.11+ polygon-respecting native implementation (Paul Ramsey, Martin Davis)
+- [#5039](https://trac.osgeo.org/postgis/ticket/5039), postgis_tiger_geocoder TIGER 2021 (Regina Obe)
+
+**New features**
+- [#5169](https://trac.osgeo.org/postgis/ticket/5169), ST_SimplifyPolygonHull (requires GEOS 3.11)
+  (Paul Ramsey, Martin Davis)
+- [#5162](https://trac.osgeo.org/postgis/ticket/5162), ST_TriangulatePolygon with GEOS 3.11+
+  (Paul Ramsey, Martin Davis)
+
+**Bug fixes**
+- [#5173](https://trac.osgeo.org/postgis/ticket/5173) st_asflatgeobuf detoast crash (Paul Ramsey)
+- [#4932](https://trac.osgeo.org/postgis/ticket/4932), Bug with geography ST_Intersects / ST_Distance (Paul Ramsey)
+- [#5114](https://trac.osgeo.org/postgis/ticket/5114), pgsql2shp segfault with long or many truncated columns
+
+
+**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.0beta1 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&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:
 config/_default/params.toml                   |  2 +-
 content/post/2022/05-21_postgis-3.3.0beta1.md | 76 +++++++++++++++++++++++++++
 2 files changed, 77 insertions(+), 1 deletion(-)
 create mode 100644 content/post/2022/05-21_postgis-3.3.0beta1.md


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list