File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1+ Release 3.0.12.0 (Nov 1, 2025) -- compared to 3.0.11.0
2+ -------------------------------------------------------
3+ - * iff* : Handle non-zero origin, protect against buffer overflows [ #4925 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4925 )
4+ - * jpeg-xl* : Correctly set Quality for JPEG XL [ #4933 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4933 )
5+ - * win* : Address Windows crashes from issue 4641 [ #4914 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4914 )
6+ - * fix* : Uninitialized value revealed by clang-21 warning [ #4940 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4940 )
7+ - * ci* : For python wheel generation, use ccache [ #4924 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4924 )
8+ - * ci* : Drop deprecated macos-13 (intel) platform, add macos-15-intel [ #4930 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4930 )
9+ - * ci* : We were not correctly setting fmt version from job options [ #4939 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4939 )
10+
11+
112Release 3.0.11.0 (Oct 1, 2025) -- compared to 3.0.10.1
213-------------------------------------------------------
314 - * oiiotool* : Allow easy splitting output of subimages by name [ #4874 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4874 )
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.11 .0" )
7+ set (OpenImageIO_VERSION "3.0.12 .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