Skip to content

Commit e24cac1

Browse files
committed
Stage for v3.0.8.1
Signed-off-by: Larry Gritz <[email protected]>
1 parent 83a90bd commit e24cac1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
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+
18
Release 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)

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.18.2...4.0)
66

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

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)