summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-14 16:12:53 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2004-09-14 16:12:53 (GMT)
commit1dd5d9e44a8195b48b0009fe9f83b198e373b8be (patch)
tree88bead04ec8bbd94d550006201571da5d946fbcd /release_docs
parente0ef078a93f4da564980fb926109a8f2141762fb (diff)
downloadhdf5-1dd5d9e44a8195b48b0009fe9f83b198e373b8be.zip
hdf5-1dd5d9e44a8195b48b0009fe9f83b198e373b8be.tar.gz
hdf5-1dd5d9e44a8195b48b0009fe9f83b198e373b8be.tar.bz2
[svn-r9253] Purpose:
added info about h5repack and the new h5dump features Description: Solution: Platforms tested: Misc. update:
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ea76685..ebe3529 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -74,6 +74,21 @@ New Features
Tools:
------
+ - h5repack was added to the tools suite. h5repack regenerates an HDF5 file
+ from another HDF5 file, optionally applying HDF5 filters (compression)
+ and/or chunking to the copied file. The filters options are read from
+ the command line. See /doc/html/Tools.html for more details.
+ PVN - 2004/9/13
+
+ - h5dump includes new features:
+ 1) Printing of dataset filters, storage layout and fill value information.
+ 2) Print a list of the file contents.
+ 3) Escape non printing characters.
+ 4) Print the content of the boot block.
+ 5) Print array indices with the data (the default).
+ These options are all switch controlled. See /doc/html/Tools.html for more details.
+ PVN - 2004/9/13
+
F90 API:
--------