[postgis-tickets] [SCM] PostGIS branch stable-3.3 updated. 3.3.2-34-g131787e35
git at osgeo.org
git at osgeo.org
Mon Mar 13 15:04:50 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".
The branch, stable-3.3 has been updated
via 131787e3564aac11c5ba8528e51b8f3fe73cd481 (commit)
from f31f63bb0fff93e8b893fcc314878c1dcd7bac64 (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 131787e3564aac11c5ba8528e51b8f3fe73cd481
Author: Regina Obe <lr at pcorp.us>
Date: Mon Mar 13 18:04:38 2023 -0400
Fix geos versioning and geos website links
diff --git a/doc/installation.xml b/doc/installation.xml
index 6466b4486..d0b5deb52 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -183,9 +183,9 @@ sh autogen.sh
<listitem>
<para>
- GEOS geometry library, version 3.6 or greater, but GEOS 3.9+ is required to take full advantage of all the new functions and features. GEOS is available for download from
- <ulink url="http://trac.osgeo.org/geos/">
- http://trac.osgeo.org/geos/
+ GEOS geometry library, version 3.6 or greater, but GEOS 3.11+ is required to take full advantage of all the new functions and features. GEOS is available for download from
+ <ulink url="https://libgeos.org">
+ https://libgeos.org/
</ulink>.
</para>
</listitem>
diff --git a/doc/postgis.xml b/doc/postgis.xml
index b47f7c893..b22736150 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -12,7 +12,7 @@
<!-- Change these values to update the version numbers referenced within the documentation -->
<!ENTITY last_proj_release_version "9.0.1">
-<!ENTITY last_geos_release_version "3.11.0">
+<!ENTITY last_geos_release_version "3.11.1">
<!ENTITY min_postgres_version "11">
<!ENTITY max_postgres_version "15">
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 00fb02e83..b2583a9f2 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2644,7 +2644,7 @@ LINESTRING M (5 2 3.40282346638529e+38,3 8 29,6 20 1.5,7 25 49.5,10 10 3.4028234
and covering it exactly, with the maximum total interior angle over all possible triangulations.
It provides the "best quality" triangulation of the polygon.</para>
- <para>Availability: 3.3.0</para>
+ <para>Availability: 3.3.0 - requires GEOS >= 3.11.0</para>
</refsection>
<refsection>
-----------------------------------------------------------------------
Summary of changes:
doc/installation.xml | 6 +++---
doc/postgis.xml | 2 +-
doc/reference_processing.xml | 2 +-
3 files changed, 5 insertions(+), 5 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list