summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorBill Wendling <wendling@ncsa.uiuc.edu>2001-01-09 20:07:23 (GMT)
committerBill Wendling <wendling@ncsa.uiuc.edu>2001-01-09 20:07:23 (GMT)
commita771c6fc66cb04d2d104eba05f6b3fd10737cf65 (patch)
tree4a5f1029e4229a30edd77c9b6a036d786339d7ed /RELEASE
parent2f51e3c16a6a2fa00d0ffd0b9ad994df97d4160a (diff)
downloadhdf5-a771c6fc66cb04d2d104eba05f6b3fd10737cf65.zip
hdf5-a771c6fc66cb04d2d104eba05f6b3fd10737cf65.tar.gz
hdf5-a771c6fc66cb04d2d104eba05f6b3fd10737cf65.tar.bz2
[svn-r3250] Purpose:
Documentation Description: Documented the h5dump change.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE13
1 files changed, 13 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index a5a818b..853dedb 100644
--- a/RELEASE
+++ b/RELEASE
@@ -260,6 +260,19 @@ Configuration
Tools
-----
+ * h5dump now accepts both short and long command-line parameters. A
+ change from the old way is that multiple attributes, datasets,
+ groups, soft-links, and object-ids cannot be specified with just
+ one flag but you have to use a flag with each object. I.e., instead
+ of doing this:
+
+ h5dump -a /attr1 /attr2 foo.h5
+
+ do this:
+
+ h5dump -a /attr1 -a /attr2 foo.h5
+
+ The cases are similar for the other object types.
* h5dump correctly displays compound datatypes.
* Corrected an error in h5toh4 which did not convert the 32bits
int from HDF5 to HDF4 corectly for the T3E platform.