diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-19 16:01:14 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-19 16:01:14 (GMT) |
commit | 6e2d2bc64104796cea9d9183ed4cb9e7695862f4 (patch) | |
tree | b03f9e181e24ac7fee730b66e85b9cec5144327f | |
parent | 996ebb39e6a5863977ecd177ff3a8a94de4c2108 (diff) | |
download | hdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.zip hdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.tar.gz hdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.tar.bz2 |
[svn-r13333] file editing regarding cronologically order of fixed bugs
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 3f9bbfd..0c5e11a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -882,6 +882,8 @@ Bug Fixes since HDF5-1.6.0 release Tools ----- + - Fixed a bug in h5dump that caused array indices greater than 2^32-1 + not to be printed correctly - PVN 2007/2/19 - Fixed h5dump to print attributes data in ASCII if -r option is used. AKC - 2004/11/18 - Fixed space utilization reported in h5ls to correct error in formula @@ -893,8 +895,6 @@ Bug Fixes since HDF5-1.6.0 release AKC - 2003/08/27 - Switched away from tools using internal "fixtype" function(s) to use H5Tget_native_type() internally. QAK - 2003/08/25 - - Fixed a bug in h5dump that caused array indices greater than 2^32-1 - not to be printed correctly - PVN 2007/2/19 Documentation |