[postgis-tickets] [SCM] postgis.net branch website updated. 903c4a4310b3bb2a2cddec7455f8218abf50757c

git at osgeo.org git at osgeo.org
Mon Aug 22 17:52:13 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  903c4a4310b3bb2a2cddec7455f8218abf50757c (commit)
      from  a2f2508d8cbd7564ec989ba11c91da7ab7af9104 (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 903c4a4310b3bb2a2cddec7455f8218abf50757c
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Aug 22 20:07:04 2022 -0400

    Release postgis 3.3.0rc2, and add dev for 3.4

diff --git a/config/_default/params.toml b/config/_default/params.toml
index f2fa9a3..c691a00 100644
--- a/config/_default/params.toml
+++ b/config/_default/params.toml
@@ -135,9 +135,14 @@ dev_download = "/stuff"
 
 [postgis.releases]
   [postgis.releases.dev]
+    minor = "3.4"
+    dev = "3.4.0dev"
+    tag = "3.4.0dev"
+    is_dev = true
+  [postgis.releases.33]
     minor = "3.3"
     dev = "3.3.0dev"
-    tag = "3.3.0rc1"
+    tag = "3.3.0rc2"
     is_dev = true
   [postgis.releases.32]
     minor = "3.2"
diff --git a/content/post/2022/08-22_postgis-3.3.0rc2.md b/content/post/2022/08-22_postgis-3.3.0rc2.md
new file mode 100644
index 0000000..bdca234
--- /dev/null
+++ b/content/post/2022/08-22_postgis-3.3.0rc2.md
@@ -0,0 +1,64 @@
+---
+title: PostGIS 3.3.0rc2
+layout: post
+category: news
+tags: [release, 3.3]
+author: Regina Obe
+thumbnail:
+date: "2022-08-22"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.3.0rc2!
+Best Served with [PostgreSQL 15 beta2](https://www.postgresql.org/about/news/postgresql-15-beta-2-released-2479/)
+,[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.0rc2**
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.3.0rc2.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.3.0rc2.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.0rc2/NEWS)
+* [PDF docs en]({{< loc "postgis.release_docs">}}/postgis-3.3.0rc2.pdf)
+
+
+This release is a release candidate of a major release, it includes bug fixes since PostGIS 3.2.3.
+
+<!--more-->
+
+Changes since PostGIS 3.3.0rc1:
+
+**Bug fixes**
+
+  - [#5089](https://trac.osgeo.org/postgis/ticket/5089) `ST_Reverse` also reverses components of CompoundCurve (Paul Ramsey)
+  - [#5181](https://trac.osgeo.org/postgis/ticket/5181) Reset proj error state after failed parse (Paul Ramsey)
+  - [#5171](https://trac.osgeo.org/postgis/ticket/5171)  Short circuit geodesic distance when inputs equal (Paul Ramsey)
+
+
+**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.0rc2 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=closed&milestone=PostGIS+3.3.0&milestone=PostGIS+3.2.3&milestone=PostGIS+3.1.7&milestone=PostGIS+3.0.7&milestone=PostGIS+2.5.8

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

Summary of changes:
 config/_default/params.toml                        |  7 ++++-
 ...gis-3.3.0beta2.md => 08-22_postgis-3.3.0rc2.md} | 35 ++++++++++------------
 2 files changed, 22 insertions(+), 20 deletions(-)
 copy content/post/2022/{07-13_postgis-3.3.0beta2.md => 08-22_postgis-3.3.0rc2.md} (54%)


hooks/post-receive
-- 
postgis.net


More information about the postgis-tickets mailing list