diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-04 15:19:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2007-10-04 15:19:45 (GMT) |
commit | b2c7d08ae0030b8a3893c21948c611dfb9cefe26 (patch) | |
tree | 4b30c0712426998366fde658ccb393e49fdb7211 /release_docs | |
parent | 59b51a2ea72ff98586372a454adfd8c790a62734 (diff) | |
download | hdf5-b2c7d08ae0030b8a3893c21948c611dfb9cefe26.zip hdf5-b2c7d08ae0030b8a3893c21948c611dfb9cefe26.tar.gz hdf5-b2c7d08ae0030b8a3893c21948c611dfb9cefe26.tar.bz2 |
[svn-r14181] Description:
Mention fixing the display order for attributes in h5ls and h5dump
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 ac19eaa..ceee69c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -938,6 +938,9 @@ Bug Fixes since HDF5-1.6.0 release Tools ----- + - Fixed h5dump & h5ls to display attributes in "name" order, rather + than the order they are encountered in the object header. + QAK - 2007/10/04 - Fixed a bug on h5dump regarding the display of named datatypes attributes. PVN 2007/03/13 - Fixed a bug on h5dump regarding the display of group comments. PVN |