We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8308060 commit 7c97969Copy full SHA for 7c97969
CMakeLists.txt
@@ -12,7 +12,7 @@ cmake_minimum_required(VERSION 3.20)
12
# The major, minor, and micro version numbers of the project.
13
set(JAS_VERSION_MAJOR 4)
14
set(JAS_VERSION_MINOR 2)
15
-set(JAS_VERSION_PATCH 7)
+set(JAS_VERSION_PATCH 8)
16
17
# The shared library versioning information.
18
# Guidelines on how to change this information can be found below.
NEWS.txt
@@ -1,3 +1,9 @@
1
+4.2.8 (2025-08-05)
2
+==================
3
+
4
+* Fixed a bug in the JPC decoder that could cause bad memory accesses
5
+ if the debug level is set sufficiently high (#402, #403).
6
7
4.2.7 (2025-08-02)
8
==================
9
0 commit comments