diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-05-14 21:37:27 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-05-14 21:37:27 (GMT) |
commit | f336441f7c57b2820baaebfd38d7f7d3b9bc05b7 (patch) | |
tree | 98da1cb0cd9a98e2738bb523e97f4310368f9695 /release_docs | |
parent | 9564c48990263d2214c1ebe84b184f0721313e65 (diff) | |
download | hdf5-f336441f7c57b2820baaebfd38d7f7d3b9bc05b7.zip hdf5-f336441f7c57b2820baaebfd38d7f7d3b9bc05b7.tar.gz hdf5-f336441f7c57b2820baaebfd38d7f7d3b9bc05b7.tar.bz2 |
[svn-r18813] Purpose:
Add bug fixes for Tools.
Description:
Added list:
1726 - NPOESS: h5repack loses attributes for datasets of type H5T_REFERENCE
1814 - NPOESS: h5repack doesn't handle references to the groups as an
element of a dataset
1817 - h5copy fail to copy dangling link by specifying link path directly
1793 - h5ls on a non-existent file gives 0 return code
Tested:
no, just text update.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 55e4af6..f32ce8e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -421,6 +421,14 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed h5ls to return exit code 1 (error) when non-existent file is + specified. bug#1793. (JKM 2010/04/27) + - h5copy failed to copy dangling link when the link is specified + directly. bug#1817. (JKM 2010/04/22) + - h5repack lost attributes from a dataset of reference type. bug#1726. + (JKM 2010/3/25) + - h5repack sets NULL for object reference value for group or + named datatype. bug#1814. (JKM 2010/03/19) - h5diff: fixed incorrect behavior (hang) in parallel mode when specify invalid options (ex: -v and -q) (JKM 2010/02/17) - h5dump/h5ls display buffer resize fixed in tools library. |