[SCM] PostGIS branch master updated. 3.4.0rc1-789-gf0643233c

git at osgeo.org git at osgeo.org
Mon Nov 20 00:05:42 PST 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  f0643233c02e31ff98de3b8ec6c4b9670500ce06 (commit)
       via  28d7f6f9062cd7e3dbfac870160c6f1bbe0efdec (commit)
      from  8af35118bd1b1524945085d6500584b7e2b8debd (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 f0643233c02e31ff98de3b8ec6c4b9670500ce06
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 20 02:35:51 2023 -0500

    Remove invalid note about ST_SetBandPath.
    References #5609 for PostGIS 3.5.0

diff --git a/doc/reference_raster.xml b/doc/reference_raster.xml
index 8216d600a..b0a33b1b6 100644
--- a/doc/reference_raster.xml
+++ b/doc/reference_raster.xml
@@ -7709,12 +7709,6 @@ select st_bandisnodata(rast, 1) from dummy_rast where rid = 1; -- Expected true
                     </para>
                 </note>
 
-                <note>
-                    <para>
-                        Internally, this method replaces the PostGIS raster's band at index <varname>band</varname> with a new band instead of updating the existing path information.
-                    </para>
-                </note>
-
                 <para role="availability" conformance="2.5.0">Availability: 2.5.0</para>
             </refsection>
 

commit 28d7f6f9062cd7e3dbfac870160c6f1bbe0efdec
Author: Regina Obe <lr at pcorp.us>
Date:   Mon Nov 20 02:08:58 2023 -0500

    Upgrade default geos for debbie

diff --git a/ci/winnie/winnie_common.sh b/ci/winnie/winnie_common.sh
index 47f09f9b9..b7e52e5ad 100644
--- a/ci/winnie/winnie_common.sh
+++ b/ci/winnie/winnie_common.sh
@@ -12,7 +12,7 @@ export MSYS2_ARG_CONV_EXCL=/config/tags
 export XML_CATALOG_FILES="/projects/docbook/docbook-5.0.1/catalog.xml"
 
 if  [[ "${OVERRIDE}" == '' ]] ; then
-	export GEOS_VER=3.12.0
+	export GEOS_VER=3.13
 	export GDAL_VER=3.7.1
 	export PROJ_VER=8.2.1
 	export SFCGAL_VER=1.5.0

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

Summary of changes:
 ci/winnie/winnie_common.sh | 2 +-
 doc/reference_raster.xml   | 6 ------
 2 files changed, 1 insertion(+), 7 deletions(-)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list