diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-20 15:01:54 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2007-02-20 15:01:54 (GMT) |
commit | 61bd2d338b4f3cb981e5c8c7d01f780b16885efe (patch) | |
tree | 18ef416df97a8be1bab8bdea4853e6e6c45c86ed | |
parent | 270f7ce123b3bc550ebda311d4f00bc45a19c757 (diff) | |
download | hdf5-61bd2d338b4f3cb981e5c8c7d01f780b16885efe.zip hdf5-61bd2d338b4f3cb981e5c8c7d01f780b16885efe.tar.gz hdf5-61bd2d338b4f3cb981e5c8c7d01f780b16885efe.tar.bz2 |
[svn-r13343] added h5dump new feature
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 5d047e9..389b271 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -504,6 +504,8 @@ New Features ------ - h5diff prints dataset dimensions along with dataset name. PVN - 2007/02/19 + - h5dump now uses the new API function H5Rget_name to display the name + of the dataset referenced instead of its ID. PVN - 2007/02/19 - Added new tool, h5mkgrp. QAK - 2007/02/14 - Added new tool, h5copy. PVN - 2006/7/15 - Removed obsolete pdb2hdf5 tool from tools/misc -JML 2005/10/24 |