File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 1+ Release 3.0.16.0 (Mar 1, 2026) -- compared to 3.0.15.0
2+ -------------------------------------------------------
3+ - * oiiotool* : Fix expression BOTTOM when there are exactly two images [ #5046 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5046 )
4+ - * bmp* : Detect corrupt files where palette doesn't match bpp [ #5030 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5030 )
5+ - * tiff* : Fix TIFF output crash for multi-count Exif metadata [ #5035 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5035 )
6+ - * windows* : ` oiiotool --buildinfo ` misreported platform on MSVS [ #5027 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5027 )
7+ - * build* : Raise fmt auto-build version to 12.1, handle Windows flags [ #5039 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5039 )
8+ - * ci* : Optimize install_homebrew_deps by coalescing installs [ #4975 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4975 )
9+ - * ci* : Don't install OpenCV on Mac Intel job variant [ #5032 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5032 )
10+ - * ci* : Temporarily disable python stub checking [ #5061 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5061 )
11+ - * ci* : Add MacOS 26 (ARM) to the CI lineup [ #5059 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5059 )
12+ - * tests* : Add testsuite/heif ref output for libheif 1.21 + avif support [ #5031 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5031 )
13+ - * tests* : Adjust test comparision thresholds for Mac ARM [ #5026 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5026 )
14+
15+
116Release 3.0.15.0 (Feb 1, 2026) -- compared to 3.0.14.0
217-------------------------------------------------------
318 - * heif* : Can not output AVIF when libheif has no HEVC support [ #5013 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/5013 ) (by Brecht Van Lommel)
Original file line number Diff line number Diff line change 44
55cmake_minimum_required (VERSION 3.18.2...4.0 )
66
7- set (OpenImageIO_VERSION "3.0.15 .0" )
7+ set (OpenImageIO_VERSION "3.0.16 .0" )
88set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99 "Version override (use with caution)!" )
1010mark_as_advanced (OpenImageIO_VERSION_OVERRIDE )
You can’t perform that action at this time.
0 commit comments