diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2008-10-15 14:16:15 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2008-10-15 14:16:15 (GMT) |
commit | 122b938cbf1a48a384cda69b0943489afa0f2dca (patch) | |
tree | 8ad3b7a921a532c2e8488a478844313d1ff1db82 /release_docs/RELEASE.txt | |
parent | 8f3811e1b172b208d38ff4328101d43fc8b8fa2a (diff) | |
download | hdf5-122b938cbf1a48a384cda69b0943489afa0f2dca.zip hdf5-122b938cbf1a48a384cda69b0943489afa0f2dca.tar.gz hdf5-122b938cbf1a48a384cda69b0943489afa0f2dca.tar.bz2 |
[svn-r15870] Add description to release doc for the two new public routines and h5stat bug fix.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index e4bf944..a0df14c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -63,6 +63,8 @@ New Features Library ------- + - Added two new public routines: H5Pget_elink_fapl() and + H5Pset_elink_fapl(). (see bug #1247) (VC - 2008/10/13) - Improved free space tracking in file to be faster. (QAK - 2008/10/06) - Added 'mounted' field to H5G_info_t struct. (QAK - 2008/07/15) @@ -157,6 +159,9 @@ Bug Fixes since HDF5-1.8.1 Tools ----- + - Fixed bugs in h5stat:segmemtation fault when printing groups and + print warning message when traversal of objects is unsuccessful. + (see bug #1253) (VC- 2008/10/13) - Fixed bug in h5ls that prevented relative group listings (like "h5ls foo.h5/bar") from working correctly (QAK - 2008/06/03) - h5dump: when doing binary output (-b), the stdout printing of attributes |