diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-14 21:32:08 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-14 21:32:08 (GMT) |
commit | 7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a (patch) | |
tree | 331f781bea5bdcbf54e6b99a366df7671b54aa08 /release_docs/RELEASE.txt | |
parent | addde7dcb832b50c16fae3605a904c9daf763a32 (diff) | |
download | hdf5-7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a.zip hdf5-7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a.tar.gz hdf5-7fbc3df3fa1b5250f13ef7ce7bbf9fc85eb76e0a.tar.bz2 |
HDFFV-10329 - Note new JIRA issue
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 a7465e5..f8ad620 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -170,6 +170,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 |