summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2020-08-16 04:52:06 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2020-08-16 04:52:06 (GMT)
commit538bdb35ae932a1445f32a04e8173f8805d404f8 (patch)
treeca1fe7a1458bcf2d011ea0bba9c057974098b86f /release_docs
parentd7772d6c6998c362420ef62b01c2c37e52f142e6 (diff)
downloadhdf5-538bdb35ae932a1445f32a04e8173f8805d404f8.zip
hdf5-538bdb35ae932a1445f32a04e8173f8805d404f8.tar.gz
hdf5-538bdb35ae932a1445f32a04e8173f8805d404f8.tar.bz2
Updated for HDFFV-10933
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 04501b1..9ef8a66 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -342,6 +342,17 @@ Bug Fixes since HDF5-1.10.5 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.
+
+ A fix is applied to allow the creation of a dataset in such
+ situation, as specified in the user documentation.
+
+ (BMR - 2020/8/13, HDFFV-10933)
+
- Explicitly declared dlopen to use RTLD_LOCAL
dlopen documentation states that if neither RTLD_GLOBAL nor