Skip to content

Commit b06d2aa

Browse files
committed
CHANGES, stage for v2.4.6.0
1 parent f86e099 commit b06d2aa

File tree

1 file changed

+29
-2
lines changed

1 file changed

+29
-2
lines changed

CHANGES.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,33 @@
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
22
---------------------------------------------------
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
431

532
Release 2.4.5 (1 Nov 2022) -- compared to 2.4.4.2
633
---------------------------------------------------

0 commit comments

Comments
 (0)