Skip to content

Commit 649825c

Browse files
committed
Prepare for GDAL 3.4.2RC2
1 parent b73b60b commit 649825c

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

gdal/NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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+
6063
ECW 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

7579
GRIB 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)

gdal/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_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"

0 commit comments

Comments
 (0)