eo-datasets
eo-datasets copied to clipboard
Bump osgeo/gdal from ubuntu-small-3.11.1 to ubuntu-small-3.11.3
Bumps osgeo/gdal from ubuntu-small-3.11.1 to ubuntu-small-3.11.3.
Release notes
Sourced from osgeo/gdal's releases.
GDAL 3.11.3
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.3/NEWS.md
GDAL 3.11.2
Bug fix release. See release notes: https://github.com/OSGeo/gdal/blob/v3.11.2/NEWS.md
Changelog
Sourced from osgeo/gdal's changelog.
GDAL/OGR 3.11.3 Release Notes
GDAL 3.11.3 is a bugfix release.
PG driver:
- restore string truncation that was broken in 3.11.1
GDAL/OGR 3.11.2 Release Notes
GDAL 3.11.2 is a bugfix release.
Build
- sqlite_rtree_bulk_load.c: add missing stdlib.h include
GDAL 3.11.2
Port
- Unix/Win32/Sparse/Archive VSI: make sure that Close() can be called multiple times, and is called by destructor
- /vsizip/: fix memory leak when opening a SOZip-enabled file (pyogrio#545)
Core
- GDALAlgorithmArg::Serialize(): fix serialization of list arguments with SetPackedValuesAllowed(false)
- GetHistogram(), ComputeRasterMinMax(), ComputeStatistics(): fix wrong use of GetLockedBlockRef() that could cause crashes with the MEM driver
- Statistics computation: avoid warnings with large Int64/UInt64 nodata value not exactly representable as double (#12628)
Raster utilities
- gdalwarp: fix reprojecting to COG (3.11.0 regression)
- gdallocationinfo: handle properly nodata values (3.10.0 regression fix)
Raster drivers
AAIGrid/GRASSASCII/ISG drivers:
- avoid excessive memory allocation on truncated/corrupted/hostile file (#12648)
BMP driver:
- Create(): avoid nullptr dereference on too wide image
GSAG driver:
- re-added (#12695)
GSBG/GS7BG drivers:
... (truncated)
Commits
20be663NEWS.md: update for 3.11.313ab1fePrepare for GDAL 3.11.328f54dcPG: restore string truncation that was broken in 3.11.113e49c7Doc: gdal raster index & gdal driver gti create: remove mention of unimplemen...321b65aDoc: advertize v3.11.252af46eNEWS.md: update8b833d9gdallocationinfo: handle properly nodata values (3.10.0 regression fix)2843157NEWS.md: update for 3.11.28262accBump number for 3.11.283d862cMerge pull request #12726 from OSGeo/backport-12714-to-release/3.11- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
known issues with core - hold back until resolved there.
Superseded by #471.