-
Notifications
You must be signed in to change notification settings - Fork 626
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add commit history to release notes for v2.5.1 and v2.5.2
Signed-off-by: Cary Phillips <[email protected]>
- Loading branch information
Showing
1 changed file
with
43 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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](@[email protected]) 2020-06-11) | ||
* [162fe820](https://github.com/AcademySoftwareFoundation/openexr/commit/162fe82092188fd172cba26af0deec3b0a95a4fa) Fix OPENXR_PACKAGE_NAME ([Cary Phillips](@[email protected]) 2020-06-10) | ||
* [58e96f53](https://github.com/AcademySoftwareFoundation/openexr/commit/58e96f534cd42bf9ee59725aadbf5d3b25d041fe) removed commented out lines in Makefile.am ([Cary Phillips](@[email protected]) 2020-05-28) | ||
* [6c82409e](https://github.com/AcademySoftwareFoundation/openexr/commit/6c82409e14f415d460a3318dc9848f0c266f1215) Fix PyImathTest, PyImathNumpyTest, PyIexTest to work in the autotools build. ([Cary Phillips](@[email protected]) 2020-05-28) | ||
* [248abc23](https://github.com/AcademySoftwareFoundation/openexr/commit/248abc23d134705bc41d167dcc04fafae231409c) Fix OPENEXR_DLL on test applications ([Transporter](@[email protected]) 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](@[email protected]) 2020-05-26) | ||
* [c8f2463a](https://github.com/AcademySoftwareFoundation/openexr/commit/c8f2463a910da90640d13d325ef689160d17ffe9) Removes symlink creation under Windows ([Transporter](@[email protected]) 2020-05-26) | ||
* [78274436](https://github.com/AcademySoftwareFoundation/openexr/commit/782744364aa92d02add62f38bc29ae2ce2c743e9) added missing PyImathMatrix22.cpp to Makefile.am, for the autotools build. ([Cary Phillips](@[email protected]) 2020-05-19) | ||
* [30349291](https://github.com/AcademySoftwareFoundation/openexr/commit/303492919aa1cc39fb0c3d34d96b9f0090d3bdac) fix memory leak in deep scanline IlmImfFuzzTest ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [21014549](https://github.com/AcademySoftwareFoundation/openexr/commit/21014549c2728049abe273a719c3fca074234799) fix memory leak in deep scanline IlmImfFuzzTest ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [07e93a3d](https://github.com/AcademySoftwareFoundation/openexr/commit/07e93a3de1200355c1c32e2c4cc15ec87e312602) check null pointer in broken tiled file handling ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [d8741bcc](https://github.com/AcademySoftwareFoundation/openexr/commit/d8741bccbcc5e68cc4fac3cb11f08c655e6553fc) fix #728 - missing 'throw' in deepscanline error handling ([Peter Hillman](@[email protected]) 2020-05-19) | ||
* [Fix OPENXR_PACKAGE_NAME](https://github.com/AcademySoftwareFoundation/openexr/commit/99ab90f46092265de539ab46bfed62a9134286e4) ([Cary Phillips](@[email protected]) 2020-06-10) | ||
* [removed commented out lines in Makefile.am](https://github.com/AcademySoftwareFoundation/openexr/commit/3c6455b77af7e5214b48cfdf768c24a6be030de0) ([Cary Phillips](@[email protected]) 2020-05-28) | ||
* [Fix PyImathTest, PyImathNumpyTest, PyIexTest to work in the autotools build.](https://github.com/AcademySoftwareFoundation/openexr/commit/370bab235cd968516795f71c103a280996858576) ([Cary Phillips](@[email protected]) 2020-05-28) | ||
* [Fix OPENEXR_DLL on test applications](https://github.com/AcademySoftwareFoundation/openexr/commit/e8b17bf4d9b8481464f19fee110ec96d190ac34b) ([Transporter](@[email protected]) 2020-05-29) | ||
* [Applies OPENEXR_DLL only to shared libraries and no longer to static libraries](https://github.com/AcademySoftwareFoundation/openexr/commit/9153f53203112e41fbc0771f7b9dac83bce46e5e) ([Transporter](@[email protected]) 2020-05-26) | ||
* [Removes symlink creation under Windows](https://github.com/AcademySoftwareFoundation/openexr/commit/5c7d2f05405a1b6cee7b25ab1bccbfe4d7c32e17) ([Transporter](@[email protected]) 2020-05-26) | ||
* [Disable all Windows builds temporarily.](https://github.com/AcademySoftwareFoundation/openexr/commit/e4bd9fd6b1c6fc7eeb6660711f6b5c395ae7da20) ([Christina Tempelaar-Lietz](@[email protected]) 2020-06-09) | ||
* [only run analysis on schedule. removing push.](https://github.com/AcademySoftwareFoundation/openexr/commit/51a36a702f4be3e8ceb8d07123ec0603a1c12cb2) ([Christina Tempelaar-Lietz](@[email protected]) 2020-06-03) | ||
* [fixing windows ci jobs.](https://github.com/AcademySoftwareFoundation/openexr/commit/a5f88ca2e2dca05b0e27080a66d510d2ff01125e) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-29) | ||
* [Removed glew fix](https://github.com/AcademySoftwareFoundation/openexr/commit/5c099f9e464f7d4bd2ba97b82225c9bcaf7c5d96) ([Aloys Baillet](@[email protected]) 2020-05-24) | ||
* [Added Joseph to the TSC members, and updated Nick's affiliation.](https://github.com/AcademySoftwareFoundation/openexr/commit/b8d1d3d07b7d9e94c0cfdb4197058962578f56ea) ([Cary Phillips](@[email protected]) 2020-05-28) | ||
* [TSC meeting notes for 5/21/20 and 5/14/20](https://github.com/AcademySoftwareFoundation/openexr/commit/6883299a9a8ffc5f943e688d1e5beeaefbfc8b0b) ([Cary Phillips](@[email protected]) 2020-05-21) | ||
* [Fix script permissions.](https://github.com/AcademySoftwareFoundation/openexr/commit/28304679b21ca011cfd067d6f44caf0c476eebac) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-21) | ||
* [Added Valgrind and Fuzz Test CI jobs.](https://github.com/AcademySoftwareFoundation/openexr/commit/8d5f5babe1e7f3add96a81c1feb3a25b9f7a02ae) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-20) | ||
* [Removed unused parameter.](https://github.com/AcademySoftwareFoundation/openexr/commit/a6ce6ac46267a616aeadf89705372958cecd00b1) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-20) | ||
* [Updated CI badges.](https://github.com/AcademySoftwareFoundation/openexr/commit/ef15cdbd52b9ceddab6381e6b56188babd046c58) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-20) | ||
* [update to version 2.5.1](https://github.com/AcademySoftwareFoundation/openexr/commit/4628e17a117ef624cec3ea7cf4f1f6f7c3297cab) ([Reto Kromer](@[email protected]) 2020-05-15) | ||
* [added missing PyImathMatrix22.cpp to Makefile.am, for the autotools build.](https://github.com/AcademySoftwareFoundation/openexr/commit/d831f97ef8f65b2f292fd8dd54d6ccc5e734162b) ([Cary Phillips](@[email protected]) 2020-05-19) | ||
* [fix memory leak in deep scanline IlmImfFuzzTest](https://github.com/AcademySoftwareFoundation/openexr/commit/029cf76f62b2208b4dabd312dad954a334f3af9e) ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [fix memory leak in deep scanline IlmImfFuzzTest](https://github.com/AcademySoftwareFoundation/openexr/commit/86e3301b4e55a73372b7c1e4e2e808e47b632a9c) ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [check null pointer in broken tiled file handling](https://github.com/AcademySoftwareFoundation/openexr/commit/654c83f26921ffded4d2343c5a5ea41e39ad9374) ([Peter Hillman](@[email protected]) 2020-05-16) | ||
* [fix #728 - missing 'throw' in deepscanline error handling](https://github.com/AcademySoftwareFoundation/openexr/commit/929e7d447215f9a374bd60b01714cf959744d9c4) ([Peter Hillman](@[email protected]) 2020-05-19) | ||
* [Removed Azure pipelines CI.](https://github.com/AcademySoftwareFoundation/openexr/commit/35c28af065a2401c75ace4d9b8305764f0f389d2) ([Christina Tempelaar-Lietz](@[email protected]) 2020-05-19) | ||
* [Added github actions CI.](https://github.com/AcademySoftwareFoundation/openexr/commit/c3fc5485c8f012c0d1d11b50e841dc78e71323a5) ([Christina Tempelaar-Lietz](@[email protected]) 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](@[email protected]) 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](@[email protected]) 2020-05-09) | ||
* [d944ffac](https://github.com/AcademySoftwareFoundation/openexr/commit/d944fface105c79fc4a34a4aa4bc1be39d5aabbc) set LIBTOOL_REVISION=0 for the 2.5 release. ([Cary Phillips](@[email protected]) 2020-05-09) | ||
* [3ec82975](https://github.com/AcademySoftwareFoundation/openexr/commit/3ec82975243d83e2732da7b7cbdc08f87f30609c) Bump SO version to 25 for the 2.5 release. ([Cary Phillips](@[email protected]) 2020-05-09) | ||
* [Fix #713: cast to unsigned in testHuf checksum (#717)](https://github.com/AcademySoftwareFoundation/openexr/commit/e823bf282882d02e8ad1c7f6ca867807e1fd6044) ([peterhillman](@[email protected]) 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](@[email protected]) 2020-05-09) | ||
* [set LIBTOOL_REVISION=0 for the 2.5 release.](https://github.com/AcademySoftwareFoundation/openexr/commit/d944fface105c79fc4a34a4aa4bc1be39d5aabbc) ([Cary Phillips](@[email protected]) 2020-05-09) | ||
* [Bump SO version to 25 for the 2.5 release.](https://github.com/AcademySoftwareFoundation/openexr/commit/3ec82975243d83e2732da7b7cbdc08f87f30609c) ([Cary Phillips](@[email protected]) 2020-05-09) | ||
|
||
## Version 2.5.0 (May 6, 2020) | ||
|
||
|