diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-14 21:34:11 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-14 21:34:11 (GMT) |
commit | 34068c3341333094fc24720de54f565c4a8d0005 (patch) | |
tree | c3814c6f3aa4f2ebf915f3d26e1b2d3601c13d5a /release_docs | |
parent | b00b6b4892a21b195c35529a1f00550ef9432620 (diff) | |
download | hdf5-34068c3341333094fc24720de54f565c4a8d0005.zip hdf5-34068c3341333094fc24720de54f565c4a8d0005.tar.gz hdf5-34068c3341333094fc24720de54f565c4a8d0005.tar.bz2 |
HDFFV-10329 - add new jira issue.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 297dccb..c235f83 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -299,6 +299,18 @@ Bug Fixes since HDF5-1.10.1 release Configuration ------------- + - cmake + + The hdf5 library used shared szip and zlib, which needlessly required + applications to link with the same szip and zlib libraries. + + Changed the target_link_libraries commands to use the static libs. + Removed improper link duplication of szip and zlib. + Adjusted the link dependencies and the link interface values of + the target_link_libraries commands. + + (ADB - 2017/11/14, HDFFV-10329) + - cmake MPI CMake implementation for MPI was problematic and would create incorrect |