diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-08-27 15:34:42 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-08-27 15:34:42 (GMT) |
commit | f78a34c678b00ffd0330c1e0a951bbf660b8cc4d (patch) | |
tree | d961a1fbc9dbf12a0bdfe9e9f3ed8a0eb953dcf5 /release_docs | |
parent | 6d647e5406a743fa65f3f4245301b1731edce951 (diff) | |
download | hdf5-f78a34c678b00ffd0330c1e0a951bbf660b8cc4d.zip hdf5-f78a34c678b00ffd0330c1e0a951bbf660b8cc4d.tar.gz hdf5-f78a34c678b00ffd0330c1e0a951bbf660b8cc4d.tar.bz2 |
[svn-r7421] Purpose:
updated.
Description:
Solution:
Platforms tested:
Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 524184c..a3eff51 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -116,6 +116,9 @@ Bug Fixes since HDF5-1.6.0 release Tools ----- + - 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 |