summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorBinh-Minh Ribler <bmribler@hdfgroup.org>2020-08-14 19:49:42 (GMT)
committerBinh-Minh Ribler <bmribler@hdfgroup.org>2020-08-14 19:49:42 (GMT)
commit16349c5fddce8a74644e18d01d7ea8186aaaa255 (patch)
tree05ee598b9263dd76abf494df240dad315d3abf34 /release_docs
parent044ee6f88c78a70eb3694d8c73fa74c77fde9689 (diff)
downloadhdf5-16349c5fddce8a74644e18d01d7ea8186aaaa255.zip
hdf5-16349c5fddce8a74644e18d01d7ea8186aaaa255.tar.gz
hdf5-16349c5fddce8a74644e18d01d7ea8186aaaa255.tar.bz2
Fixed HDFFV-10933
Description: Updated the original fix by Kent Y. in commit 200a77d8c3e51663c375aafffff607ae9b438f4e - used internal functions instead of public API - moved some code into the subroutine for a cleaner look. - added test to dsets.c Platforms tested: Linux/64 (jelly)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9cb9d53..3102430 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -765,6 +765,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