diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-04 00:25:29 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2008-06-04 00:25:29 (GMT) |
commit | 6e196a7b669ed5edeb3a1329e1cb158b8df75a95 (patch) | |
tree | 712b42d6dc7399f66bd3f056d9004838710c99e8 /release_docs | |
parent | 79380c228cb804bb7ed9bb1ac7b3f36706719c20 (diff) | |
download | hdf5-6e196a7b669ed5edeb3a1329e1cb158b8df75a95.zip hdf5-6e196a7b669ed5edeb3a1329e1cb158b8df75a95.tar.gz hdf5-6e196a7b669ed5edeb3a1329e1cb158b8df75a95.tar.bz2 |
[svn-r15134] Description:
Brought revision 15133 back from trunk:
Fixed bug in h5ls that prevented relative group listings (like
"h5ls foo.h5/bar") from working correctly.
Tested on:
Mac OS X/32 10.5.3 (amazon)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9d71aa1..2c20ec8 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -107,7 +107,8 @@ Bug Fixes since HDF5-1.8.1 Tools ----- - - None + - Fixed bug in h5ls that prevented relative group listings (like + "h5ls foo.h5/bar") from working correctly (QAK - 2008/06/03) F90 API ------ |