diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-05 21:22:13 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2008-06-05 21:22:13 (GMT) |
commit | ba9abd20069ec92af1b25ff1a5ea9b88d84462b8 (patch) | |
tree | b859beba09b53e861200776dbe2644fc1d7c925b /release_docs | |
parent | 78a038818ecce57a86dc26adb60897ae6253a220 (diff) | |
download | hdf5-ba9abd20069ec92af1b25ff1a5ea9b88d84462b8.zip hdf5-ba9abd20069ec92af1b25ff1a5ea9b88d84462b8.tar.gz hdf5-ba9abd20069ec92af1b25ff1a5ea9b88d84462b8.tar.bz2 |
[svn-r15158] - 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 43c661c..6182cd2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -121,6 +121,10 @@ Bug Fixes since HDF5-1.8.0 release (PVN - 2008/02/19) - Fixed bug in h5dump that caused binary output to be made only for the first dataset, when several datasets were requested. (PVN - 2008/04/07) + - 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 + |