Skip to content

Commit 6953bdb

Browse files
committed
release notes for v3.3.6
Signed-off-by: Cary Phillips <cary@ilm.com>
1 parent 71ee0ee commit 6953bdb

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

CHANGES.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
# OpenEXR Release Notes
55

6+
* [Version 3.3.6](#version-336-november-3-2025) November 5, 2025
67
* [Version 3.3.5](#version-335-july-26-2025) July 26, 2025
78
* [Version 3.3.4](#version-334-june-9-2025) June 9, 2025
89
* [Version 3.3.3](#version-333-march-23-2025) March 23, 2025
@@ -80,6 +81,28 @@
8081
* [Version 1.0.1](#version-101)
8182
* [Version 1.0](#version-10)
8283

84+
## Version 3.3.6 (November 3, 2025)
85+
86+
Patch release that addresses several bugs, primarily involving
87+
properly rejecting corrupt input data.
88+
89+
### Merged Pull Requests:
90+
91+
* [2164](https://github.com/AcademySoftwareFoundation/openexr/pull/2164)
92+
check storage_mode when computing chunk sizes
93+
* [2163](https://github.com/AcademySoftwareFoundation/openexr/pull/2163)
94+
Check for image size overflow in legacy python module
95+
* [2162](https://github.com/AcademySoftwareFoundation/openexr/pull/2162)
96+
verify packed/unpacked size with uncompressed data
97+
* [2161](https://github.com/AcademySoftwareFoundation/openexr/pull/2161)
98+
ImfCheckFile: handle partial deep tiles
99+
* [2160](https://github.com/AcademySoftwareFoundation/openexr/pull/2160)
100+
Fix issues with negative coordinates and sampling != 0
101+
* [2159](https://github.com/AcademySoftwareFoundation/openexr/pull/2159)
102+
Fix memset in exr_read_chunk when nread is negative
103+
* [2156](https://github.com/AcademySoftwareFoundation/openexr/pull/2156)
104+
Fix handling of corrupt RLE data
105+
83106
## Version 3.3.5 (July 26, 2025)
84107

85108
Patch release with a couple bug/performance fixes:

0 commit comments

Comments
 (0)