diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-05 21:23:09 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-05 21:23:09 (GMT) |
commit | 13cc35de119303658b5facaf993632a4a57b15a4 (patch) | |
tree | 782248852476ffc36e407730ed505287bfba5f9b /release_docs | |
parent | 1c632113015f913b80a63c4711ebecd7eba37caa (diff) | |
download | hdf5-13cc35de119303658b5facaf993632a4a57b15a4.zip hdf5-13cc35de119303658b5facaf993632a4a57b15a4.tar.gz hdf5-13cc35de119303658b5facaf993632a4a57b15a4.tar.bz2 |
[svn-r15159]
- h5dump: when doing binary output (-b), the stdout printing of attributes
was done incorrectly. Removed printing of attributes when doing binary
output. PVN - 2008/06/05
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 2c20ec8..fd1b34c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -109,6 +109,10 @@ Bug Fixes since HDF5-1.8.1 ----- - Fixed bug in h5ls that prevented relative group listings (like "h5ls foo.h5/bar") from working correctly (QAK - 2008/06/03) + - h5dump: when doing binary output (-b), the stdout printing of attributes + was done incorrectly. Removed printing of attributes when doing binary + output. PVN - 2008/06/05 + F90 API ------ |