Skip to content

Commit b4e1785

Browse files
committed
Stage for v3.1.9.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent 3e1a94c commit b4e1785

File tree

3 files changed

+30
-3
lines changed

3 files changed

+30
-3
lines changed

CHANGES.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
Release 3.1.9.0 (Jan 1, 2026) -- compared to 3.1.8.0
2+
----------------------------------------------------
3+
- Color management improvements:
4+
- Auto convert between oiio:ColorSpace and CICP attributes in I/O [#4964](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4964) (by Brecht Van Lommel)
5+
- *exr*: Write OpenEXR colorInteropID metadata based on oiio:ColorSpace [#4967](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4967) (by Brecht Van Lommel)
6+
- *jpeg-xl*: CICP read and write support for JPEG-XL [#4968](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4968) (by Brecht Van Lommel)
7+
- *jpeg-xl*: ICC read and write for JPEG-XL files (issue 4649) [#4905](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4905) (by shanesmith-dwa)
8+
- *png*: We were not correctly suppressing hint metadata [#4983](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4983)
9+
- *sgi*: Implement RLE encoding support for output [#4990](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4990) (by Jesse Yurkovich)
10+
- *webp*: Allow out-of-order scanlines when writing webp [#4973](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4973) (by Pavan Madduri)
11+
- *fix/IBA*: IBA::compare_Yee() accessed the wrong channel [#4976](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4976) (by Pavan Madduri)
12+
- *perf/filesystem.h*: Speedup to detect the existence of files on Windows [#4977](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4977) (by JacksonSun-adsk)
13+
- *ci*: Address tight disk space on GHA runners [#4974](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4974)
14+
- *ci*: Optimize install_homebrew_deps by coalescing installs [#4975](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4975)
15+
- *ci*: Build_Ptex.bash should build Ptex using C++17 [#4978](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4978)
16+
- *ci*: Unbreak CI by adjusting Ubuntu installs [#4981](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4981)
17+
- *ci*: Test against libraw 0.21.5 [#4988](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4988)
18+
- *docs*: Fix missing docs for `OIIO:attribute()` and `OIIO::getattribute()` [#4987](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4987)
19+
20+
121
Release 3.1.8.0 (Dec 1, 2025) -- compared to 3.1.7.0
222
----------------------------------------------------
323
- *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961)
@@ -357,6 +377,13 @@ asterisk) had not previously contributed to the project.
357377
---
358378

359379

380+
Release 3.0.14.0 (Jan 1, 2026) -- compared to 3.0.13.0
381+
-------------------------------------------------------
382+
- *fix(IBA)*: IBA::compare_Yee() accessed the wrong channel [#4976](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4976) (by Pavan Madduri)
383+
- *ci*: Test against libraw 0.21.5 [#4988](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4988)
384+
- *ci*: Address tight disk space on GHA runners [#4974](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4974)
385+
386+
360387
Release 3.0.13.0 (Dec 1, 2025) -- compared to 3.0.12.0
361388
-------------------------------------------------------
362389
- *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961)

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

src/doc/cliff.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ commit_parsers = [
9999
{ message = '^refactor', group = '<!-- 40 -->🔧 Internals and developer goodies', scope='refactor' },
100100
{ message = '^(build|Build)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports' },
101101
{ message = '^(cmake|CMake)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='cmake' },
102-
{ message = '^(test|Test|testing|Testing)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
103-
# { message = 'testsuite', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
102+
{ message = '^(deps|Deps)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='deps' },
103+
{ message = '^(test|Test|testing|Testing|testsuite)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='tests' },
104104
{ message = '^(ci|CI)', group = '<!-- 50 -->🏗 Build/test/CI and platform ports', scope='ci' },
105105
{ message = '^(doc|docs|Docs|Documentation)', group = '<!-- 60 -->📚 Documentation' },
106106
{ message = '^(admin)', group = '<!-- 90 -->🏢 Project Administration' },

0 commit comments

Comments
 (0)