[SCM] PostGIS branch master updated. 3.6.0rc2-533-gb4fcfb694
git at osgeo.org
git at osgeo.org
Fri Jun 12 21:13:44 PDT 2026
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 b4fcfb694122e060fadfadb02e5b32711773a0ae (commit)
from fe42b211b8d4fa6aff42f7908f3f16e1aaceda8a (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 b4fcfb694122e060fadfadb02e5b32711773a0ae
Author: Sandro Santilli <strk at kbt.io>
Date: Sat Jun 13 06:13:21 2026 +0200
Update SFGAL dep information
diff --git a/NEWS b/NEWS
index 8013bf298..443712616 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,7 @@ PostGIS 3.7.0beta1
This version requires GEOS 3.10+, PostgreSQL 14-19beta1, Proj 6.1+, libgmp.
To take advantage of all features postgis extension features, GEOS 3.15+ is needed.
-To take advantage of all postgis_sfcgal extension features SFCGAL 2.2+ is needed.
+To take advantage of all postgis_sfcgal extension features SFCGAL 2.3+ is needed.
* Breaking Changes *
diff --git a/doc/installation.xml b/doc/installation.xml
index 02cda543a..e337ae3ad 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -254,9 +254,12 @@ sh autogen.sh
<listitem>
<para>
- SFCGAL, 1.4.1 or higher is required and 2.1+ is needed to be able to use all functionality. SFCGAL can be used to provide additional 2D and 3D advanced analysis functions to PostGIS cf <xref linkend="reference_sfcgal"/>. And also allow to use SFCGAL rather than GEOS for some 2D functions provided by both backends (like ST_Intersection or ST_Area, for instance). A PostgreSQL configuration variable <code>postgis.backend</code> allow end user to control which backend he want to use if SFCGAL is installed (GEOS by default). Nota: SFCGAL 1.2 require at least CGAL 4.3 and Boost 1.54 (cf: <link xlink:href="https://sfcgal.org">https://sfcgal.org</link>)
+ SFCGAL, 1.4.1 or higher is required,
+ 2.3+ is needed to be able to use all functionality.
+ SFCGAL can be used to provide additional 2D and 3D advanced
+ analysis functions to PostGIS cf <xref linkend="reference_sfcgal"/>.
- <link xlink:href="https://gitlab.com/sfcgal/SFCGAL/">https://gitlab.com/sfcgal/SFCGAL/</link>.
+ <link xlink:href="https://gitlab.com/sfcgal/SFCGAL/">https://gitlab.com/sfcgal/SFCGAL/</link>.
</para>
</listitem>
-----------------------------------------------------------------------
Summary of changes:
NEWS | 2 +-
doc/installation.xml | 7 +++++--
2 files changed, 6 insertions(+), 3 deletions(-)
hooks/post-receive
--
PostGIS
More information about the postgis-tickets
mailing list