From bc0b229c5618ffdc6337817898e3d145b6854194 Mon Sep 17 00:00:00 2001 From: Cary Phillips Date: Thu, 11 Jun 2020 15:30:24 -0700 Subject: [PATCH] add commit history to release notes for v2.5.1 and v2.5.2 Signed-off-by: Cary Phillips --- CHANGES.md | 63 +++++++++++++++++++++++++++++++++++++----------------- 1 file changed, 43 insertions(+), 20 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 4e01dab6e0..6c7d1170ee 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -44,35 +44,56 @@ 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 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 OPENEXR_PACKAGE_NAME +* [755](https://github.com/AcademySoftwareFoundation/openexr/pull/755) Fix OPENXR_PACKAGE_NAME +* [751](https://github.com/AcademySoftwareFoundation/openexr/pull/751) Disable all Windows builds temporarily. +* [749](https://github.com/AcademySoftwareFoundation/openexr/pull/749) Fix Windows CI * [747](https://github.com/AcademySoftwareFoundation/openexr/pull/747) Fix the PyIlmBase tests for the autotools build +* [745](https://github.com/AcademySoftwareFoundation/openexr/pull/745) Added Joseph to the TSC members, and updated Nick's affiliation * [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 * [738](https://github.com/AcademySoftwareFoundation/openexr/pull/738) always ignore chunkCount attribute unless it cannot be computed +* [737](https://github.com/AcademySoftwareFoundation/openexr/pull/737) Removed glew fix from CI +* [736](https://github.com/AcademySoftwareFoundation/openexr/pull/736) TSC meeting notes for 5/21/20 and 5/14/20 +* [735](https://github.com/AcademySoftwareFoundation/openexr/pull/735) Fix Analysis CI script permissions. +* [734](https://github.com/AcademySoftwareFoundation/openexr/pull/734) CI updates - valgrind & memcheck jobs, ci badges * [733](https://github.com/AcademySoftwareFoundation/openexr/pull/733) added missing PyImathMatrix22.cpp to Makefile.am, for the autotools build +* [732](https://github.com/AcademySoftwareFoundation/openexr/pull/732) Removed Azure pipelines CI. +* [731](https://github.com/AcademySoftwareFoundation/openexr/pull/731) Added github actions CI. * [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 +* [726](https://github.com/AcademySoftwareFoundation/openexr/pull/726) update to version 2.5.1 + +### Commits \[ git log v2.5.0...v2.5.1\] -### Commits \[ git log v2.5.1...v2.5.2\] - -* [6f0d14d5](https://github.com/AcademySoftwareFoundation/openexr/commit/6f0d14d576b6c2d3931f2c444b994207bc4bbc44) bump version to 2.5.2 ([Cary Phillips](@cary@ilm.com) 2020-06-11) -* [162fe820](https://github.com/AcademySoftwareFoundation/openexr/commit/162fe82092188fd172cba26af0deec3b0a95a4fa) Fix OPENXR_PACKAGE_NAME ([Cary Phillips](@cary@ilm.com) 2020-06-10) -* [58e96f53](https://github.com/AcademySoftwareFoundation/openexr/commit/58e96f534cd42bf9ee59725aadbf5d3b25d041fe) removed commented out lines in Makefile.am ([Cary Phillips](@cary@ilm.com) 2020-05-28) -* [6c82409e](https://github.com/AcademySoftwareFoundation/openexr/commit/6c82409e14f415d460a3318dc9848f0c266f1215) Fix PyImathTest, PyImathNumpyTest, PyIexTest to work in the autotools build. ([Cary Phillips](@cary@ilm.com) 2020-05-28) -* [248abc23](https://github.com/AcademySoftwareFoundation/openexr/commit/248abc23d134705bc41d167dcc04fafae231409c) Fix OPENEXR_DLL on test applications ([Transporter](@ogre.transporter@gmail.com) 2020-05-29) -* [ccf91b95](https://github.com/AcademySoftwareFoundation/openexr/commit/ccf91b95b662d97b0cd8b9d87fd3eb4f5d70e880) Applies OPENEXR_DLL only to shared libraries and no longer to static libraries ([Transporter](@ogre.transporter@gmail.com) 2020-05-26) -* [c8f2463a](https://github.com/AcademySoftwareFoundation/openexr/commit/c8f2463a910da90640d13d325ef689160d17ffe9) Removes symlink creation under Windows ([Transporter](@ogre.transporter@gmail.com) 2020-05-26) -* [78274436](https://github.com/AcademySoftwareFoundation/openexr/commit/782744364aa92d02add62f38bc29ae2ce2c743e9) added missing PyImathMatrix22.cpp to Makefile.am, for the autotools build. ([Cary Phillips](@cary@ilm.com) 2020-05-19) -* [30349291](https://github.com/AcademySoftwareFoundation/openexr/commit/303492919aa1cc39fb0c3d34d96b9f0090d3bdac) fix memory leak in deep scanline IlmImfFuzzTest ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) -* [21014549](https://github.com/AcademySoftwareFoundation/openexr/commit/21014549c2728049abe273a719c3fca074234799) fix memory leak in deep scanline IlmImfFuzzTest ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) -* [07e93a3d](https://github.com/AcademySoftwareFoundation/openexr/commit/07e93a3de1200355c1c32e2c4cc15ec87e312602) check null pointer in broken tiled file handling ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) -* [d8741bcc](https://github.com/AcademySoftwareFoundation/openexr/commit/d8741bccbcc5e68cc4fac3cb11f08c655e6553fc) fix #728 - missing 'throw' in deepscanline error handling ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-19) +* [Fix OPENXR_PACKAGE_NAME](https://github.com/AcademySoftwareFoundation/openexr/commit/99ab90f46092265de539ab46bfed62a9134286e4) ([Cary Phillips](@cary@ilm.com) 2020-06-10) +* [removed commented out lines in Makefile.am](https://github.com/AcademySoftwareFoundation/openexr/commit/3c6455b77af7e5214b48cfdf768c24a6be030de0) ([Cary Phillips](@cary@ilm.com) 2020-05-28) +* [Fix PyImathTest, PyImathNumpyTest, PyIexTest to work in the autotools build.](https://github.com/AcademySoftwareFoundation/openexr/commit/370bab235cd968516795f71c103a280996858576) ([Cary Phillips](@cary@ilm.com) 2020-05-28) +* [Fix OPENEXR_DLL on test applications](https://github.com/AcademySoftwareFoundation/openexr/commit/e8b17bf4d9b8481464f19fee110ec96d190ac34b) ([Transporter](@ogre.transporter@gmail.com) 2020-05-29) +* [Applies OPENEXR_DLL only to shared libraries and no longer to static libraries](https://github.com/AcademySoftwareFoundation/openexr/commit/9153f53203112e41fbc0771f7b9dac83bce46e5e) ([Transporter](@ogre.transporter@gmail.com) 2020-05-26) +* [Removes symlink creation under Windows](https://github.com/AcademySoftwareFoundation/openexr/commit/5c7d2f05405a1b6cee7b25ab1bccbfe4d7c32e17) ([Transporter](@ogre.transporter@gmail.com) 2020-05-26) +* [Disable all Windows builds temporarily.](https://github.com/AcademySoftwareFoundation/openexr/commit/e4bd9fd6b1c6fc7eeb6660711f6b5c395ae7da20) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-06-09) +* [only run analysis on schedule. removing push.](https://github.com/AcademySoftwareFoundation/openexr/commit/51a36a702f4be3e8ceb8d07123ec0603a1c12cb2) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-06-03) +* [fixing windows ci jobs.](https://github.com/AcademySoftwareFoundation/openexr/commit/a5f88ca2e2dca05b0e27080a66d510d2ff01125e) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-29) +* [Removed glew fix](https://github.com/AcademySoftwareFoundation/openexr/commit/5c099f9e464f7d4bd2ba97b82225c9bcaf7c5d96) ([Aloys Baillet](@aloys.baillet+github@gmail.com) 2020-05-24) +* [Added Joseph to the TSC members, and updated Nick's affiliation.](https://github.com/AcademySoftwareFoundation/openexr/commit/b8d1d3d07b7d9e94c0cfdb4197058962578f56ea) ([Cary Phillips](@cary@ilm.com) 2020-05-28) +* [TSC meeting notes for 5/21/20 and 5/14/20](https://github.com/AcademySoftwareFoundation/openexr/commit/6883299a9a8ffc5f943e688d1e5beeaefbfc8b0b) ([Cary Phillips](@cary@ilm.com) 2020-05-21) +* [Fix script permissions.](https://github.com/AcademySoftwareFoundation/openexr/commit/28304679b21ca011cfd067d6f44caf0c476eebac) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-21) +* [Added Valgrind and Fuzz Test CI jobs.](https://github.com/AcademySoftwareFoundation/openexr/commit/8d5f5babe1e7f3add96a81c1feb3a25b9f7a02ae) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-20) +* [Removed unused parameter.](https://github.com/AcademySoftwareFoundation/openexr/commit/a6ce6ac46267a616aeadf89705372958cecd00b1) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-20) +* [Updated CI badges.](https://github.com/AcademySoftwareFoundation/openexr/commit/ef15cdbd52b9ceddab6381e6b56188babd046c58) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-20) +* [update to version 2.5.1](https://github.com/AcademySoftwareFoundation/openexr/commit/4628e17a117ef624cec3ea7cf4f1f6f7c3297cab) ([Reto Kromer](@retokromer@users.noreply.github.com) 2020-05-15) +* [added missing PyImathMatrix22.cpp to Makefile.am, for the autotools build.](https://github.com/AcademySoftwareFoundation/openexr/commit/d831f97ef8f65b2f292fd8dd54d6ccc5e734162b) ([Cary Phillips](@cary@ilm.com) 2020-05-19) +* [fix memory leak in deep scanline IlmImfFuzzTest](https://github.com/AcademySoftwareFoundation/openexr/commit/029cf76f62b2208b4dabd312dad954a334f3af9e) ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) +* [fix memory leak in deep scanline IlmImfFuzzTest](https://github.com/AcademySoftwareFoundation/openexr/commit/86e3301b4e55a73372b7c1e4e2e808e47b632a9c) ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) +* [check null pointer in broken tiled file handling](https://github.com/AcademySoftwareFoundation/openexr/commit/654c83f26921ffded4d2343c5a5ea41e39ad9374) ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-16) +* [fix #728 - missing 'throw' in deepscanline error handling](https://github.com/AcademySoftwareFoundation/openexr/commit/929e7d447215f9a374bd60b01714cf959744d9c4) ([Peter Hillman](@peterh@wetafx.co.nz) 2020-05-19) +* [Removed Azure pipelines CI.](https://github.com/AcademySoftwareFoundation/openexr/commit/35c28af065a2401c75ace4d9b8305764f0f389d2) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-19) +* [Added github actions CI.](https://github.com/AcademySoftwareFoundation/openexr/commit/c3fc5485c8f012c0d1d11b50e841dc78e71323a5) ([Christina Tempelaar-Lietz](@xlietz@gmail.com) 2020-05-19) ## Version 2.5.1 (May 11, 2020) @@ -84,15 +105,17 @@ on ARMv7 and AAarch64. ### Merged Pull Requests +* [718](https://github.com/AcademySoftwareFoundation/openexr/pull/718) merge #717 cast to unsigned in testHuf checksum to RB-2.5 branch * [717](https://github.com/AcademySoftwareFoundation/openexr/pull/717) Fix #713: cast to unsigned in testHuf checksum +* [716](https://github.com/AcademySoftwareFoundation/openexr/pull/716) Bump the SO version and patch number for the 2.5.1 release * [714](https://github.com/AcademySoftwareFoundation/openexr/pull/714) Bump the SO version to 25 for the 2.5 release ### Commits \[ git log v2.5.0...v2.5.1\] -* [e823bf28](https://github.com/AcademySoftwareFoundation/openexr/commit/e823bf282882d02e8ad1c7f6ca867807e1fd6044) Fix #713: cast to unsigned in testHuf checksum (#717) ([peterhillman](@peterh@wetafx.co.nz) 2020-05-10) -* [5670325e](https://github.com/AcademySoftwareFoundation/openexr/commit/5670325ea2f44c2b4d4764b151b7570181bd280b) Bump the version to 2.5.1 on the RB-2.5 branch ([Cary Phillips](@cary@ilm.com) 2020-05-09) -* [d944ffac](https://github.com/AcademySoftwareFoundation/openexr/commit/d944fface105c79fc4a34a4aa4bc1be39d5aabbc) set LIBTOOL_REVISION=0 for the 2.5 release. ([Cary Phillips](@cary@ilm.com) 2020-05-09) -* [3ec82975](https://github.com/AcademySoftwareFoundation/openexr/commit/3ec82975243d83e2732da7b7cbdc08f87f30609c) Bump SO version to 25 for the 2.5 release. ([Cary Phillips](@cary@ilm.com) 2020-05-09) +* [Fix #713: cast to unsigned in testHuf checksum (#717)](https://github.com/AcademySoftwareFoundation/openexr/commit/e823bf282882d02e8ad1c7f6ca867807e1fd6044) ([peterhillman](@peterh@wetafx.co.nz) 2020-05-10) +* [Bump the version to 2.5.1 on the RB-2.5 branch](https://github.com/AcademySoftwareFoundation/openexr/commit/5670325ea2f44c2b4d4764b151b7570181bd280b) ([Cary Phillips](@cary@ilm.com) 2020-05-09) +* [set LIBTOOL_REVISION=0 for the 2.5 release.](https://github.com/AcademySoftwareFoundation/openexr/commit/d944fface105c79fc4a34a4aa4bc1be39d5aabbc) ([Cary Phillips](@cary@ilm.com) 2020-05-09) +* [Bump SO version to 25 for the 2.5 release.](https://github.com/AcademySoftwareFoundation/openexr/commit/3ec82975243d83e2732da7b7cbdc08f87f30609c) ([Cary Phillips](@cary@ilm.com) 2020-05-09) ## Version 2.5.0 (May 6, 2020)