From cc02d63dde901e06d1f866984fd0e80601deaa13 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 8 Dec 2020 08:41:45 +0100 Subject: [PATCH] Release 2.0.23 --- CMakeLists.txt | 2 +- NEWS | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 283e0595..78f10b0d 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 22) +set(JAS_VERSION_PATCH 23) # The project version. set(JAS_VERSION diff --git a/NEWS b/NEWS index e905ef81..c8c8f76f 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,9 @@ +2.0.23 (2020-12-08) +=================== + +* Fix CVE-2020-27828, heap-overflow in cp_create() in jpc_enc.c + https://github.com/jasper-software/jasper/issues/252 + 2.0.22 (2020-10-05) ===================