summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-05-30 16:13:34 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-05-30 16:13:34 (GMT)
commitd9ee7cd40cd97b13f17f611487789cdb4b1594c5 (patch)
treec214d97bc1e01aac5aa379e1d9642853d715608c
parentad83e2a3db186e1987ba7c6b9d85226afd53b397 (diff)
parent1d67875070e39a026e26ff2e8b483e0ec694eb3d (diff)
downloadhdf5-d9ee7cd40cd97b13f17f611487789cdb4b1594c5.zip
hdf5-d9ee7cd40cd97b13f17f611487789cdb4b1594c5.tar.gz
hdf5-d9ee7cd40cd97b13f17f611487789cdb4b1594c5.tar.bz2
Merge pull request #550 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_8 to hdf5_1_8
* commit '1d67875070e39a026e26ff2e8b483e0ec694eb3d': Updated note using guidelines. Note HDFFV-8611 change
-rw-r--r--release_docs/RELEASE.txt23
1 files changed, 21 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 32cf971..735315e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -139,10 +139,29 @@ Bug Fixes since HDF5-1.8.18
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 applys 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)
Fortran API
-----------