Skip to content

Commit 1c0b0fa

Browse files
committed
Prepare for 3.1.0RC2
1 parent c0b4a47 commit 1c0b0fa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

gdal/NEWS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,9 @@ JPEG driver:
304304
* tune sanity check for multiple-scan (QGIS #35957)
305305
* in case of multiscan image and implicit overviews, limit memory consumption
306306

307+
JPEGLS driver:
308+
* add support for CharLS 2.1
309+
307310
KEA driver:
308311
* return error when deleting metadata item rather than crashing (#1681)
309312
* Backport thread safety fixes and nullptr tests from standalone driver (#2372)

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 20200427
27+
# define GDAL_RELEASE_DATE 20200428
2828
#endif
2929
#ifndef GDAL_RELEASE_NAME
3030
# define GDAL_RELEASE_NAME "3.1.0"

0 commit comments

Comments
 (0)