summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-19 16:01:14 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2007-02-19 16:01:14 (GMT)
commit6e2d2bc64104796cea9d9183ed4cb9e7695862f4 (patch)
treeb03f9e181e24ac7fee730b66e85b9cec5144327f /release_docs
parent996ebb39e6a5863977ecd177ff3a8a94de4c2108 (diff)
downloadhdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.zip
hdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.tar.gz
hdf5-6e2d2bc64104796cea9d9183ed4cb9e7695862f4.tar.bz2
[svn-r13333] file editing regarding cronologically order of fixed bugs
Diffstat (limited to 'release_docs')
-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