diff --git a/CHANGES.md b/CHANGES.md index e03bff1804..d903979e50 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ # OpenEXR Release Notes +* [Version 3.1.7](#version-317-march-28-2023) March 28, 2023 * [Version 3.1.6](#version-316-march-9-2023) March 9, 2023 * [Version 3.1.5](#version-315-april-11-2022) April 11, 2022 * [Version 3.1.4](#version-314-january-26-2022) January 27, 2022 @@ -60,6 +61,26 @@ * [Version 1.0.1](#version-101) * [Version 1.0](#version-10) +## Version 3.1.7 (March 28, 2023) + +Patch release that fixes a regression on ARMv7, and fixes a build +issue with zlib. + +### Merged Pull Requests + +* [1368](https://github.com/AcademySoftwareFoundation/openexr/pull/1368) +Fix ARMv7 build for DwaCompressor, too. +* [1366](https://github.com/AcademySoftwareFoundation/openexr/pull/1366) +Fix ARMv7 build by making recent ZIP NEON optimizations be ARMv8 (aarch64) only +* [1361](https://github.com/AcademySoftwareFoundation/openexr/pull/1361) +Fix the zlib build error that was reported in #1360. +* [1358](https://github.com/AcademySoftwareFoundation/openexr/pull/1358) +Detect missing vst1q_f32_x2 and provide replacement if necessary +* [1355](https://github.com/AcademySoftwareFoundation/openexr/pull/1355) +Fix typo in release notes +* [1354](https://github.com/AcademySoftwareFoundation/openexr/pull/1354) +Test for AVX in unpack.c + ## Version 3.1.6 (March 9, 2023) Patch release that address various bug/build issues and optimizations: diff --git a/docs/news.rst b/docs/news.rst index 75ab7c26d0..053b35c182 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -13,6 +13,17 @@ News .. toctree:: :caption: News +March 28, 2023 - OpenEXR v3.1.7 Released +======================================== + +Patch release that fixes a build regression on ARMv7, and fixes a build +issue with zlib. + +See the `release notes`_ for more details. + +Download OpenEXR v3.1.7 from https://github.com/AcademySoftwareFoundation/OpenEXR/releases/tag/v3.1.7. + + March 9, 2023 - OpenEXR v3.1.6 Released =======================================