summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--release_docs/RELEASE.txt4
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