File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 1+ Release 3.0.8.1 (Jul 5, 2025) -- compared to 3.0.8.0
2+ -----------------------------------------------------
3+ - * build(heif)* : Fixes to build against libheif 1.20 [ #4822 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4822 ) (by Rui Chen)
4+ - * build* : Wheel upload_pypi step should only run from main repo [ #4820 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4820 )
5+ - * ci* : Bump 'latest' test versions [ #4819 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4819 )
6+
7+
18Release 3.0.8.0 (Jul 1, 2025) -- compared to 3.0.7.0
29-----------------------------------------------------
310 - * oiiotool* : New expression pseudo-metadata term: SUBIMAGES [ #4804 ] ( https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4804 )
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.8.0 " )
7+ set (OpenImageIO_VERSION "3.0.8.1 " )
88set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99 "Version override (use with caution)!" )
1010mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6464 * ** giflib >= 5.0** (tested through 5.2.2)
6565 * If you want support for HEIF/HEIC or AVIF images:
6666 * ** libheif >= 1.11** (1.16 required for correct orientation support,
67- tested through 1.19.7 )
67+ tested through 1.20 )
6868 * libheif must be built with an AV1 encoder/decoder for AVIF support.
6969 * If you want support for DICOM medical image files:
7070 * DCMTK >= 3.6.1 (tested through 3.6.9)
You can’t perform that action at this time.
0 commit comments