Skip to content

Commit f4b38d9

Browse files
committed
Stage v2.4.8.1
1 parent a396922 commit f4b38d9

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGES.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
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
22
-----------------------------------------------------
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
412

513
Release 2.4.8.0 (1 Feb 2023) -- compared to 2.4.7.1
614
----------------------------------------------------

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.12)
66

7-
set (OpenImageIO_VERSION "2.4.9.0")
7+
set (OpenImageIO_VERSION "2.4.8.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

0 commit comments

Comments
 (0)