Skip to content

Commit 7141852

Browse files
committed
Stage for v2.5.11.0
Signed-off-by: Larry Gritz <[email protected]>
1 parent c0ece76 commit 7141852

File tree

3 files changed

+28
-9
lines changed

3 files changed

+28
-9
lines changed

CHANGES.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
1-
Release 2.5.11.0 (May 1?, 2024) -- compared to 2.5.10.0
1+
Release 2.5.11.0 (May 1, 2024) -- compared to 2.5.10.0
22
-------------------------------------------------------
3+
- *dds*: DDS support more DXGI formats [#4220](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4220) (by alexguirre)
4+
- *psd*: Add support for 16- and 32-bit Photoshop file reads [#4208](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4208) (by EmilDohne)
5+
- *fix(fmt.h)*: Fix build break from recent fmt change [#4227](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4227)
6+
- *fix(openexr)*: Fix out-of-bounds reads when using OpenEXR decreasingY lineOrder. [#4215](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4215) (by Aaron Colwell)
7+
- *fix*: Don't use (DY)LD_LIBRARY_PATH as plugin search paths [#4245](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4245) (by Brecht Van Lommel)
8+
- *fix*: Fix crash when no default fonts are found [#4249](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4249)
9+
- *build*: Disable clang18 warnings about deprecated unicode conversion [#4246](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4246)
10+
- *security*: Better documentation of past CVE fixes in SECURITY.md [#4238](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4238)
311

412

513
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
2432
- *admin*: Add a ROADMAP document [#4161](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4161)
2533

2634

27-
2835
Release 2.5.9.0 (Mar 1, 2024) -- compared to 2.5.8.0
2936
-----------------------------------------------------
3037
- *oiiotool*: Overhaul and fix bugs in mixed-channel propogation [#4127](https://github.com/AcademySoftwareFoundation/OpenImageIO/pull/4127)

CREDITS.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@ by first name.
44
If you know of somebody that I missed or have corrections, please email:
55
66

7+
* Aaron Colwell
78
* Adam Mains
89
* Akihiro Yamasaki
910
* Alan Jones
1011
* Alejandro Conty
12+
* Alex Guirre
1113
* Alex Hughes
1214
* Alex Schworer
1315
* Alexander Kuleshov
@@ -19,6 +21,8 @@ [email protected]
1921
* Aman Shah
2022
* Ananth Garre
2123
* Anders Langlands
24+
* Andy Chan
25+
* AngryLoki
2226
* Angus Davis
2327
* Anthony Nemoff
2428
* Anton Dukhovnikov
@@ -46,11 +50,13 @@ [email protected]
4650
* Changlin Hsieh
4751
* Chris Crosetto
4852
* Chris Foster
53+
* Chris Hellmuth
4954
* Chris Kulla
5055
* Chris Whalen
5156
* Christoph Willing
5257
* Cliff Stein
5358
* Clément Champetier
59+
* D-Spirits
5460
* Dalai Felinto
5561
* Dan Wexler
5662
* Daniel Dresser
@@ -64,11 +70,13 @@ [email protected]
6470
* Dieter De Baets
6571
* Dinko Galetik
6672
* Dominik Bartkiewicz
73+
* Dominik Wójt
6774
* Duncan Chan
6875
* Dustin Rodrigues
6976
* Edgar Velazquez-Armendariz
7077
* Eloi Du Bois
7178
* Elvic Liang
79+
* Emil Dohne
7280
* Fabien Castan
7381
* Fabien Servant
7482
* Fredrik Averpil
@@ -110,6 +118,7 @@ [email protected]
110118
* Julien Enche
111119
* Justin Israel
112120
* Justina Mikonyte
121+
* Kaarrot
113122
* Kazuki Takahashi
114123
* Kevin Brightwell
115124
* Kimball Thurston
@@ -165,6 +174,7 @@ [email protected]
165174
* Paul Molodowitch
166175
* Pavel Karneliuk
167176
* Pete Larabell
177+
* Peter Kovář
168178
* Philip Nemec
169179
* Pino Toscano
170180
* Povilas Kanapickas
@@ -188,6 +198,7 @@ [email protected]
188198
* SebTV
189199
* Seifeddine Dridi
190200
* Sergey Sharybin
201+
* Sergio Rojas
191202
* Shane Ambler
192203
* Simon Boorer
193204
* Solomon Boulos
@@ -202,6 +213,7 @@ [email protected]
202213
* Tim Grant
203214
* Tom Knowles
204215
* Troy James Sobotka
216+
* Vic P
205217
* Vinod Khare
206218
* Vishal Agrawal
207219
* Vitor Franchi

INSTALL.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,26 +26,26 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
2626
* libTIFF >= 3.9 (recommended: 4.0+; tested through 4.6)
2727
* libjpeg >= 8 (tested through jpeg9e), or **libjpeg-turbo >= 2.1** (tested
2828
through 3.0)
29-
* Boost >= 1.53 (recommended: at least 1.66; tested through 1.84)
30-
* **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 10.1).
29+
* Boost >= 1.53 (recommended: at least 1.66; tested through 1.85)
30+
* **[fmtlib](https://github.com/fmtlib/fmt) >= 7.0** (tested through 10.2).
3131
If not found at build time, this will be automatically downloaded unless
3232
the build sets `-DBUILD_MISSING_FMT=OFF`.
3333

3434
### Optional dependencies -- features may be disabled if not found
3535
* If you are building the `iv` viewer (which will be disabled if any of
3636
these are not found):
37-
* Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.6)
37+
* Qt5 >= 5.6 (tested through 5.15) or Qt6 (tested through 6.7)
3838
* OpenGL
3939
* If you are building the Python bindings or running the testsuite:
40-
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.11)
41-
* pybind11 >= 2.4.2 (Tested through 2.11. Note that pybind11 v2.10+ does
40+
* Python >= 2.7 (tested against 2.7, 3.7, 3.8, 3.9, 3.10, 3.12)
41+
* pybind11 >= 2.4.2 (Tested through 2.12. Note that pybind11 v2.10+ does
4242
not support Python < 3.6.)
4343
* NumPy
4444
* If you want support for camera "RAW" formats:
4545
* LibRaw >= 0.18 (tested though 0.21.2; if
4646
building with C++17 or higher, LibRaw >= 0.20 is necessary)
4747
* If you want support for a wide variety of video formats:
48-
* ffmpeg >= 3.0 (tested through 6.1)
48+
* ffmpeg >= 3.0 (tested through 7.0)
4949
* If you want support for jpeg 2000 images:
5050
* OpenJpeg >= 2.0 (tested through 2.5; we recommend 2.4 or higher
5151
for multithreading support)
@@ -68,7 +68,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
6868
* If you want support for DICOM medical image files:
6969
* DCMTK >= 3.6.1 (tested through 3.6.8)
7070
* If you want support for WebP images:
71-
* WebP >= 0.6.1 (tested through 1.3.2)
71+
* WebP >= 0.6.1 (tested through 1.4)
7272
* If you want support for OpenColorIO color transformations:
7373
* OpenColorIO >= 1.1 (tested through 2.3; 2.0+ is recommended)
7474
* If you want support for Ptex:

0 commit comments

Comments
 (0)