[SCM] PostGIS branch master updated. 3.4.0rc1-744-gd097bbc72

git at osgeo.org git at osgeo.org
Thu Nov 2 11:54: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  d097bbc724ce75c373f0adad09ba098fefb530ca (commit)
      from  5375fbef86e47b478623689b43f5458134a8149a (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 d097bbc724ce75c373f0adad09ba098fefb530ca
Author: Regina Obe <lr at pcorp.us>
Date:   Thu Nov 2 14:53:41 2023 -0400

    Doc and ci updates for GEOS 3.6, 3.7 removal.
    References #5602 for PostGIS 3.5.0.

diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 877a4185d..4df0f2134 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
         # Run tests with different dependency combinations
         - { tag: latest, mode: tests }
         - { tag: pg13-geos38-gdal31-proj71, mode: tests }
-        - { tag: pg12-geos37-gdal30-proj611, mode: tests }
+        - { tag: pg12-geos38-gdal30-proj611, mode: tests }
 
     runs-on: ubuntu-latest
     steps:
diff --git a/README.postgis b/README.postgis
index 03c81667a..c6e303fa8 100644
--- a/README.postgis
+++ b/README.postgis
@@ -1,8 +1,8 @@
 PostGIS - Geographic Information Systems Extensions to PostgreSQL
 =================================================================
 
-:Version: 3.4.0rc2
-:Date: 2023-08-11
+:Version: 3.5.0dev
+:Date: 2023-11-01
 :Website: https://postgis.net
 
 This distribution contains a module which implements GIS simple features, ties
@@ -64,7 +64,7 @@ For apt-based systems you can run this command to install the below dependencies
 
     https://proj.org
 
-* GEOS (Required, Version 3.6 or higher)
+* GEOS (Required, Version 3.8 or higher)
   - 3.12+ for ST_CoverageSimplify and ST_CoverageInvalidEdges
   - 3.11+ for improved ST_ConcaveHull, ST_lineMerge,
     and new functions ST_SimplifyPolygonHull, ST_TriangulatePolygon
diff --git a/doc/installation.xml b/doc/installation.xml
index fdbda0cef..67901113f 100644
--- a/doc/installation.xml
+++ b/doc/installation.xml
@@ -184,7 +184,7 @@ sh autogen.sh
 
 	  <listitem>
 		<para>
-		  GEOS geometry library, version 3.6 or greater, but GEOS 3.12+ is required to take full advantage of all the new functions and features. GEOS is available for download from
+		  GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.12+ is required to take full advantage of all the new functions and features. GEOS is available for download from
 		  <link xlink:href="https://libgeos.org/">
 			https://libgeos.org
 		  </link>.
diff --git a/doc/po/templates/postgis-manual.pot b/doc/po/templates/postgis-manual.pot
index 5ddb31ef2..261565368 100644
--- a/doc/po/templates/postgis-manual.pot
+++ b/doc/po/templates/postgis-manual.pot
@@ -6,7 +6,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: https://bugs.kde.org\n"
-"POT-Creation-Date: 2023-10-30 18:01+0000\n"
+"POT-Creation-Date: 2023-11-02 18:50+0000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <kde-i18n-doc at kde.org>\n"
@@ -6257,10 +6257,10 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-"GEOS geometry library, version 3.6 or greater, but GEOS 3.12+ is required to "
-"take full advantage of all the new functions and features. GEOS is available "
-"for download from <link xlink:href=\"https://libgeos.org/\"> https://libgeos."
-"org </link>."
+"GEOS geometry library, version &min_geos_version; or greater, but GEOS 3.12+ "
+"is required to take full advantage of all the new functions and features. "
+"GEOS is available for download from <link xlink:href=\"https://libgeos.org/"
+"\"> https://libgeos.org </link>."
 msgstr ""
 
 #. Tag: para
@@ -6328,10 +6328,9 @@ msgid ""
 "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://oslandia.gitlab.io/"
-"SFCGAL/dev.html\">https://oslandia.gitlab.io/SFCGAL/dev.html</link>) <link "
-"xlink:href=\"https://gitlab.com/Oslandia/SFCGAL/\">https://gitlab.com/"
-"Oslandia/SFCGAL/</link>."
+"CGAL 4.3 and Boost 1.54 (cf: <link xlink:href=\"https://sfcgal.org\">https://"
+"sfcgal.org</link>) <link xlink:href=\"https://gitlab.com/sfcgal/SFCGAL/"
+"\">https://gitlab.com/sfcgal/SFCGAL/</link>."
 msgstr ""
 
 #. Tag: para
@@ -11881,13 +11880,15 @@ msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "Creates a 2D, 3D Z or 4D ZM Point geometry."
+msgid ""
+"Creates a 2D XY, 3D XYZ or 4D XYZM Point geometry. Use <xref "
+"linkend=\"ST_MakePointM\"/> to make points with XYM coordinates."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"Use <xref linkend=\"ST_MakePointM\"/> to make points with XYM coordinates."
+"Use <xref linkend=\"ST_SetSRID\"/> to specify a SRID for the created point."
 msgstr ""
 
 #. Tag: para
@@ -11906,11 +11907,21 @@ msgid ""
 "varname> is latitude"
 msgstr ""
 
+#. Tag: para
+#, no-c-format
+msgid ""
+"The functions <xref linkend=\"ST_Point\"/>, <xref linkend=\"ST_PointZ\"/>, "
+"<xref linkend=\"ST_PointM\"/>, and <xref linkend=\"ST_PointZM\"/> can be "
+"used to create points with a given SRID."
+msgstr ""
+
 #. Tag: para
 #, no-c-format
 msgid ""
 ", <xref linkend=\"ST_PointFromText\"/>, <xref linkend=\"ST_SetSRID\"/>, "
-"<xref linkend=\"ST_MakePointM\"/>"
+"<xref linkend=\"ST_MakePointM\"/>, <xref linkend=\"ST_Point\"/>, <xref "
+"linkend=\"ST_PointZ\"/>, <xref linkend=\"ST_PointM\"/>, <xref "
+"linkend=\"ST_PointZM\"/>"
 msgstr ""
 
 #. Tag: refpurpose
@@ -11920,14 +11931,17 @@ msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "Creates a point with X, Y and M (measure) coordinates."
+msgid ""
+"Creates a point with X, Y and M (measure) ordinates. Use <xref "
+"linkend=\"ST_MakePoint\"/> to make points with XY, XYZ, or XYZM coordinates."
 msgstr ""
 
 #. Tag: para
 #, no-c-format
 msgid ""
-"Use <xref linkend=\"ST_MakePoint\"/> to make points with XY, XYZ, or XYZM "
-"coordinates."
+"The functions <xref linkend=\"ST_PointM\"/>, and <xref "
+"linkend=\"ST_PointZM\"/> can be used to create points with an M value and a "
+"given SRID."
 msgstr ""
 
 #. Tag: para
@@ -11954,7 +11968,9 @@ msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid ", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>"
+msgid ""
+", <xref linkend=\"ST_SetSRID\"/>, <xref linkend=\"ST_PointM\"/>, <xref "
+"linkend=\"ST_PointZM\"/>"
 msgstr ""
 
 #. Tag: refpurpose
@@ -12087,7 +12103,12 @@ msgstr ""
 
 #. Tag: para
 #, no-c-format
-msgid "New in 3.2.0: With SRID specified"
+msgid "Creating a point with SRID specified:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Alternative way of specifying SRID:"
 msgstr ""
 
 #. Tag: title
@@ -12095,20 +12116,16 @@ msgstr ""
 msgid "Examples: Geography"
 msgstr ""
 
-#. Tag: para
-#, no-c-format
-msgid "Pre-PostGIS 3.2 syntax"
-msgstr ""
-
-#. Tag: para
-#, no-c-format
-msgid "3.2 and on you can include the srid"
-msgstr ""
-
 #. Tag: para
 #, no-c-format
 msgid ""
-"PostgreSQL also provides the <varname>::</varname> short-hand for casting"
+"Create <link linkend=\"PostGIS_Geography\">geography</link> points using the "
+"<varname>::</varname> cast syntax:"
+msgstr ""
+
+#. Tag: para
+#, no-c-format
+msgid "Pre-PostGIS 3.2 code, using <varname>CAST</varname>:"
 msgstr ""
 
 #. Tag: para
@@ -12123,9 +12140,9 @@ msgstr ""
 #. Tag: para
 #, no-c-format
 msgid ""
-", <xref linkend=\"ST_MakePoint\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
-"linkend=\"ST_Transform\"/>, <xref linkend=\"ST_PointZ\"/>, <xref "
-"linkend=\"ST_PointM\"/>, <xref linkend=\"ST_PointZM\"/>"
+", <xref linkend=\"ST_PointZ\"/>, <xref linkend=\"ST_PointM\"/>, <xref "
+"linkend=\"ST_PointZM\"/>, <xref linkend=\"ST_SetSRID\"/>, <xref "
+"linkend=\"ST_Transform\"/>"
 msgstr ""
 
 #. Tag: refpurpose
diff --git a/doc/postgis.xml b/doc/postgis.xml
index a281b0d5e..475c8921a 100644
--- a/doc/postgis.xml
+++ b/doc/postgis.xml
@@ -5,7 +5,7 @@
 
 <!-- This value is automatically generated by the Makefile -->
 <!ENTITY last_release_version "@@LAST_RELEASE_VERSION@@">
-<!ENTITY last_minor_version "3.3">
+<!ENTITY last_minor_version "3.4">
 
 <!-- ONCE Tagged, this need to change to http://download.osgeo.org/postgis/source/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
 <!-- In dev should be, this need to change to http://postgis.net/stuff/postgis-@@LAST_RELEASE_VERSION@@.tar.gz -->
@@ -14,8 +14,9 @@
 <!-- Change these values to update the version numbers referenced within the documentation -->
 <!ENTITY last_proj_release_version "9.2.1">
 <!ENTITY last_geos_release_version "3.12.0">
+<!ENTITY min_geos_version "3.8.0">
 <!ENTITY min_postgres_version "12">
-<!ENTITY max_postgres_version "16">
+<!ENTITY max_postgres_version "17">
 
 <!ENTITY introduction SYSTEM "introduction.xml">
 <!ENTITY installation SYSTEM "installation.xml">

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

Summary of changes:
 .github/workflows/ci.yml            |  2 +-
 README.postgis                      |  6 ++--
 doc/installation.xml                |  2 +-
 doc/po/templates/postgis-manual.pot | 71 +++++++++++++++++++++++--------------
 doc/postgis.xml                     |  5 +--
 5 files changed, 52 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list