diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-11 15:48:24 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-11 15:48:24 (GMT) |
commit | af499b53eb938781a306676787c3bcf97e44d8c2 (patch) | |
tree | 3d68e9888826ce7ad788bf4f9d290ba142a0026b /release_docs | |
parent | 6182661d91d679ebedea7f533aa2ef66c2d32f4f (diff) | |
download | hdf5-af499b53eb938781a306676787c3bcf97e44d8c2.zip hdf5-af499b53eb938781a306676787c3bcf97e44d8c2.tar.gz hdf5-af499b53eb938781a306676787c3bcf97e44d8c2.tar.bz2 |
[svn-r20231] Purpose:
Fixed Bug 1904 - h5ls : usage of '-a' option is not clear to display expected output
Description:
Fixed incorrect content and improved help page for -a option of h5ls.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), tejeda (mac32-LE), Cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 305fdda..47bfd33 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -506,6 +506,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed and improved help page for -a option of h5ls. + Bug#1904 (JKM 2011/3/11) - Fixed h5dump not to include attribute values in the output file when h5dump "-y -o output_file" options were used. The problem was introduced in HDF5 1.8.6 by showing data pointed by region references. (XCAO 2011/3/9) |