diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-11-20 18:32:37 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-11-20 18:32:37 (GMT) |
commit | 3698029cca64856918f2554039063178d45d63ab (patch) | |
tree | f6912d8c8e8418646b2ecf6ec609f2033fe23c3f /release_docs | |
parent | 133c7ed2e5bc433187f3f88a410f3dbab0b6e7a0 (diff) | |
download | hdf5-3698029cca64856918f2554039063178d45d63ab.zip hdf5-3698029cca64856918f2554039063178d45d63ab.tar.gz hdf5-3698029cca64856918f2554039063178d45d63ab.tar.bz2 |
HDFFV-10329 Correct LINK INTERFACE and VS20013 compile
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b9435bb..65b531b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -157,6 +157,18 @@ Bug Fixes since HDF5-1.8.19 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 @@ -186,6 +198,17 @@ Bug Fixes since HDF5-1.8.19 Library ------- + - filter plugin handling in H5PL.c and H5Z.c + + It was discovered that the dynamic loading process used by + filter plugins had issues with library dependencies. + + CMake build process changed to use LINK INTERFACE keywords, which + allowed HDF5 C library to make dependent libraries private. The + filter plugin libraries no longer require dependent libraries + (such as szip or zlib) to be available. + (ADB - 2017/11/16, HDFFV-10328) + - Fix rare object header corruption bug In certain cases, such as when converting large attributes to dense |