summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-03-31 05:23:30 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-03-31 05:23:30 (GMT)
commite01475a1ab7d1a93370ebdd5a510a3383b648e23 (patch)
tree7febbc9f7cc65a06d48b939e91882212f8801801 /release_docs
parent51da27de3bb95b6464ef7651fa68d92b616a634c (diff)
downloadhdf5-e01475a1ab7d1a93370ebdd5a510a3383b648e23.zip
hdf5-e01475a1ab7d1a93370ebdd5a510a3383b648e23.tar.gz
hdf5-e01475a1ab7d1a93370ebdd5a510a3383b648e23.tar.bz2
[svn-r22217] Description:
Added note about new '-S' option to h5stat and '-M' option to h5repack.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 9f70403..e748477 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -76,6 +76,11 @@ New Features
Tools
-----
+ - h5repack: Added ability to set the metadata block size of the output
+ file, with the '-M'/'--metadata_block_size' command line parameter.
+ (QAK - 2012/03/30)
+ - h5stat: Added ability to display a summary of the file space usage for a
+ file, with the '-S' command line parameter. (QAK - 2012/03/28)
- h5dump: Added capability for "-a" option to show attributes containing "/"
by using an escape character. For example, for a dataset "/dset"
containing attribute "speed(m/h)", use "h5dump -a "/dset/speed(\/h)"