summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-22 21:03:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-22 21:03:50 (GMT)
commitb4d39e7adb6d9c228625c9678192cf283a2ddc01 (patch)
tree341bd1432030dc397e7fcbbde5d5ea71150819b2 /release_docs
parentcacc8fa4c6bd301339ce78e8ab41a31ab8bdf654 (diff)
downloadhdf5-b4d39e7adb6d9c228625c9678192cf283a2ddc01.zip
hdf5-b4d39e7adb6d9c228625c9678192cf283a2ddc01.tar.gz
hdf5-b4d39e7adb6d9c228625c9678192cf283a2ddc01.tar.bz2
[svn-r9447] Purpose:
Bug fix Description: Correct values used in "space utilization" equation: the 'used' and 'total' values were backwards. Platforms tested: FreeBSD 4.10 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1e1518e..38ed08d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -386,6 +386,8 @@ Bug Fixes since HDF5-1.6.0 release
Tools
-----
+ - Fixed space utilization reported in h5ls to correct error in formula
+ used. QAK - 2004/10/22
- Fixed h5redeploy which sometimes complain too many argument for the
test command. (The complain did not hinder the h5redploy to
proceed correctly.) AKC - 2003/11/03