diff options
author | Peter Cao <xcao@hdfgroup.org> | 2011-09-14 15:48:22 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2011-09-14 15:48:22 (GMT) |
commit | f054b60885c5f07891bec40c3215949d67e701e2 (patch) | |
tree | dc51932129037450379d45b6836bc7415714be85 /release_docs | |
parent | 64b1807783208d620e23edf10504cc15d84a4129 (diff) | |
download | hdf5-f054b60885c5f07891bec40c3215949d67e701e2.zip hdf5-f054b60885c5f07891bec40c3215949d67e701e2.tar.gz hdf5-f054b60885c5f07891bec40c3215949d67e701e2.tar.bz2 |
[svn-r21381]
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7e95df0..6e830d7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -702,7 +702,7 @@ Bug Fixes since HDF5-1.8.0 release (NAF - 2008/10/15) - Fixed unnecessary indentation of committed datatypes in h5dump. (NAF - 2008/10/15) - - Fixed bugs in h5stat:segmemtation fault when printing groups and + - 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 @@ -721,6 +721,10 @@ Bug Fixes since HDF5-1.8.0 release - h5dump: when doing binary output (-b), the stdout printing of attributes was done incorrectly. Removed printing of attributes when doing binary output. PVN - 2008/06/05 + - Fixed h5repack to update values of references(object and region) of + attributes in h5repack for 1) references, 2) ARRAY of references, + 3) VLEN of references, and 4) COMPOUND of references. (see JIRA HDF5 5932) + PC -2011/09/14 High-Level APIs: ------ |