From 0c323c00b731a283a4ad850052996d3f857bc4a2 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 12 Mar 2012 15:36:10 -0500 Subject: [PATCH] [svn-r22047] Add h5dump issues fixed --- release_docs/RELEASE.txt | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index bc830edfc1..934cae1fdf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -241,6 +241,9 @@ New Features Tools: ------ + - h5dump: Added ability to apply command options across multiple files using a + wildcard in the filename. Example; "h5dump -H -d Dataset1 tarr*.h5". + HDFFV-7876 (ADB - 2012/03/12). - h5repack: Improved performance for big chunked datasets (size > 128MB) when used with layout (-l) or compression (-f) option. It would perform much better prior to the improvement, @@ -252,8 +255,7 @@ New Features interpret the '[' character as starting the compact form of subsetting. This is useful when the "h5dump error: unable to open dataset "datset_name"" message is output because a dataset - name contains a '[' character.(JIRA HDFFV-7689). - (ADB - 2012/01/31) + name contains a '[' character. HDFFV-7689 (ADB - 2012/01/31) - h5dump: Corrected schema location: