From 8766848706a727f61c1c76a5a7cf1078433fad02 Mon Sep 17 00:00:00 2001 From: Michael Adams Date: Sat, 27 Apr 2024 10:53:19 -0700 Subject: [PATCH] Updated the NEWS document and bumped the version number. --- CMakeLists.txt | 2 +- NEWS.txt | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index aa155e81..fae56ae9 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 2) -set(JAS_VERSION_PATCH 3) +set(JAS_VERSION_PATCH 4) # 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 570412dc..f31a0ff0 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,3 +1,9 @@ +4.2.4 (2024-04-27) +================== + +* Added some missing checks to the jas_heic_decode function in the + HEIC codec (#383). + 4.2.3 (2024-03-30) ==================