summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:07:47 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:07:47 (GMT)
commit1a0551aa373cc9dda8a3a4b3d89b38697a8d462d (patch)
treeaac683c4465841731993ea80855ee7640e5aabe8
parent4f17cdd5d2138a8118e67289a17418314e851123 (diff)
downloadhdf5-1a0551aa373cc9dda8a3a4b3d89b38697a8d462d.zip
hdf5-1a0551aa373cc9dda8a3a4b3d89b38697a8d462d.tar.gz
hdf5-1a0551aa373cc9dda8a3a4b3d89b38697a8d462d.tar.bz2
Updated note based on guidelines
-rw-r--r--release_docs/RELEASE.txt25
1 files changed, 20 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 765fe0a..0a424f3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -117,14 +117,29 @@ Bug Fixes since HDF5-1.10.0-patch1 release
Tools
-----
- - Improved h5repack by retaining creation order and adding
- arguments to set the order and index direction.
+ - h5repack
- (ADB, 2017/05/26, HDFFV-8611)
+ h5repack did not maintain the creation order flag of the root
+ group.
- - Improved h5diff compare of strings and arrays.
+ 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 applys to the traversing of the
+ original file, on the command line.
- (ADB, 2017/05/18, HDFFV-9055, HDFFV-10128)
+ (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:
------