~roguescholar/gdal/+git/trunk:release/2.2

Last commit made on 2018-08-16
Get this branch:
git clone -b release/2.2 https://git.launchpad.net/~roguescholar/gdal/+git/trunk

Branch merges

Branch information

Name:
release/2.2
Repository:
lp:~roguescholar/gdal/+git/trunk

Recent commits

5e4967f... by Even Rouault

Shape: fix corruption when deleting a field from a .dbf without records (fixes #863)

eb67f1d... by Jürgen E. Fischer

fix wildcard expansion on Windows 10 1803 (fixes #568; backport 3d4142d97)

b4a1a70... by MartinL

VFK: missing fields in update mode gfs, see #734

b0aa78b... by jerry73204

ogr2ogr: fix compilation error with Crypto++ 7.0.0 (fix #541) (#547)

4142b7d... by MartinL

VFK: create index on ID column only for selected (geometry-related) layers, see #498

6dba6e1... by Even Rouault

SQLite/GPKG: avoid parsing of OGR_SQLITE_JOURNAL to stop on JOURNAL_MODE keyword (spotted by @krlmlr)

634f6c6... by Even Rouault

Python bindings: make sure gdal.VectorTranslate() and gdal.Grid() open their source dataset with a vector driver (fixes #449)

a1c84d8... by Even Rouault

NITF: allow to read single-block JPEG2000 compressed images with one dimension > 8192 pixels (fixes #407)

d4149a1... by Even Rouault

MYSSQL: make sure geometry column name is properly set (GDAL 2.0 regression, fixes #397)

19d9a6b... by Even Rouault

SEGUKOAA: fix potential index out of bounds. Fixes https://oss-fuzz.com/v2/testcase-detail/5706549935734784. Credit to OSS Fuzz