summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-10-02 18:09:22 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-10-02 18:09:22 (GMT)
commit73a2f14c49c95c8f8eb4837b0e6f68c26f71cb08 (patch)
tree4d7f8c2ea0395fa4f50753795038175d0807ee41
parent6ae314a698dcb1b0f1c1d9f83cf59ec8f7cd966e (diff)
downloadhdf5-73a2f14c49c95c8f8eb4837b0e6f68c26f71cb08.zip
hdf5-73a2f14c49c95c8f8eb4837b0e6f68c26f71cb08.tar.gz
hdf5-73a2f14c49c95c8f8eb4837b0e6f68c26f71cb08.tar.bz2
HDFFV-10408,10918 add note
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9c91a0b..35247cc 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.