Skip to content

Commit 275d735

Browse files
committed
Stage for v2.5.14.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent b3d10fa commit 275d735

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGES.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
Release 2.5.14.0 (Aug 1?, 2024) -- compared to 2.5.13.1
22
--------------------------------------------------------
3-
3+
- *fix (png)*: Correctly read PNGs with partial alpha [#4315](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4315) (2.5.14.0)
4+
- *fix(ImageBuf)*: Copy/paste error in the ImageBuf iterator copy constructor [#4365](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4365) (by Anton Dukhovnikov)
5+
- *perf/TS*: Only write full metadata to the first mip level [#4320](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4320) (2.5.14.0)
6+
- *dev(strutil.h)*: Strutil::string_is_identifier() [#4333](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4333) (2.5.14.0)
7+
- *build*: Avoid rebuilds due to processing of fmt headers [#4313](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4313) (by Jesse Yurkovich) (2.5.14.0)
8+
- *build*: Fix boost vs cmake 3.30 problem.
9+
- *ci*: Sanitizer new warnings about signed/unsigned offsets in openexr [#4351](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4351) (2.5.14.0)
10+
- *docs*: Clarify that `IBA::rotate` params are pixel coordinates [#4358](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4358) (2.5.14.0)
11+
- *admin*: More CLA explanation and how-to links [#4318](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4318) (2.5.14.0)
12+
- *admin*: Document my git-cliff workflow for release notes [#4319](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4319) (2.5.14.0)
13+
- *security*: Document CVE-2024-40630 resolution (2.5.14.0)
414

515

616
Release 2.5.13.1 (July 15, 2024) -- compared to 2.5.13.0

INSTALL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2020
* ADVISORY: We expect that OIIO 2.6 in 2024 will require C++17 or higher.
2121
* Compilers: gcc 6.1 - 14.1, clang 3.4 - 18, MSVS 2017 - 2019,
2222
Intel icc 17+, Intel OneAPI C++ compiler 2022+.
23-
* **CMake >= 3.15** (tested through 3.28)
23+
* **CMake >= 3.15** (tested through 3.30)
2424
* **OpenEXR/Imath >= 2.4** (recommended: 3.1 or higher; tested through 3.2
2525
and main) (ADVISORY: We expect that OIIO 2.6 in 2024 will require OpenEXR >= 3.1)
2626
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6)

0 commit comments

Comments
 (0)