diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-10-02 18:08:35 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-10-02 18:08:35 (GMT) |
commit | 98720d651180d169e68a0c8e50b55776e1e41c44 (patch) | |
tree | b0359225781a27a3d2eed9bc07fe72dabc65a2bc /release_docs | |
parent | db86b6d397866e971769ed5cacb3bdd75edb6e4e (diff) | |
download | hdf5-98720d651180d169e68a0c8e50b55776e1e41c44.zip hdf5-98720d651180d169e68a0c8e50b55776e1e41c44.tar.gz hdf5-98720d651180d169e68a0c8e50b55776e1e41c44.tar.bz2 |
HDFFV-10408,10918 Add note
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0f1f936..4c398a0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -330,6 +330,14 @@ New Features Tools: ------ + - h5repack was fixed to repack datasets with external storage + to other types of storage. + + New test added to repack files and verify the correct data using h5diff. + + (JS - 2019/09/25, HDFFV-10408) + (ADB - 2019/10/02, HDFFV-10918) + - h5dump was fixed for 128-bit floats, but was missing a test. New test greps for the first 15 numbers of the 128-bit value. @@ -364,7 +372,7 @@ Bug Fixes since HDF5-1.10.3 release ------- - Fixed the iteration error in test_versionbounds() in test/dtypes.c - The test was supposed to loop through all valid combinations of + 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. |