diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-22 21:03:52 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-10-22 21:03:52 (GMT) |
commit | df980186393c9d37227b7eb6c42ce929578857eb (patch) | |
tree | 1a8dfa039709aeeb79b33cc2e8cb18d2147d708c /release_docs | |
parent | 35c87b26a522326f2a2b010bd0f27cbdb8cd0294 (diff) | |
download | hdf5-df980186393c9d37227b7eb6c42ce929578857eb.zip hdf5-df980186393c9d37227b7eb6c42ce929578857eb.tar.gz hdf5-df980186393c9d37227b7eb6c42ce929578857eb.tar.bz2 |
[svn-r9448] 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.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 17c9e53..1501f44 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -87,6 +87,9 @@ Bug Fixes since HDF5-1.6.3 release Tools ----- + - Fixed space utilization reported in h5ls to correct error in formula + used. QAK - 2004/10/22 + Documentation ------------- |