diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-08 15:24:17 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-08 15:24:17 (GMT) |
commit | 8ff85dff9b88b79c16b5f1f23f054ab3216402bf (patch) | |
tree | f3a5717c2eb797cb65202dd92ec2d2ab2246a359 /release_docs | |
parent | 031d71a85b2e066cdb258341d667f9a959c5ba59 (diff) | |
download | hdf5-8ff85dff9b88b79c16b5f1f23f054ab3216402bf.zip hdf5-8ff85dff9b88b79c16b5f1f23f054ab3216402bf.tar.gz hdf5-8ff85dff9b88b79c16b5f1f23f054ab3216402bf.tar.bz2 |
[svn-r20198] Purpose:
Fixing Bug 2161 - GMQS: h5dump - only on Windows, skip displaying a data value every a certain lines in array type dataset
Description:
Merged from HDF5 trunk r20188.
Fixed h5dump for skipping some values for long array type dataset on
Windows. This issue only occurred on Windows due to the different
return behavior from _vsnprintf() funtion.
Tested:
Windows, jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE)
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 921ff59..19a5aa3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -122,6 +122,9 @@ Bug Fixes since HDF5-1.8.6 Tools ----- + - Fixed h5dump for skipping some values for long array type dataset on + Windows. This issue only occurred on Windows due to the different + return behavior from _vsnprintf() funtion. Bug#2161 (JKM 2011/3/3) - Fixed h5dump for skipping array indices every certain number when the array type dataset is relatively big. The certain number varies according to the size of array. Bug#2092 (JKM 2011/2/15). |