diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2013-08-12 21:58:31 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2013-08-12 21:58:31 (GMT) |
commit | 5d0b400f690631f3ad5ce56070e1fca34ef5042b (patch) | |
tree | 09f978083b42ea431ab07c82bf1db6e5fd4016bf /release_docs | |
parent | a3204d77e7e8f7b15b01a424ac1789e1f29ad210 (diff) | |
download | hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.zip hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.gz hdf5-5d0b400f690631f3ad5ce56070e1fca34ef5042b.tar.bz2 |
[svn-r23996] HDFFV-7989: Add any_path option to search the file for paths. New test added, scripts updated, help text updated.
Tested: local linux
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index c14dec0..1d84f71 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -279,7 +279,11 @@ New Features Tools: ------ - - h5dump: Fixed displaying comporession ratio for unknown or user-defined + - h5dump: Added option -N --any_path, which searches the file for paths that + match the search path. HDFFV-7989 (ADB - 2013/08/12). + - h5dump: Added optional arg 0 to -A, which excludes attributes from display. + HDFFV-8134 (ADB - 2013/08/01). + - h5dump: Fixed displaying compression ratio for unknown or user-defined filters. HDFFV-8344 (XCAO 2013/03/19) - h5dump: Changed UNKNOWN_FILTER to USER_DEFINED_FILTER for user defined filter. HDFFV-8346 (XCAO 2013/03/19) |