summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-12 20:36:10 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-12 20:36:10 (GMT)
commit0c323c00b731a283a4ad850052996d3f857bc4a2 (patch)
tree3698bfef5a6b5a67c69cd346ebe88e09a3189ddb /release_docs
parentbec199165a54b8c369c40a11b9159771fb947b1c (diff)
downloadhdf5-0c323c00b731a283a4ad850052996d3f857bc4a2.zip
hdf5-0c323c00b731a283a4ad850052996d3f857bc4a2.tar.gz
hdf5-0c323c00b731a283a4ad850052996d3f857bc4a2.tar.bz2
[svn-r22047] Add h5dump issues fixed
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 10 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index bc830ed..934cae1 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:
<hdf5:HDF5-File
xmlns:hdf5="http://hdfgroup.org/HDF5/XML/schema/HDF5-File"
@@ -650,6 +652,12 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - h5dump: Added tools library error stack to properly catch error
+ information generated within the library.
+ HDFFV-7958 (ADB 2012/03/12)
+ - h5dump: Dangling links no longer throw error message, change process
+ when open link fails.
+ HDFFV-7839 (ADB 2012/03/12)
- h5diff: When two symbolic dangling links are compared with
--follow-symlinks option, the result should be same. It worked for
comparing two files, but didn't work for comparing two objects.