summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:05:18 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:05:18 (GMT)
commit7f6443cc0d1b3d09f104b076ecc5ced758d3c1a1 (patch)
tree409f37de9e771b726ae3f2f99ef1eb2af716ec65 /release_docs
parentd809de2ebe1c9f4f2cf60e3a79bf6dcc27adc68a (diff)
downloadhdf5-7f6443cc0d1b3d09f104b076ecc5ced758d3c1a1.zip
hdf5-7f6443cc0d1b3d09f104b076ecc5ced758d3c1a1.tar.gz
hdf5-7f6443cc0d1b3d09f104b076ecc5ced758d3c1a1.tar.bz2
Enhanced the release note using 'Writing Notes in a RELEASE.txt File'
Diffstat (limited to 'release_docs')
-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 7ff4036..b6ef74f 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -117,14 +117,29 @@ Bug Fixes since HDF5-1.10.1 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:
------