File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 1
- Release 2.4.9.0 (1? Mar? 2023) -- compared to 2.4.8.0
1
+ Release 2.4.8.1 (13 Feb 2023) -- compared to 2.4.8.0
2
2
-----------------------------------------------------
3
-
3
+ * Fix(targa): guard against corrupted tga files Fixes TALOS-2023-1707 /
4
+ CVE-2023 -24473, TALOS-2023-1708 / CVE-2023 -22845. #3768
5
+ * Fix: race condition in TIFF reader, fixes TALOS-2023-1709 / CVE-2023 -24472.
6
+ #3772
7
+ * Windows: Fix unresolved external symbol for MSVS 2017 #3763
8
+ * Fix: Initialize OpenEXROutput::m_levelmode() in init(). #3764
9
+ * Fix: improve thread safety for concurrent tiff loads. #3767
10
+ * Fix(fits): Make sure to close if open fails to find right magic number.
11
+ #3771
4
12
5
13
Release 2.4.8.0 (1 Feb 2023) -- compared to 2.4.7.1
6
14
----------------------------------------------------
Original file line number Diff line number Diff line change 4
4
5
5
cmake_minimum_required (VERSION 3.12 )
6
6
7
- set (OpenImageIO_VERSION "2.4.9.0 " )
7
+ set (OpenImageIO_VERSION "2.4.8.1 " )
8
8
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
9
9
"Version override (use with caution)!" )
10
10
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE )
You can’t perform that action at this time.
0 commit comments