Skip to content

Commit 677f59a

Browse files
committed
Stage for v3.0.10.1
Signed-off-by: Larry Gritz <[email protected]>
1 parent 7538c43 commit 677f59a

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Release 3.0.10.1 (Sep 16, 2025) -- compared to 3.0.10.0
2+
-------------------------------------------------------
3+
- *ci*: Fix broken python wheel building [#4886](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4886) [#4855](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4855) (by Zach Lewis)
4+
- *deps*: Several fixes to build against OpenEXR 3.4 and OpenJPH build related fixes [#4875](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4875)
5+
6+
17
Release 3.0.10.0 (Sep 1, 2025) -- compared to 3.0.9.0
28
-------------------------------------------------------
39
- *exr*: Support for OpenEXR 3.4's new compression types for HTJ2K [#4871](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4871) (by Todica Ionut)

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.10.0")
7+
set (OpenImageIO_VERSION "3.0.10.1")
88
set (OpenImageIO_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OpenImageIO_VERSION_OVERRIDE)

docs/CHANGES-2.x.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ For the full release notes of all versions, see:
66

77

88

9+
Release 2.5.19.1 (Sep 15 2025) -- compared to 2.5.19.0
10+
--------------------------------------------------------
11+
- *ffmpeg*: Replace deprecated and soon removed avcodec_close with avcodec_free_context [#4837](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4837) (by Vlad Erium)
12+
- *heic*: Use get_plane2 introduced by libheif 1.20.2 [#4851](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4851) (by toge)
13+
- *ci*: Various fixes to repair CI that had rusted away in the last few
14+
months due to changes on the runners or to dependencies.
15+
16+
917
Release 2.5.19.0 (July 5 2025) -- compared to 2.5.18.0
1018
--------------------------------------------------------
1119
- *build*: Fixes to build against libheif 1.20 [#4822](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4822) (by Rui Chen)

0 commit comments

Comments
 (0)