|
3 | 3 |
|
4 | 4 | # OpenEXR Release Notes
|
5 | 5 |
|
| 6 | +* [Version 3.1.7](#version-317-march-28-2023) March 28, 2023 |
6 | 7 | * [Version 3.1.6](#version-316-march-9-2023) March 9, 2023
|
7 | 8 | * [Version 3.1.5](#version-315-april-11-2022) April 11, 2022
|
8 | 9 | * [Version 3.1.4](#version-314-january-26-2022) January 27, 2022
|
|
60 | 61 | * [Version 1.0.1](#version-101)
|
61 | 62 | * [Version 1.0](#version-10)
|
62 | 63 |
|
| 64 | +## Version 3.1.7 (March 28, 2023) |
| 65 | + |
| 66 | +Patch release that fixes a regression on ARMv7, and fixes a build |
| 67 | +issue with zlib. |
| 68 | + |
| 69 | +### Merged Pull Requests |
| 70 | + |
| 71 | +* [1368](https://github.com/AcademySoftwareFoundation/openexr/pull/1368) |
| 72 | +Fix ARMv7 build for DwaCompressor, too. |
| 73 | +* [1366](https://github.com/AcademySoftwareFoundation/openexr/pull/1366) |
| 74 | +Fix ARMv7 build by making recent ZIP NEON optimizations be ARMv8 (aarch64) only |
| 75 | +* [1361](https://github.com/AcademySoftwareFoundation/openexr/pull/1361) |
| 76 | +Fix the zlib build error that was reported in #1360. |
| 77 | +* [1358](https://github.com/AcademySoftwareFoundation/openexr/pull/1358) |
| 78 | +Detect missing vst1q_f32_x2 and provide replacement if necessary |
| 79 | +* [1355](https://github.com/AcademySoftwareFoundation/openexr/pull/1355) |
| 80 | +Fix typo in release notes |
| 81 | +* [1354](https://github.com/AcademySoftwareFoundation/openexr/pull/1354) |
| 82 | +Test for AVX in unpack.c |
| 83 | + |
63 | 84 | ## Version 3.1.6 (March 9, 2023)
|
64 | 85 |
|
65 | 86 | Patch release that address various bug/build issues and optimizations:
|
|
0 commit comments