diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-11-03 15:37:52 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-11-03 15:37:52 (GMT) |
commit | 15505bd890fab8e42bfd32ad3c1b967b26f0ad35 (patch) | |
tree | ba49e08a92419058a9d2beca6add53d8ba8289db | |
parent | a10e147ae8a3cadb22d6700c78e3c6967159e2e0 (diff) | |
download | hdf5-15505bd890fab8e42bfd32ad3c1b967b26f0ad35.zip hdf5-15505bd890fab8e42bfd32ad3c1b967b26f0ad35.tar.gz hdf5-15505bd890fab8e42bfd32ad3c1b967b26f0ad35.tar.bz2 |
[svn-r7811] Updated with bug fix commmitted.
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index db12ff6..39746ca 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -169,9 +169,11 @@ Bug Fixes since HDF5-1.6.0 release Tools ----- + - Fixed h5redeploy which sometimes complain too many argument for the + test command. (The complain did not hinder the h5redploy to proceed + correctly.) AKC - 2003/11/03 - Fixed a segmentation fault of h5diff when percentage option is used. AKC - 2003/08/27 - - Switched away from tools using internal "fixtype" function(s) to use H5Tget_native_type() internally. QAK - 2003/08/25 |