|
| 1 | +# GDAL/OGR 3.10.3 Release Notes |
| 2 | + |
| 3 | +GDAL 3.10.3 is a bugfix release. |
| 4 | + |
| 5 | +## Build |
| 6 | + |
| 7 | +* Fix build with -DWIN32_LEAN_AND_MEAN |
| 8 | +* Fix warnings when building against Poppler 25.03.00 |
| 9 | + |
| 10 | +## GDAL 3.10.3 |
| 11 | + |
| 12 | +### Port |
| 13 | + |
| 14 | +* cpl_http: retry "SSL connection timeout" |
| 15 | +* /vsigs/ (and /vsiaz/): invalidate cached state of files/directories when |
| 16 | + changing authentication parameters (#11964) |
| 17 | + |
| 18 | +### Algorithms |
| 19 | + |
| 20 | +* Pansharpen: avoid I/O errors when extent of PAN and MS bands differ by less |
| 21 | + than the resolution of the MS band (#11889) |
| 22 | +* Warp: fix reprojecting on empty source window with nodata != 0 and MEM driver |
| 23 | + (#11992) |
| 24 | + |
| 25 | +### Utilities |
| 26 | + |
| 27 | +* gdaldem: allow -az zero or negative |
| 28 | + |
| 29 | +### Raster drivers |
| 30 | + |
| 31 | +AVIF driver: |
| 32 | + * remove limitation that prevented from reading images bigger than 10 MB |
| 33 | + |
| 34 | +GRIB2 driver: |
| 35 | + * fix reading Transverse Merctor with negative easting/falsing (#12015) |
| 36 | + * also fix reading it with scale factor != 0.9996 |
| 37 | + |
| 38 | +GTiff driver: |
| 39 | + * fix 3.10.1 regression when reading a file just created in multi-threaded |
| 40 | + mode with compression |
| 41 | + |
| 42 | +MBTiles driver: |
| 43 | + * Fix update with WEBP compression |
| 44 | + |
| 45 | +MRF driver: |
| 46 | + * allow deflate expansion |
| 47 | + |
| 48 | +PDF driver: |
| 49 | + * Fix default value for DPI open option description |
| 50 | + |
| 51 | +## OGR 3.10.3 |
| 52 | + |
| 53 | +### Core |
| 54 | + |
| 55 | +* SQLite dialect: make it compatible with SQLite 3.49.1 in SQLITE_DQS=0 mode |
| 56 | + |
| 57 | +### OGRSpatialReference |
| 58 | + |
| 59 | +* ogrct.cpp: fix potential crash in multi-threaded execution (#11860) |
| 60 | + |
| 61 | +### Utilities |
| 62 | + |
| 63 | +* ogr2ogr: fix -upsert with a GPKG source |
| 64 | + |
| 65 | +### Vector drivers |
| 66 | + |
| 67 | +CSV driver: |
| 68 | + * fix parsing of 64 bit integers above 2^53 |
| 69 | + |
| 70 | +GeoJSON driver: |
| 71 | + * fix detection of features starting with |
| 72 | + {"geometry":{"type":"xxxxx","coordinates":[... (qgis/QGIS#61266) |
| 73 | + |
| 74 | +GMLAS driver: |
| 75 | + * fix reading multiple values of a StringList field that is a repeated element |
| 76 | + (#12027) |
| 77 | + |
| 78 | +GPKG driver: |
| 79 | + * make it compatible with SQLite 3.49.1 in SQLITE_DQS=0 mode |
| 80 | + * fix SetNextByIndex() followed by GetNextFeature() without explicit call to |
| 81 | + GetLayerDefn() (#11974) |
| 82 | + |
| 83 | +MiraMonVector driver: |
| 84 | + * fix error: Unexpected Non-nullptr Return |
| 85 | + * fixing a word in Catalan language |
| 86 | + * writing VRS in metadata file + error in the zMin, zMax values of the header |
| 87 | + |
| 88 | +MSSQLSpatial driver: |
| 89 | + * Fix creation of metadata tables related to "dbo" |
| 90 | + |
| 91 | +OpenCAD driver: |
| 92 | + * add missing std:: qualifiers |
| 93 | + |
| 94 | +WFS driver: |
| 95 | + * fix crash with GetFeatureCount() and client-side filters (#11920) |
| 96 | + |
1 | 97 | # GDAL/OGR 3.10.2 "Gulf of Mexico" Release Notes |
2 | 98 |
|
3 | 99 | GDAL 3.10.2 is a bugfix release. |
|
0 commit comments