From ff633699cb785967a2cb0084d89d56e53c46e416 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Thu, 11 Jan 2024 07:13:42 -0800 Subject: [PATCH] Updated the NEWS document and bumped the version number. --- CMakeLists.txt | 2 +- NEWS.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index eaaef9ae..7365d73b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20) # The major, minor, and micro version numbers of the project. set(JAS_VERSION_MAJOR 4) set(JAS_VERSION_MINOR 1) -set(JAS_VERSION_PATCH 1) +set(JAS_VERSION_PATCH 2) # The shared library versioning information. # Guidelines on how to change this information can be found below. diff --git a/NEWS.txt b/NEWS.txt index 838fa86d..097e49ca 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,7 +1,8 @@ -X.Y.Z (2024-MM-DD) +4.1.2 (2024-01-11) ================== * Fix invalid memory write bug (#367) (CVE-2023-51257). +* Fix missing range check in the JPC encoder (#368). 4.1.1 (2023-11-28) ==================