diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-04 00:17:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-04 00:17:27 (GMT) |
commit | b75540244fb313f179fe11c587e5e008677e6762 (patch) | |
tree | b47e892c9d3bf61ff544169df1c7a3489f8b3a14 /release_docs/RELEASE.txt | |
parent | 771bae88881f4ae8102c9553fd10e0938aa3094c (diff) | |
download | hdf5-b75540244fb313f179fe11c587e5e008677e6762.zip hdf5-b75540244fb313f179fe11c587e5e008677e6762.tar.gz hdf5-b75540244fb313f179fe11c587e5e008677e6762.tar.bz2 |
[svn-r15133] Description:
Fixed bug in h5ls that prevented relative group listings (like
"h5ls foo.h5/bar") from working correctly.
Tested on:
FreeBSD/32 6.2 (duty) in debug mode
FreeBSD/64 6.2 (liberty) w/C++ & FORTRAN, in debug mode
Linux/32 2.6 (kagiso) w/PGI compilers, w/C++ & FORTRAN, w/threadsafe,
in debug mode
Linux/64-amd64 2.6 (smirom) w/default API=1.6.x, w/C++ & FORTRAN,
in production mode
Linux/64-ia64 2.6 (cobalt) w/Intel compilers, w/C++ & FORTRAN,
in production mode
Solaris/32 2.10 (linew) w/deprecated symbols disabled, w/C++ & FORTRAN,
w/szip filter, in production mode
Mac OS X/32 10.5.3 (amazon) in debug mode
Linux/64-ia64 2.4 (tg-login3) w/parallel, w/FORTRAN, in production mode
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1b2d2cf..43c661c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -108,6 +108,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed bug in h5ls that prevented relative group listings (like + "h5ls foo.h5/bar") from working correctly (QAK - 2008/06/03) - Fixed bug in h5diff that prevented datasets & attributes with variable-length string elements from comparing correctly. (QAK - 2008/02/28) |