From 7141852ffe2186438a1759919b073cad49da642e Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Wed, 1 May 2024 09:16:57 -0700 Subject: [PATCH] Stage for v2.5.11.0 Signed-off-by: Larry Gritz --- CHANGES.md | 11 +++++++++-- CREDITS.md | 12 ++++++++++++ INSTALL.md | 14 +++++++------- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1489883670..eb9f908106 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,13 @@ -Release 2.5.11.0 (May 1?, 2024) -- compared to 2.5.10.0 +Release 2.5.11.0 (May 1, 2024) -- compared to 2.5.10.0 ------------------------------------------------------- + - *dds*: DDS support more DXGI formats [#4220](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4220) (by alexguirre) + - *psd*: Add support for 16- and 32-bit Photoshop file reads [#4208](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4208) (by EmilDohne) + - *fix(fmt.h)*: Fix build break from recent fmt change [#4227](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4227) + - *fix(openexr)*: Fix out-of-bounds reads when using OpenEXR decreasingY lineOrder. [#4215](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4215) (by Aaron Colwell) + - *fix*: Don't use (DY)LD_LIBRARY_PATH as plugin search paths [#4245](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4245) (by Brecht Van Lommel) + - *fix*: Fix crash when no default fonts are found [#4249](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4249) + - *build*: Disable clang18 warnings about deprecated unicode conversion [#4246](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4246) + - *security*: Better documentation of past CVE fixes in SECURITY.md [#4238](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4238) Release 2.5.10.1 (Apr 1, 2024) -- compared to 2.5.9.0 @@ -24,7 +32,6 @@ Release 2.5.10.1 (Apr 1, 2024) -- compared to 2.5.9.0 - *admin*: Add a ROADMAP document [#4161](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4161) - Release 2.5.9.0 (Mar 1, 2024) -- compared to 2.5.8.0 ----------------------------------------------------- - *oiiotool*: Overhaul and fix bugs in mixed-channel propogation [#4127](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4127) diff --git a/CREDITS.md b/CREDITS.md index 07f77c1099..6b0e24fcc9 100644 --- a/CREDITS.md +++ b/CREDITS.md @@ -4,10 +4,12 @@ by first name. If you know of somebody that I missed or have corrections, please email: lg@openimageio.org +* Aaron Colwell * Adam Mains * Akihiro Yamasaki * Alan Jones * Alejandro Conty +* Alex Guirre * Alex Hughes * Alex Schworer * Alexander Kuleshov @@ -19,6 +21,8 @@ lg@openimageio.org * Aman Shah * Ananth Garre * Anders Langlands +* Andy Chan +* AngryLoki * Angus Davis * Anthony Nemoff * Anton Dukhovnikov @@ -46,11 +50,13 @@ lg@openimageio.org * Changlin Hsieh * Chris Crosetto * Chris Foster +* Chris Hellmuth * Chris Kulla * Chris Whalen * Christoph Willing * Cliff Stein * Clément Champetier +* D-Spirits * Dalai Felinto * Dan Wexler * Daniel Dresser @@ -64,11 +70,13 @@ lg@openimageio.org * Dieter De Baets * Dinko Galetik * Dominik Bartkiewicz +* Dominik Wójt * Duncan Chan * Dustin Rodrigues * Edgar Velazquez-Armendariz * Eloi Du Bois * Elvic Liang +* Emil Dohne * Fabien Castan * Fabien Servant * Fredrik Averpil @@ -110,6 +118,7 @@ lg@openimageio.org * Julien Enche * Justin Israel * Justina Mikonyte +* Kaarrot * Kazuki Takahashi * Kevin Brightwell * Kimball Thurston @@ -165,6 +174,7 @@ lg@openimageio.org * Paul Molodowitch * Pavel Karneliuk * Pete Larabell +* Peter Kovář * Philip Nemec * Pino Toscano * Povilas Kanapickas @@ -188,6 +198,7 @@ lg@openimageio.org * SebTV * Seifeddine Dridi * Sergey Sharybin +* Sergio Rojas * Shane Ambler * Simon Boorer * Solomon Boulos @@ -202,6 +213,7 @@ lg@openimageio.org * Tim Grant * Tom Knowles * Troy James Sobotka +* Vic P * Vinod Khare * Vishal Agrawal * Vitor Franchi diff --git a/INSTALL.md b/INSTALL.md index 307039606c..990a51b8e7 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,26 +26,26 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**. * libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6) * libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested through 3.0) - * Boost >= 1.53 (recommended: at least 1.66; tested through 1.84) - * **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 10.1). + * Boost >= 1.53 (recommended: at least 1.66; tested through 1.85) + * **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 10.2). If not found at build time, this will be automatically downloaded unless the build sets `-DBUILD_MISSING_FMT=OFF`. ### Optional dependencies -- features may be disabled if not found * If you are building the `iv` viewer (which will be disabled if any of these are not found): - * Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.6) + * Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.7) * OpenGL * If you are building the Python bindings or running the testsuite: - * Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11) - * pybind11 >= 2.4.2 (Tested through 2.11. Note that pybind11 v2.10+ does + * Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.12) + * pybind11 >= 2.4.2 (Tested through 2.12. Note that pybind11 v2.10+ does not support Python < 3.6.) * NumPy * If you want support for camera "RAW" formats: * LibRaw >= 0.18 (tested though 0.21.2; if building with C++17 or higher, LibRaw >= 0.20 is necessary) * If you want support for a wide variety of video formats: - * ffmpeg >= 3.0 (tested through 6.1) + * ffmpeg >= 3.0 (tested through 7.0) * If you want support for jpeg 2000 images: * OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher for multithreading support) @@ -68,7 +68,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**. * If you want support for DICOM medical image files: * DCMTK >= 3.6.1 (tested through 3.6.8) * If you want support for WebP images: - * WebP >= 0.6.1 (tested through 1.3.2) + * WebP >= 0.6.1 (tested through 1.4) * If you want support for OpenColorIO color transformations: * OpenColorIO >= 1.1 (tested through 2.3; 2.0+ is recommended) * If you want support for Ptex: