File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ COG driver:
5757 * output exactly square pixels when using -co TILING_SCHEME (#5343)
5858 * and emit warning messages when using RES or EXTENT options in that mode.
5959
60+ DIMAP driver:
61+ * register metadata on all 6 PNEO bands (#5420)
62+
6063ECW driver:
6164 * fix non-nearest upsampling on multi-band datasets (#5288)
6265
@@ -71,6 +74,7 @@ GTiff driver:
7174 * Updates for IJG libjpeg-9e
7275 * GTIFWktFromMemBufEx / GTIFMemBufFromSRS: use OSRSetPROJSearchPaths() (#5187). Affects GeoJP2 encoding/decoding
7376 * fix exposing WEBP_LOSSLESS option
77+ * remove limitation to 32,000 bytes when writing the GDAL metadata tag (#4116)
7478
7579GRIB driver:
7680 * fix write heap-buffer-overflow when using 'split and swap column' mode when the split column is not equal to width / 2 (#5290)
Original file line number Diff line number Diff line change 2424
2525#if !defined(DO_NOT_DEFINE_GDAL_RELEASE_DATE_AND_GDAL_RELEASE_NAME )
2626#ifndef GDAL_RELEASE_DATE
27- # define GDAL_RELEASE_DATE 20220307
27+ # define GDAL_RELEASE_DATE 20220308
2828#endif
2929#ifndef GDAL_RELEASE_NAME
3030# define GDAL_RELEASE_NAME "3.4.2"
You can’t perform that action at this time.
0 commit comments