summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-16 16:29:26 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2008-01-16 16:29:26 (GMT)
commit9f09b2d37c30393fc7db2607bd0a45815f5c26c7 (patch)
treea18da11a1f54411ace5f590f3aaaf373fd0600e6 /release_docs
parent8005df6417fa0f57b8769be046ae9bd7b32f9202 (diff)
downloadhdf5-9f09b2d37c30393fc7db2607bd0a45815f5c26c7.zip
hdf5-9f09b2d37c30393fc7db2607bd0a45815f5c26c7.tar.gz
hdf5-9f09b2d37c30393fc7db2607bd0a45815f5c26c7.tar.bz2
[svn-r14438] add mention to bugs fixed
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt16
1 files changed, 10 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index f56bd3b..f7cd161 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -942,19 +942,23 @@ Bug Fixes since HDF5-1.6.0 release
Tools
-----
+ - Fixed h5dump regarding the display of blocks in hyperslab
+ selections. PVN 2008/01/16
+ - Fixed h5diff regarding the display of NaN (Not a Number)
+ values. PVN 2008/01/16
- Fixed h5dump & h5ls to display attributes in "name" order, rather
than the order they are encountered in the object header.
QAK - 2007/10/04
- - Fixed a bug on h5dump regarding the display of named datatypes
+ - Fixed h5dump regarding the display of named datatypes
attributes. PVN 2007/03/13
- - Fixed a bug on h5dump regarding the display of group comments. PVN
+ - Fixed h5dump regarding the display of group comments. PVN
2007/03/13
- - Fixed a bug on h5dump regarding the display of hardlinks pointing
+ - Fixed h5dump regarding the display of hardlinks pointing
to the root group. PVN 2007/03/13
- - Fixed a bug in the h5diff percentage option -p. PVN 2007/03/05
- - Fixed a bug in h5dump that caused array indices greater than 2 ^32-1
+ - Fixed h5diff percentage option -p. PVN 2007/03/05
+ - Fixed 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.
+ - 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
used. QAK - 2004/10/22