|
| 1 | +Release 3.1.8.0 (Dec 1, 2025) -- compared to 3.1.7.0 |
| 2 | +---------------------------------------------------- |
| 3 | + - *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961) |
| 4 | + - *jpeg*: Fix wrong pointers/crashing when decodng CMYK jpeg files [#4963](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4963) |
| 5 | + - *openexr*: Improve attribute translation rules [#4946](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4946) |
| 6 | + - *openexr*: ACES container writes colorInteropId instead of colorInteropID [#4966](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4966) (by Brecht Van Lommel) |
| 7 | + - *color mgmt*: Fix some legacy 'Linear' color references [#4959](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4959) |
| 8 | + - *imagebuf*: Fix `ImageBuf::set_pixels()` bug, didn't consider roi = All [#4949](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4949) |
| 9 | + - *tests*: Image_span_test reduce benchmark load for debug and CI renders [#4951](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4951) |
| 10 | + - *build*: Type warning in assertion in jpeg2000output.cpp [#4952](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4952) |
| 11 | + - *build*: Disable LERC in libTIFF local build script [#4957](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4957) (by LI JI) |
| 12 | + - *ci*: Fix broken ci, debug and static cases, bump some latest [#4954](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4954) |
| 13 | + - *ci*: Unbreak icc/icx CI [#4958](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4958) |
| 14 | + - *admin*: Update some license notices [#4955](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4955) |
| 15 | + |
| 16 | + |
1 | 17 | Release 3.1.7.0 (Nov 1, 2025) -- compared to 3.1.6.1 |
2 | 18 | ---------------------------------------------------- |
3 | 19 | - *openexr*: Support for idManifest and deepImageState (experimental) [#4877](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4877) (3.1.7.0) |
@@ -341,6 +357,14 @@ asterisk) had not previously contributed to the project. |
341 | 357 | --- |
342 | 358 |
|
343 | 359 |
|
| 360 | +Release 3.0.13.0 (Dec 1, 2025) -- compared to 3.0.12.0 |
| 361 | +------------------------------------------------------- |
| 362 | + - *exif*: Support EXIF 3.0 tags [#4961](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4961) |
| 363 | + - *build*: Disable LERC in libTIFF local build script [#4957](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4957) (by LI JI) |
| 364 | + - *ci*: Fix broken ci, debug and static cases, bump some latest [#4954](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4954) |
| 365 | + - *ci*: Unbreak icc/icx CI [#4958](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4958) |
| 366 | + |
| 367 | + |
344 | 368 | Release 3.0.12.0 (Nov 1, 2025) -- compared to 3.0.11.0 |
345 | 369 | ------------------------------------------------------- |
346 | 370 | - *iff*: Handle non-zero origin, protect against buffer overflows [#4925](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4925) |
|
0 commit comments