diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2017-05-26 18:59:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2017-05-26 18:59:25 (GMT) |
commit | c70bcaa77f8b307147ef540ab0f20cacaa9e3dc9 (patch) | |
tree | 29e3439783cb3c3e6d1e3288b24307eaff7ba982 | |
parent | c9121bfdf455e0c4fc7e529326c43672c37d908b (diff) | |
parent | c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303 (diff) | |
download | hdf5-c70bcaa77f8b307147ef540ab0f20cacaa9e3dc9.zip hdf5-c70bcaa77f8b307147ef540ab0f20cacaa9e3dc9.tar.gz hdf5-c70bcaa77f8b307147ef540ab0f20cacaa9e3dc9.tar.bz2 |
Merge pull request #545 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'c059e6ecf7bafc6b5c1c9b8a39e8515e23f52303':
Spelling
Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Note HDFFV-8611 change
-rw-r--r-- | release_docs/RELEASE.txt | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8fb56cc..e52913f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -117,9 +117,29 @@ Bug Fixes since HDF5-1.10.1 release Tools ----- - - Improved h5diff compare of strings and arrays. + - h5repack - (ADB, 2017/05/18, HDFFV-9055, HDFFV-10128) + h5repack did not maintain the creation order flag of the root + group. + + Improved h5repack by reading the creation order and applying the + flag to the new root group. Also added arguments to set the + order and index direction, which applies to the traversing of the + original file, on the command line. + + (ADB - 2017/05/26, HDFFV-8611) + + - h5diff + + h5diff failed to account for strpad type and null terminators + of char strings. Also, h5diff failed to account for string length + differences and would give a different result depending on file + order in the command line. + + Improved h5diff compare of strings and arrays by adding a check for + string lengths and if the strpad was null filled. + + (ADB - 2017/05/18, HDFFV-9055, HDFFV-10128) High-Level APIs: ------ |