[postgis-tickets] [SCM] PostGIS branch master updated. 3.1.0alpha2-154-g291cb5c

git at osgeo.org git at osgeo.org
Fri Nov 6 16:58:28 PST 2020


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  291cb5c3006c763699f99dcf7c3647bbfc14983f (commit)
      from  aa450be9fb5132225d93ca10b0d6f9b6590adf56 (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 291cb5c3006c763699f99dcf7c3647bbfc14983f
Author: Regina Obe <lr at pcorp.us>
Date:   Fri Nov 6 19:58:05 2020 -0500

    Put note about minimum version of protobuf in docs and also in config note that 3.9 is required to have all features

diff --git a/configure.ac b/configure.ac
index bcbc7cd..e5c9271 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1694,9 +1694,9 @@ AC_MSG_WARN([ --------- GEOS VERSION WARNING ------------ ])
 AC_MSG_WARN([  You are building against GEOS ${GEOS_FULL_VERSION}.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  To take advantage of _all_ the features of ])
-AC_MSG_WARN([  PostGIS, GEOS 3.8.0 or higher is required.])
+AC_MSG_WARN([  PostGIS, GEOS 3.9.0 or higher is required.])
 AC_MSG_WARN([])
-AC_MSG_WARN([  For _most_ features, GEOS 3.6.0 is enough.])
+AC_MSG_WARN([  For _many_ features, GEOS 3.6.0 is enough.])
 AC_MSG_WARN([])
 AC_MSG_WARN([  We recommend GEOS 3.8.0 or higher])
 AC_MSG_WARN([])
diff --git a/doc/installation.xml b/doc/installation.xml
index 95ec056..88d0a88 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -178,7 +178,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 
 	  <listitem>
 		<para>
-		  GEOS geometry library, version 3.6 or greater, but GEOS 3.8+ is recommended to take full advantage of all the new functions and features. GEOS is available for download from
+		  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/
 		  </ulink>.
@@ -256,7 +256,7 @@ tar -xvzf postgis-&last_release_version;.tar.gz</programlisting>
 
 		<listitem>
 			<para>
-			  To enable ST_AsMVT protobuf-c library (for usage) and the protoc-c compiler (for building) are required.
+			  To enable ST_AsMVT protobuf-c library 1.1.0 or higher (for usage) and the protoc-c compiler (for building) are required.
 				Also, pkg-config is required to verify the correct minimum version of protobuf-c.
 				See <ulink url="https://github.com/protobuf-c/protobuf-c">protobuf-c</ulink>.
 				By default, Postgis will use Wagyu to validate MVT polygons faster which requires a c++11 compiler. It will use CXXFLAGS and the same compiler as the PostgreSQL installation. To disable this and use GEOS instead use the <varname>--without-wagyu</varname> during the configure step.

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

Summary of changes:
 configure.ac         | 4 ++--
 doc/installation.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list