summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2003-04-30 22:43:51 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2003-04-30 22:43:51 (GMT)
commit4aad34af3e0d42417adb17463d99e2b6b614f030 (patch)
treeb64956c412054f2d178cc8d0ea847936be458328
parenta306b38d670cbc0f040debccf55209fe0739243e (diff)
downloadhdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.zip
hdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.tar.gz
hdf5-4aad34af3e0d42417adb17463d99e2b6b614f030.tar.bz2
[svn-r6786] Purpose:
Update Description: Updated with description of new h5dumper --string feature. Platforms tested: Mozilla Misc. update:
-rw-r--r--doc/html/Tools.html3
-rw-r--r--release_docs/RELEASE.txt2
2 files changed, 5 insertions, 0 deletions
diff --git a/doc/html/Tools.html b/doc/html/Tools.html
index 318050e..9f86a9a 100644
--- a/doc/html/Tools.html
+++ b/doc/html/Tools.html
@@ -202,6 +202,9 @@ to convert files from HDF4 format to HDF5 format and vice versa.
<dt><code>-i</code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--object-ids</code></dt>
<dd>Print the object ids.</dd>
+ <dt><code>-r</code> &nbsp;&nbsp;or&nbsp;&nbsp;
+ <code>--string</code></dt>
+ <dd>Print 1-bytes integer datasets as ASCII.</dd>
<dt><code>-V</code> &nbsp;&nbsp;or&nbsp;&nbsp;
<code>--version</code></dt>
<dd>Print version number and exit.</dd>
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e09c0e6..d2b7f81 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -283,6 +283,8 @@ Documentation
New Features
============
+ * Added option to print 1-byte integer datasets as ASCII to h5dump. BW -
+ 2003/04/30
* Added a new utility "h5fc". It can be used to compile easily Fortran
programs which use HDF5. It automatically uses the compiler the HDF5
library was built with and links in any libraries HDF5 requires.