diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-08-16 20:34:18 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2020-08-16 20:34:18 (GMT) |
commit | 24c23c79d85fd3df3cfbaad41af7d64bb14220ee (patch) | |
tree | c084db393afb98b17cac7670e63791135c79f052 /release_docs | |
parent | f02e0163724d6e6f611a36addc1cae7ef3800e05 (diff) | |
parent | 16349c5fddce8a74644e18d01d7ea8186aaaa255 (diff) | |
download | hdf5-24c23c79d85fd3df3cfbaad41af7d64bb14220ee.zip hdf5-24c23c79d85fd3df3cfbaad41af7d64bb14220ee.tar.gz hdf5-24c23c79d85fd3df3cfbaad41af7d64bb14220ee.tar.bz2 |
Merge pull request #2771 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933 to develop
Fixed HDFFV-10933
* commit '16349c5fddce8a74644e18d01d7ea8186aaaa255':
Fixed HDFFV-10933
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 45dee05..4f443fd 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -776,6 +776,16 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Creation of dataset with optional filter + + When the combination of type, space, etc doesn't work for filter + and the filter is optional, it was supposed to be skipped but it was + not skipped and the creation failed. + + Allowed the creation of the dataset in such situation. + + (BMR - 2020/8/13, HDFFV-10933) + - Explicitly declared dlopen to use RTLD_LOCAL dlopen documentation states that if neither RTLD_GLOBAL nor |