summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:09:57 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-26 18:09:57 (GMT)
commit1d67875070e39a026e26ff2e8b483e0ec694eb3d (patch)
treec214d97bc1e01aac5aa379e1d9642853d715608c /release_docs
parent29437279dfa07d22f4895b7e082195e25f5be15a (diff)
downloadhdf5-1d67875070e39a026e26ff2e8b483e0ec694eb3d.zip
hdf5-1d67875070e39a026e26ff2e8b483e0ec694eb3d.tar.gz
hdf5-1d67875070e39a026e26ff2e8b483e0ec694eb3d.tar.bz2
Updated note using guidelines.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt24
1 files changed, 19 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 85cb0f4..735315e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -139,15 +139,29 @@ Bug Fixes since HDF5-1.8.18
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)
Fortran API
-----------