diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-09-30 17:56:49 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-09-30 17:56:49 (GMT) |
commit | 9ea386b6a660bd29225e96a246439db0c7f73da2 (patch) | |
tree | 2815e2c784aeed63f9c1f8de1ab6f31bded45465 /release_docs | |
parent | 4de1fa88c258223fdb031e1bb1179785ecfcc166 (diff) | |
download | hdf5-9ea386b6a660bd29225e96a246439db0c7f73da2.zip hdf5-9ea386b6a660bd29225e96a246439db0c7f73da2.tar.gz hdf5-9ea386b6a660bd29225e96a246439db0c7f73da2.tar.bz2 |
Fixed the iteration error in test_versionbounds() in test/dtypes.c.
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 b861914..0f1f936 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -362,6 +362,16 @@ Bug Fixes since HDF5-1.10.3 release Library ------- + - Fixed the iteration error in test_versionbounds() in test/dtypes.c + + The test was supposed to loop through all valid combinations of + low and high bounds in the array versions[], but they were set to + H5F_LIBVER_EARLIEST always without changing. + + The problem was fixed by indexing low and high into the array versions[]. + + (VC - 2019/09/30) + - Fixed the slowness of regular hyperslab selection in a chunked dataset It was reported that the selection of every 10th element from a 20G |