3
3
4
4
# OpenEXR Release Notes
5
5
6
- * [ Version 3.3.2] ( #version-332-november-10 -2024 ) November 10 , 2024
6
+ * [ Version 3.3.2] ( #version-332-november-11 -2024 ) November 11 , 2024
7
7
* [ Version 3.3.1] ( #version-331-october-8-2024 ) October 8, 2024
8
8
* [ Version 3.3.0] ( #version-330-september-30-2024 ) September 30, 2024
9
9
* [ Version 3.2.4] ( #version-324-march-26-2024 ) March 26, 2024
77
77
* [ Version 1.0.1] ( #version-101 )
78
78
* [ Version 1.0] ( #version-10 )
79
79
80
- ## Version 3.3.2 (November 10 , 2024)
80
+ ## Version 3.3.2 (November 11 , 2024)
81
81
82
82
Patch release that fixes several bugs and build issues:
83
83
84
84
* A recent change to CMake had the unintended consequence of
85
85
installing headers and libraries from ` libdeflate ` when doing an
86
86
internal build. This is now fixed.
87
+ * Fix custom namespaces
87
88
* Add thread control to ` exrmetrics ` tool
88
89
* Reintroduce single cache for successive scanline reads
89
90
* Allow empty filename when providing a custom stream
@@ -96,6 +97,8 @@ Null-dereference WRITE in Imf_3_4::ScanLineProcess::run_fill
96
97
97
98
### Merged Pull Requests
98
99
100
+ * [ 1912] ( https://github.com/AcademySoftwareFoundation/openexr/pull/1912 )
101
+ Add missing namespace macros
99
102
* [ 1907] ( https://github.com/AcademySoftwareFoundation/openexr/pull/1907 )
100
103
Handle non-seekable stream
101
104
* [ 1905] ( https://github.com/AcademySoftwareFoundation/openexr/pull/1905 )
0 commit comments