diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-04 16:21:26 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-04 16:21:26 (GMT) |
commit | 0619b155aaaa2ca002bcbadba081c137d9554d24 (patch) | |
tree | 8f301ed1061d1bbfb9678adb2b306f5c20805f92 /release_docs | |
parent | 190878d7977ab052cf4eaa5a2819cc8e4c59628c (diff) | |
download | hdf5-0619b155aaaa2ca002bcbadba081c137d9554d24.zip hdf5-0619b155aaaa2ca002bcbadba081c137d9554d24.tar.gz hdf5-0619b155aaaa2ca002bcbadba081c137d9554d24.tar.bz2 |
[svn-r20188] Purpose:
Fixing Bug 2161 - GMQS: h5dump - only on Windows, skip displaying a data value every a certain lines in array type dataset
Description:
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), tejeda (mac32-LE), linew (solaris-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 bf96077..91a92e7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -500,6 +500,9 @@ Bug Fixes since HDF5-1.8.0 release 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). |