From 612ed3229ac212a38e95ef481ceaf16f3c0d95a9 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Sat, 13 Jun 2020 17:45:17 -0700 Subject: [PATCH] Add #755 to 2.4.2 release notes Signed-off-by: Cary Phillips --- CHANGES.md | 66 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 34 insertions(+), 32 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index baf9211e3c..4e01dab6e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,35 +1,35 @@ # OpenEXR Release Notes -* [Version 2.5.2](#version-252-june-15-2020) -* [Version 2.5.1](#version-251-may-11-2020) -* [Version 2.5.0](#version-250-may-6-2020) -* [Version 2.4.2](#version-242-june-15-2020) -* [Version 2.4.1](#version-241-february-11-2020) -* [Version 2.4.0](#version-240-september-19-2019) -* [Version 2.3.0](#version-230-august-13-2018) -* [Version 2.2.2](#version-222-april-30-2020) -* [Version 2.2.1](#version-221-november-30-2017) -* [Version 2.2.0](#version-220-august-10-2014) -* [Version 2.1.0](#version-210-november-25-2013) -* [Version 2.0.1](#version-201-july-11-2013) -* [Version 2.0.0](#version-200-april-9-2013) -* [Version 1.7.1](#version-171-july-31-2012) -* [Version 1.7.0](#version-170-july-23-2010) -* [Version 1.6.1](#version-161-october-22-2007) -* [Version 1.6.0](#version-160-august-3,2007) -* [Version 1.5.0](#version-150-december-15-2006) -* [Version 1.4.0a](#version-140a-august-9-2006) -* [Version 1.4.0](#version-140-august-2,2006) -* [Version 1.3.1](#version-131-june-14-2006) -* [Version 1.3.0](#version-130-june-8,2006) -* [Version 1.2.2](#version-122-march-15-2005) -* [Version 1.2.1](#version-121-june-6,2004) -* [Version 1.2.0](#version-120-may-11-2004) -* [Version 1.1.1](#version-111-march-27-2004) -* [Version 1.1.0](#version-110-february-6-2004) -* [Version 1.0.7](#version-107-january-7-2004) +* [Version 2.5.2](#version-252-june-15-2020) June 15, 2020 +* [Version 2.5.1](#version-251-may-11-2020) May 11, 2020 +* [Version 2.5.0](#version-250-may-6-2020) May 6, 2020 +* [Version 2.4.2](#version-242-june-15-2020) June 15, 2020 +* [Version 2.4.1](#version-241-february-11-2020) February 11, 2020 +* [Version 2.4.0](#version-240-september-19-2019) September 19, 2019 +* [Version 2.3.0](#version-230-august-13-2018) August 13, 2018 +* [Version 2.2.2](#version-222-april-30-2020) April 30, 2020 +* [Version 2.2.1](#version-221-november-30-2017) November 30, 2017 +* [Version 2.2.0](#version-220-august-10-2014) August 10, 2014 +* [Version 2.1.0](#version-210-november-25-2013) November 25, 2013 +* [Version 2.0.1](#version-201-july-11-2013) July 11, 2013 +* [Version 2.0.0](#version-200-april-9-2013) April 9, 2013 +* [Version 1.7.1](#version-171-july-31-2012) July 31, 2012 +* [Version 1.7.0](#version-170-july-23-2010) July 23, 2010 +* [Version 1.6.1](#version-161-october-22-2007) October 22, 2007 +* [Version 1.6.0](#version-160-august-3,2007) August 3, 2007 +* [Version 1.5.0](#version-150-december-15-2006) December 15, 2006 +* [Version 1.4.0a](#version-140a-august-9-2006) August 9, 2006 +* [Version 1.4.0](#version-140-august-2,2006) August 2, 2006 +* [Version 1.3.1](#version-131-june-14-2006) June 14, 2006 +* [Version 1.3.0](#version-130-june-8,2006) June 8, 2006 +* [Version 1.2.2](#version-122-march-15-2005) March 15, 2005 +* [Version 1.2.1](#version-121-june-6,2004) June 6, 2004 +* [Version 1.2.0](#version-120-may-11-2004) May 11, 2004 +* [Version 1.1.1](#version-111-march-27-2004) March 27, 2004 +* [Version 1.1.0](#version-110-february-6-2004) February 6, 2004 +* [Version 1.0.7](#version-107-january-7-2004) January 7, 2004 * [Version 1.0.6](#version-106) -* [Version 1.0.5](#version-105-april-3-2003) +* [Version 1.0.5](#version-105-april-3-2003) April 3, 2003 * [Version 1.0.4](#version-104) * [Version 1.0.3](#version-103) * [Version 1.0.2](#version-102) @@ -44,13 +44,13 @@ Patch release with various bug/security fixes and build/install fixes. * Invalid input could cause a heap-use-after-free error in DeepScanLineInputFile::DeepScanLineInputFile() * Invalid chunkCount attributes could cause heap buffer overflow in getChunkOffsetTableSize() -* Invalid tiled input file can cause invalid memory access TiledInputFile::TiledInputFile() +* Invalid tiled input file could cause invalid memory access TiledInputFile::TiledInputFile() * OpenEXRConfig.h now correctly sets OPENEXR_PACKAGE_STRING to "OpenEXR" (rather than "IlmBase") * Various Windows build fixes ### Merged Pull Requests -* [755](https://github.com/AcademySoftwareFoundation/openexr/pull/755) Fix OPENXR_PACKAGE_NAME +* [755](https://github.com/AcademySoftwareFoundation/openexr/pull/755) Fix OPENEXR_PACKAGE_NAME * [747](https://github.com/AcademySoftwareFoundation/openexr/pull/747) Fix the PyIlmBase tests for the autotools build * [743](https://github.com/AcademySoftwareFoundation/openexr/pull/743) Applies OPENEXR_DLL only to shared libraries and no longer to static libraries * [742](https://github.com/AcademySoftwareFoundation/openexr/pull/742) Removes symlink creation under Windows @@ -456,10 +456,12 @@ This is a patch release that includes fixes for the following security vulnerabi * Invalid input could cause a heap-use-after-free error in DeepScanLineInputFile::DeepScanLineInputFile() * Invalid chunkCount attributes could cause heap buffer overflow in getChunkOffsetTableSize() -* Invalid tiled input file can cause invalid memory access TiledInputFile::TiledInputFile() +* Invalid tiled input file could cause invalid memory access TiledInputFile::TiledInputFile() +* OpenEXRConfig.h now correctly sets OPENEXR_PACKAGE_STRING to "OpenEXR" (rather than "IlmBase") ### Merged Pull Requests +* [755](https://github.com/AcademySoftwareFoundation/openexr/pull/755) Fix OPENEXR_PACKAGE_NAME * [738](https://github.com/AcademySoftwareFoundation/openexr/pull/738) always ignore chunkCount attribute unless it cannot be computed * [730](https://github.com/AcademySoftwareFoundation/openexr/pull/730) fix #728 - missing 'throw' in deepscanline error handling * [727](https://github.com/AcademySoftwareFoundation/openexr/pull/727) check null pointer in broken tiled file handling