Skip to content

Commit

Permalink
Prepare for GDAL 3.9.2rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
rouault committed Aug 13, 2024
1 parent e1871ff commit 3aae5b4
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ message: Please cite this software using these metadata or in the CITATION file.
type: software
title: GDAL
version: 3.9.2
date-released: 2024-08-11
date-released: 2024-08-13
doi: 10.5281/zenodo.5884351
abstract: GDAL is a translator library for raster and vector geospatial data
formats that is released under an MIT style Open Source License by the Open
Expand Down
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ GDAL 3.9.2 is a bugfix release.
* gdal_retile: error out with clear message when trying to retile a file with a
geotransform with rotation terms, or several input files with inconsistent SRS
(#10333)
* gdallocationinfo: in -E echo mode, always report input coordinates, not pixel,line
* gdal2tiles: update links in generate_leaflet(), remove OSM Toner (#10304)
* gdal2tiles: uUse correct OpenStreetMap tile url (openstreetmap/operations#737)
* gdal2tiles: fix exception with --nodata-values-pct-threshold but not
Expand All @@ -61,6 +62,9 @@ KEA driver:
JPEG driver:
* ReadFLIRMetadata(): avoid potential infinite loop

netCDF driver:
* multidim: fix use-after-free on string variables in ReadOneElement()

NITF driver:
* 12-bit JPEG writer: fix crash if raster width > block width (#10441)

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

VRT driver:
* fix reading from virtual overviews when SrcRect / DstRect elements are missing

WMTS driver:
* make sure not to request tiles outside of tile matrix / tile matrix limits,
if the dataset extent goes beyond them
Expand Down Expand Up @@ -152,6 +159,7 @@ XLSX driver:
## Python bindings

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

# GDAL/OGR 3.9.1 Release Notes

Expand Down
2 changes: 1 addition & 1 deletion gcore/gdal_version.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

#if !defined(DO_NOT_DEFINE_GDAL_DATE_NAME)
#ifndef GDAL_RELEASE_DATE
# define GDAL_RELEASE_DATE 20240811
# define GDAL_RELEASE_DATE 20240813
#endif
#ifndef GDAL_RELEASE_NAME
# define GDAL_RELEASE_NAME "3.9.2"
Expand Down

0 comments on commit 3aae5b4

Please sign in to comment.