summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:53 (GMT)
committerLarry Knox <lrknox@hdfgroup.org>2020-08-18 13:03:53 (GMT)
commita99b7336c791ee1744831df4582c3d47aea61c84 (patch)
tree3cae89a5eebb91729c948f0f0e27e9528c102a81 /release_docs
parentfa7ae0e001289e8cc2c04c2f3cf8ff03bfc83ddb (diff)
parent538bdb35ae932a1445f32a04e8173f8805d404f8 (diff)
downloadhdf5-a99b7336c791ee1744831df4582c3d47aea61c84.zip
hdf5-a99b7336c791ee1744831df4582c3d47aea61c84.tar.gz
hdf5-a99b7336c791ee1744831df4582c3d47aea61c84.tar.bz2
Merge pull request #2772 in HDFFV/hdf5 from ~BMRIBLER/hdf5_bmr:hdf5_bmr_HDFFV-10933_110 to hdf5_1_10
* commit '538bdb35ae932a1445f32a04e8173f8805d404f8': Updated for HDFFV-10933 Fixed 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 b634199..b5849dc 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -474,6 +474,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