|
1 |
| -Release 2.4.6 (1 Dec? 2022) -- compared to 2.4.5.0 |
| 1 | +Release 2.4.6 (1 Dec 2022) -- compared to 2.4.5.0 |
2 | 2 | ---------------------------------------------------
|
3 |
| - |
| 3 | +* make_texture / maketx : ensure proper setting of certain metadata when |
| 4 | + using a texture as a source to build another texture. #3634 |
| 5 | +* Build: Make sure use of `${PROJECT_NAME}` doesn't occur before the call to |
| 6 | + `project()`. #3651 |
| 7 | +* Fix null pointer dereference when OCIO no configuration is found. #3652 |
| 8 | +* Support for building against OpenColorIO 2.2. #3662 |
| 9 | +* Fixes to subtle bugs when ImageBuf is used with IOProxy. #3666 |
| 10 | +* oiiotool: Fix problems with `--point` when there is no alpha channel. #3684 |
| 11 | +* oiiotool: `--dumpdata` fix channel name output. #3687 |
| 12 | +* BMP: Fix possible write errors, fixes TALOS-2022-1653 / CVE-2022-43594, |
| 13 | + CVE-2022-43595. #3673 |
| 14 | +* DPX: Fix possible write errors, fixes TALOS-2022-1651 / CVE-2022-43592 and |
| 15 | + TALOS-2022-1652 / CVE-2022-43593. #3672 |
| 16 | +* IFF files: Add IOProxy support. #3647 |
| 17 | +* IFF: Fix possible write errors, fixes TALOS-2022-1654 / CVE-2022-43596, |
| 18 | + TALOS-2022-1655 / CVE-2022-43597 CVE-2022-43598, TALOS-2022-1656 / |
| 19 | + CVE-2022-43599 CVE-2022-43602 #3676 |
| 20 | +* PSD: Fix thumbnail extraction. #3668 |
| 21 | +* PSD: when reading, don't reject padded thumbnails. #3677 |
| 22 | +* Raw: Update Exif orientation if user flip is set. #3669 |
| 23 | +* Zfile write safety, fixes TALOS-2022-1657 / CVE-2022-43603. #3670 |
| 24 | +* filesystem.h: new `Filesystem::is_executable()` and `find_program()`. #3638 |
| 25 | +* filesystem.h: Change IOMemReader constructor to take a const buffer |
| 26 | + pointer. #3665 |
| 27 | +* strutil.h: new `trimmed_whitspace()`. #3636 |
| 28 | +* New `OIIO::print()` exposes `Strutil::print()` in the main OIIO namespace. |
| 29 | + #3667 |
| 30 | +* Testing: improved testing of oiiotool #3637 #3643 #3649, Strutil #3655 |
4 | 31 |
|
5 | 32 | Release 2.4.5 (1 Nov 2022) -- compared to 2.4.4.2
|
6 | 33 | ---------------------------------------------------
|
|
0 commit comments