summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-03-12 20:36:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-03-12 20:36:25 (GMT)
commit1adc7aef231a0abb791e7bc3c0ecb58f6939fac2 (patch)
tree37794b2be36ef78a940beb66b2f7f899a87bb90a /release_docs
parent10179b33ee1fd768c77930110d7e6129c67956ab (diff)
downloadhdf5-1adc7aef231a0abb791e7bc3c0ecb58f6939fac2.zip
hdf5-1adc7aef231a0abb791e7bc3c0ecb58f6939fac2.tar.gz
hdf5-1adc7aef231a0abb791e7bc3c0ecb58f6939fac2.tar.bz2
[svn-r22048] Add h5dump issues fixed
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 14 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 880f325..687531c 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -68,6 +68,14 @@ 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".
+ (ADB - 2012/03/12 - HDFFV-7876).
+ - h5dump: Added new option --no-compact-subset. This option will not
+ 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.(ADB - 2012/03/05 - HDFFV-7689).
- h5repack: Improved performance for hanlding big chunked datasets (size > 128MB).
Especially performance would be much better prior to the update, for the cases
that chunk dimentions look like "1024x5x1" (opposite to "1x5x1024"). When big
@@ -123,6 +131,12 @@ Bug Fixes since HDF5-1.8.8
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)
- h5dump: Refactored code to remove duplicated functions. Split XML
functions from DDL functions. Corrected indentation and formatting
errors. Also fixed subsetting counting overflow (HDFFV-5874). Verified