[postgis-tickets] [SCM] PostGIS branch master updated. 3.3.0rc2-686-g0a7d3bc20

git at osgeo.org git at osgeo.org
Mon Mar 13 15:09:13 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, master has been updated
       via  0a7d3bc20498532464c9064a4c75912f842f565f (commit)
      from  f0cdb5af93e9d30a99648322ab6457e0bc2cc4b9 (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 0a7d3bc20498532464c9064a4c75912f842f565f
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Mar 13 18:09:03 2023 -0400

    Fix GEOS and Proj version info

diff --git a/doc/postgis.xml b/doc/postgis.xml
index 88b1885f0..4714a0fb5 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -11,7 +11,7 @@
 <!ENTITY postgis_download_url "@@POSTGIS_DOWNLOAD_URL@@/postgis-@@LAST_RELEASE_VERSION@@.tar.gz">
 
 <!-- Change these values to update the version numbers referenced within the documentation -->
-<!ENTITY last_proj_release_version "9.0.1">
+<!ENTITY last_proj_release_version "9.2.0">
 <!ENTITY last_geos_release_version "3.11.1">
 <!ENTITY min_postgres_version "12">
 <!ENTITY max_postgres_version "16">
diff --git a/doc/reference_processing.xml b/doc/reference_processing.xml
index 9f519bba2..7e8960379 100644
--- a/doc/reference_processing.xml
+++ b/doc/reference_processing.xml
@@ -2794,7 +2794,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/postgis.xml              | 2 +-
 doc/reference_processing.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list