From fdd92eb3b877cb3766efa231a4d0b9afdb3d27ee Mon Sep 17 00:00:00 2001 From: Jonathan Kim Date: Fri, 14 May 2010 16:52:14 -0500 Subject: [svn-r18814] Purpose: Add bug fixes for Tools. Description: Added list from bugzilla: 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: not need, just text update. --- release_docs/RELEASE.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 6d5ee10..3215f54 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -166,6 +166,14 @@ Bug Fixes since HDF5-1.8.4 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) - None EIP - 2009/10/21 -- cgit v0.12