Skip to content

Commit 3aae5b4

Browse files
committed
Prepare for GDAL 3.9.2rc2
1 parent e1871ff commit 3aae5b4

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

CITATION.cff

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ message: Please cite this software using these metadata or in the CITATION file.
33
type: software
44
title: GDAL
55
version: 3.9.2
6-
date-released: 2024-08-11
6+
date-released: 2024-08-13
77
doi: 10.5281/zenodo.5884351
88
abstract: GDAL is a translator library for raster and vector geospatial data
99
formats that is released under an MIT style Open Source License by the Open

NEWS.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ GDAL 3.9.2 is a bugfix release.
3636
* gdal_retile: error out with clear message when trying to retile a file with a
3737
geotransform with rotation terms, or several input files with inconsistent SRS
3838
(#10333)
39+
* gdallocationinfo: in -E echo mode, always report input coordinates, not pixel,line
3940
* gdal2tiles: update links in generate_leaflet(), remove OSM Toner (#10304)
4041
* gdal2tiles: uUse correct OpenStreetMap tile url (openstreetmap/operations#737)
4142
* gdal2tiles: fix exception with --nodata-values-pct-threshold but not
@@ -61,6 +62,9 @@ KEA driver:
6162
JPEG driver:
6263
* ReadFLIRMetadata(): avoid potential infinite loop
6364

65+
netCDF driver:
66+
* multidim: fix use-after-free on string variables in ReadOneElement()
67+
6468
NITF driver:
6569
* 12-bit JPEG writer: fix crash if raster width > block width (#10441)
6670

@@ -72,6 +76,9 @@ OGCAPI driver:
7276
SRTMHGT driver:
7377
* add support for 0.5 deg resolution datasets (#10514)
7478

79+
VRT driver:
80+
* fix reading from virtual overviews when SrcRect / DstRect elements are missing
81+
7582
WMTS driver:
7683
* make sure not to request tiles outside of tile matrix / tile matrix limits,
7784
if the dataset extent goes beyond them
@@ -152,6 +159,7 @@ XLSX driver:
152159
## Python bindings
153160

154161
* fix typos in gdal.Footprint() help message
162+
* make MDArray.Write(array_of_strings) work with a 0-d string variable
155163

156164
# GDAL/OGR 3.9.1 Release Notes
157165

gcore/gdal_version.h.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525
#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
2626
#ifndef GDAL_RELEASE_DATE
27-
# define GDAL_RELEASE_DATE 20240811
27+
# define GDAL_RELEASE_DATE 20240813
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.9.2"

0 commit comments

Comments
 (0)