<div dir="ltr"><div>All OK with <a href="https://github.com/airbusgeo/godal">https://github.com/airbusgeo/godal</a> 's test suite, with changes that did have to be made to account for the default gtiff mask band handling (I believe this change should have been kept back until 4.0. I am not asking for it to be reverted)</div><div><br></div><div>regards,</div><div>TB<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Apr 22, 2024 at 2:12 PM Even Rouault via gdal-dev <<a href="mailto:gdal-dev@lists.osgeo.org">gdal-dev@lists.osgeo.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I've prepared a beta1 of GDAL 3.9.0 to get feedback from early testers.<br>
<br>
The NEWS file is here:<br>
<br>
   <a href="https://github.com/OSGeo/gdal/blob/v3.9.0beta1/NEWS.md" rel="noreferrer" target="_blank">https://github.com/OSGeo/gdal/blob/v3.9.0beta1/NEWS.md</a><br>
<br>
For packagers, <br>
<a href="https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html" rel="noreferrer" target="_blank">https://gdal.org/development/rfc/rfc96_deferred_plugin_loading.html</a> may <br>
make it more attractive to build some drivers that typically have heavy <br>
dependencies as plugins, installable in separate packages, due to the <br>
load time penalty having being improved. It is let to the appreciation <br>
of packagers to decide which drivers are worth building as plugins <br>
installable in a separate package.<br>
You may also pass CMake options <br>
([GDAL/OGR]_DRIVER_<driver_name>_PLUGIN_INSTALLATION_MESSAGE=xxx) so <br>
user get a hint of which package they need to install when GDAL detects <br>
that a file may be opened by a plugin which is not available on the file <br>
system but known to have been built as a plugin. Cf <br>
<a href="https://gdal.org/development/building_from_source.html#deferred-loaded-plugins" rel="noreferrer" target="_blank">https://gdal.org/development/building_from_source.html#deferred-loaded-plugins</a> <br>
for more details.<br>
<br>
For end-users, the following utilities have been updated to use a new <br>
argument parsing framework: gdaladdo, gdalinfo, gdal_translate, <br>
gdalwarp, gdal_grid, gdal_viewshed, gdalbuildvrt, nearblack, ogrinfo, <br>
ogr2ogr, sozip.<br>
This helps detecting errors such as specifying twice an argument that <br>
should be specified once (where generally the last instance was the one <br>
used). While we have tried to retain backwards compatibility for nominal <br>
use cases, obviously if you have scripts that accidentally specify an <br>
argument several times whereas it should be specified at most once, they <br>
will have to be corrected.<br>
<br>
Docker images with 3.9.0beta1 are currently cooking.<br>
<br>
master is now marked as 3.10.0dev, and the release/3.9 branch has been <br>
created. All bugfixes for 3.9 should be backported into it.<br>
<br>
Source snapshots at:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.gz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.xz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.9.0/gdal-3.9.0beta1.tar.xz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdal380beta1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.9.0/gdal380beta1.zip</a><br>
<br>
Autotest snapshots:<br>
<br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.tar.gz" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.tar.gz</a><br>
- <a href="https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.zip" rel="noreferrer" target="_blank">https://download.osgeo.org/gdal/3.9.0/gdalautotest-3.9.0beta1.zip</a><br>
<br>
Even<br>
<br>
-- <br>
<a href="http://www.spatialys.com" rel="noreferrer" target="_blank">http://www.spatialys.com</a><br>
My software is free, but my time generally not.<br>
<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div>