From 5173ef1fbcdd90533a4450f51600ad42b14cd773 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Mon, 29 Mar 2021 07:57:11 -0700 Subject: [PATCH] Updated the NEWS document and bumped the version number. --- CMakeLists.txt | 2 +- NEWS | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 05a6a422..47fe664e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ include(CheckCCompilerFlag) # The major, minor, and micro version numbers of the project. set(JAS_VERSION_MAJOR 2) set(JAS_VERSION_MINOR 0) -set(JAS_VERSION_PATCH 27) +set(JAS_VERSION_PATCH 28) # The project version. set(JAS_VERSION diff --git a/NEWS b/NEWS index 3d5e2775..a0fa6434 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,10 @@ +2.0.28 (2021-03-29) +=================== + +* Fix potential null pointer dereference in the JP2/JPC decoder. (#269) +* Fix ignoring of JAS_STREAM_FILEOBJ_NOCLOSE at stream close time. (#286) +* Fix integral type sizing problem in JP2 codec. (#284) + 2.0.27 (2021-03-18) ===================