From 6f5fc9013d14c04960c13b8d3724e18642c02eba Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 13 Aug 2023 10:31:21 -0700 Subject: [PATCH] release notes for v3.1.11 Signed-off-by: Cary Phillips --- CHANGES.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index aad8091d5c..9fa869026a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -3,6 +3,7 @@ # OpenEXR Release Notes +* [Version 3.1.11](#version-3111-august-13-2023) August 13, 2023 * [Version 3.1.10](#version-3110-august-2-2023) August 2, 2023 * [Version 3.1.9](#version-319-june-25-2023) June 25, 2023 * [Version 3.1.8](#version-318-june-2-2023) June 2, 2023 @@ -64,6 +65,17 @@ * [Version 1.0.1](#version-101) * [Version 1.0](#version-10) +## Version 3.1.11 (August 13, 2023) + +Patch release that fixes a build failure with `-march=x86-64-v3` + +### Merged Pull Requests + +* [1509](https://github.com/AcademySoftwareFoundation/openexr/pull/1509) +Initialize `regs[]` to 0 in `check_for_x86_simd` +* [1507](https://github.com/AcademySoftwareFoundation/openexr/pull/1507) +Fix CPUID detection with `-march=x86-64-v3` + ## Version 3.1.10 (August 2, 2023) Patch release that addresses miscellaneous build issues, test