Skip to content

Commit

Permalink
Stage for v2.5.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed May 1, 2024
1 parent c0ece76 commit 7141852
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 9 deletions.
11 changes: 9 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
12 changes: 12 additions & 0 deletions CREDITS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ by first name.
If you know of somebody that I missed or have corrections, please email:
[email protected]

* Aaron Colwell
* Adam Mains
* Akihiro Yamasaki
* Alan Jones
* Alejandro Conty
* Alex Guirre
* Alex Hughes
* Alex Schworer
* Alexander Kuleshov
Expand All @@ -19,6 +21,8 @@ [email protected]
* Aman Shah
* Ananth Garre
* Anders Langlands
* Andy Chan
* AngryLoki
* Angus Davis
* Anthony Nemoff
* Anton Dukhovnikov
Expand Down Expand Up @@ -46,11 +50,13 @@ [email protected]
* 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
Expand All @@ -64,11 +70,13 @@ [email protected]
* 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
Expand Down Expand Up @@ -110,6 +118,7 @@ [email protected]
* Julien Enche
* Justin Israel
* Justina Mikonyte
* Kaarrot
* Kazuki Takahashi
* Kevin Brightwell
* Kimball Thurston
Expand Down Expand Up @@ -165,6 +174,7 @@ [email protected]
* Paul Molodowitch
* Pavel Karneliuk
* Pete Larabell
* Peter Kovář
* Philip Nemec
* Pino Toscano
* Povilas Kanapickas
Expand All @@ -188,6 +198,7 @@ [email protected]
* SebTV
* Seifeddine Dridi
* Sergey Sharybin
* Sergio Rojas
* Shane Ambler
* Simon Boorer
* Solomon Boulos
Expand All @@ -202,6 +213,7 @@ [email protected]
* Tim Grant
* Tom Knowles
* Troy James Sobotka
* Vic P
* Vinod Khare
* Vishal Agrawal
* Vitor Franchi
Expand Down
14 changes: 7 additions & 7 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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:
Expand Down

0 comments on commit 7141852

Please sign in to comment.