[SCM] postgis.net branch website updated. clarity-final-106-g729693b
git at osgeo.org
git at osgeo.org
Thu Sep 5 15:51:10 PDT 2024
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 729693b7c7cb621d1c2b00e00785e0845518969d (commit)
from ff3d8cb6b9fbe22d4675241d10bde2f505214427 (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 729693b7c7cb621d1c2b00e00785e0845518969d
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date: Thu Sep 5 15:51:05 2024 -0700
3.3.7 release post
diff --git a/content/news/2024/09-05_postgis-3.3.7.md b/content/news/2024/09-05_postgis-3.3.7.md
new file mode 100644
index 0000000..31d32e2
--- /dev/null
+++ b/content/news/2024/09-05_postgis-3.3.7.md
@@ -0,0 +1,44 @@
+---
+title: PostGIS 3.3.7
+layout: post
+category: news
+tags: [release, 3.3]
+author: Paul Ramsey
+thumbnail:
+date: "2024-09-05"
+---
+
+The PostGIS Team is pleased to release PostGIS 3.4.7! This is a bug fix release.
+
+### 3.3.7
+
+* [source download]({{< loc "postgis.release_source">}}/postgis-3.3.7.tar.gz) [md5]({{< loc "postgis.dev_download">}}/postgis-3.3.7.tar.gz.md5)
+* [NEWS](https://git.osgeo.org/gitea/postgis/postgis/raw/tag/3.3.7/NEWS)
+* PDF docs: [en]({{< loc "postgis.release_docs">}}/postgis-3.3.7-en.pdf)
+
+<!--more-->
+
+### Changes
+
+ - [#5766](https://trac.osgeo.org/postgis/ticket/5766), Always report invalid non-null MBR of universal face (Sandro Santilli)
+ - [#5709](https://trac.osgeo.org/postgis/ticket/5709), Fix loose mbr in topology.face on ST_ChangeEdgeGeom (Sandro Santilli)
+ - [#5698](https://trac.osgeo.org/postgis/ticket/5698), Fix robustness issue splitting line by vertex very close to endpoints, affecting topology population functions (Sandro Santilli)
+ - [#5649](https://trac.osgeo.org/postgis/ticket/5649), ST_Value should return NULL on missing band (Paul Ramsey)
+ - [#5677](https://trac.osgeo.org/postgis/ticket/5677), ST_Union(geom[]) should unary union single entry arrays (Paul Ramsey)
+ - [#5679](https://trac.osgeo.org/postgis/ticket/5679), Remove spurious COMMIT statements from sfcgal script (Sandro Santilli, Loïc Bartoletti)
+ - [#5680](https://trac.osgeo.org/postgis/ticket/5680), Fix populate_topology_layer with standard_conforming_strings set to off (Sandro Santilli)
+ - [#5589](https://trac.osgeo.org/postgis/ticket/5589), ST_3DDistance error for shared first point (Paul Ramsey)
+ - [#5686](https://trac.osgeo.org/postgis/ticket/5686), ST_NumInteriorRings and Triangle crash (Paul Ramsey)
+ - [#5671](https://trac.osgeo.org/postgis/ticket/5671), Bug in ST_Area function with use_spheroid=false (Paul Ramsey, Regina Obe)
+ - [#5687](https://trac.osgeo.org/postgis/ticket/5687), [#5756](https://trac.osgeo.org/postgis/ticket/5756) Support for PostgreSQL 17, revise postgis_get_full_version_schema() to not rely on search_path
+ - [#5740](https://trac.osgeo.org/postgis/ticket/5740), ST_DistanceSpheroid(geometry) incorrectly handles polygons (Paul Ramsey)
+ - [#5765](https://trac.osgeo.org/postgis/ticket/5765), Handle nearly co-linear edges with slightly less slop (Paul Ramsey)
+ - [#5745](https://trac.osgeo.org/postgis/ticket/5745), St_AsLatLonText rounding errors (Paul Ramsey)
+
+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.7 milestone][1].
+
+[1]: https://trac.osgeo.org/postgis/query?status=assigned&status=closed&milestone=PostGIS+3.3.7
-----------------------------------------------------------------------
Summary of changes:
content/news/2024/09-05_postgis-3.3.7.md | 44 ++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
create mode 100644 content/news/2024/09-05_postgis-3.3.7.md
hooks/post-receive
--
postgis.net
More information about the postgis-tickets
mailing list