From d5e106946b0817ac0015a01d047c3f6c98a768ac Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 25 Mar 2021 16:55:59 -0700 Subject: [PATCH 1/3] Release notes for 3.0.1-beta Signed-off-by: Cary Phillips --- CHANGES.md | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 756fff83e4..10138ae084 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,6 @@ -`# OpenEXR Release Notes +# OpenEXR Release Notes +* [Version 3.0.0-beta](#version-301-beta-march-26-2021) March 26, 2021 * [Version 3.0.0-beta](#version-300-beta-march-16-2021) March 16, 2021 * [Version 2.5.5](#version-255-february-12-2021) February 12, 2021 * [Version 2.5.4](#version-254-december-31-2020) December 31, 2020 @@ -40,6 +41,26 @@ * [Version 1.0.1](#version-101) * [Version 1.0](#version-10) +## Version 3.0.1-beta (March 26, 2021) + +Beta patch release: + +* OSS-fuzz [32370](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32370) Out-of-memory in openexr_exrcheck_fuzzer + +* OSS-fuzz [32067](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32067) account for size of pixels when estimating memory + +Merged Pull Requests: + +* [988](https://github.com/AcademySoftwareFoundation/openexr/pull/988) Remove deprecated argument to getChunkOffsetTableSize() + +* [987](https://github.com/AcademySoftwareFoundation/openexr/pull/987) exrcheck: reduceMemory now checks pixel size and scanline compression mode + +* [980](https://github.com/AcademySoftwareFoundation/openexr/pull/980) Bazel cherry picks + +* [968](https://github.com/AcademySoftwareFoundation/openexr/pull/968) Fix typos in Int64/SInt64 deprecation warnings + +* [966](https://github.com/AcademySoftwareFoundation/openexr/pull/966) exrcheck: account for size of pixels when estimating memory + ## Version 3.0.0-beta (March 16, 2021) Major release with major build restructing, security improvements, and From 239c8cc7f314c6dbaa4db680a291f168ce3589b4 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 25 Mar 2021 16:59:03 -0700 Subject: [PATCH 2/3] typo Signed-off-by: Cary Phillips --- CHANGES.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 10138ae084..c8888a5314 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # OpenEXR Release Notes -* [Version 3.0.0-beta](#version-301-beta-march-26-2021) March 26, 2021 +* [Version 3.0.1-beta](#version-301-beta-march-26-2021) March 26, 2021 * [Version 3.0.0-beta](#version-300-beta-march-16-2021) March 16, 2021 * [Version 2.5.5](#version-255-february-12-2021) February 12, 2021 * [Version 2.5.4](#version-254-december-31-2020) December 31, 2020 @@ -46,19 +46,14 @@ Beta patch release: * OSS-fuzz [32370](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32370) Out-of-memory in openexr_exrcheck_fuzzer - * OSS-fuzz [32067](https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=32067) account for size of pixels when estimating memory Merged Pull Requests: * [988](https://github.com/AcademySoftwareFoundation/openexr/pull/988) Remove deprecated argument to getChunkOffsetTableSize() - * [987](https://github.com/AcademySoftwareFoundation/openexr/pull/987) exrcheck: reduceMemory now checks pixel size and scanline compression mode - * [980](https://github.com/AcademySoftwareFoundation/openexr/pull/980) Bazel cherry picks - * [968](https://github.com/AcademySoftwareFoundation/openexr/pull/968) Fix typos in Int64/SInt64 deprecation warnings - * [966](https://github.com/AcademySoftwareFoundation/openexr/pull/966) exrcheck: account for size of pixels when estimating memory ## Version 3.0.0-beta (March 16, 2021) From da46432a0e226d7c57f09cecf2271fadc1c7de28 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sun, 28 Mar 2021 13:58:07 -0700 Subject: [PATCH 3/3] Set date of 3.0.1-beta to March 16, add #983 Signed-off-by: Cary Phillips --- CHANGES.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c8888a5314..6b1e08d3bb 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,6 @@ # OpenEXR Release Notes -* [Version 3.0.1-beta](#version-301-beta-march-26-2021) March 26, 2021 +* [Version 3.0.1-beta](#version-301-beta-march-28-2021) March 28, 2021 * [Version 3.0.0-beta](#version-300-beta-march-16-2021) March 16, 2021 * [Version 2.5.5](#version-255-february-12-2021) February 12, 2021 * [Version 2.5.4](#version-254-december-31-2020) December 31, 2020 @@ -41,7 +41,7 @@ * [Version 1.0.1](#version-101) * [Version 1.0](#version-10) -## Version 3.0.1-beta (March 26, 2021) +## Version 3.0.1-beta (March 28, 2021) Beta patch release: @@ -52,6 +52,7 @@ Merged Pull Requests: * [988](https://github.com/AcademySoftwareFoundation/openexr/pull/988) Remove deprecated argument to getChunkOffsetTableSize() * [987](https://github.com/AcademySoftwareFoundation/openexr/pull/987) exrcheck: reduceMemory now checks pixel size and scanline compression mode +* [983](https://github.com/AcademySoftwareFoundation/openexr/pull/983) Reduce warnigns reported in #982 * [980](https://github.com/AcademySoftwareFoundation/openexr/pull/980) Bazel cherry picks * [968](https://github.com/AcademySoftwareFoundation/openexr/pull/968) Fix typos in Int64/SInt64 deprecation warnings * [966](https://github.com/AcademySoftwareFoundation/openexr/pull/966) exrcheck: account for size of pixels when estimating memory