summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2000-10-13 02:39:39 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2000-10-13 02:39:39 (GMT)
commit58d613939400ecdb6de236c248eb75fbdbdb9695 (patch)
tree13bacd31291578c0cc4b124f577191c6430d2b01 /RELEASE
parentfcfecf9ff20c670eab5cce89700348a37da368a7 (diff)
downloadhdf5-58d613939400ecdb6de236c248eb75fbdbdb9695.zip
hdf5-58d613939400ecdb6de236c248eb75fbdbdb9695.tar.gz
hdf5-58d613939400ecdb6de236c248eb75fbdbdb9695.tar.bz2
[svn-r2681] Updated.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index f08208d..d505fd2 100644
--- a/RELEASE
+++ b/RELEASE
@@ -125,6 +125,10 @@ Tools
* h5dump displays opaque and bitfield data correctly.
* h5dump and h5ls can browse files created with the Stream VFD
(eg. "h5ls <hostname>:<port>").
+ * h5dump has a new feature "-o <filename>" which outputs the raw data
+ of the dataset into ascii text file <filename>.
+ * h5toh4 used to converts hdf5 strings type to hdf4 DFNT_INT8 type.
+ Corrected to produce hdf4 DFNT_CHAR type instead.
Documentation
-------------