summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-05-14 21:52:14 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-05-14 21:52:14 (GMT)
commitfdd92eb3b877cb3766efa231a4d0b9afdb3d27ee (patch)
tree971b1536b166bce27893f34644c89cddb19bc918 /release_docs
parent06bbdb5e59a8350144bbeeb1d5024e57244e123a (diff)
downloadhdf5-fdd92eb3b877cb3766efa231a4d0b9afdb3d27ee.zip
hdf5-fdd92eb3b877cb3766efa231a4d0b9afdb3d27ee.tar.gz
hdf5-fdd92eb3b877cb3766efa231a4d0b9afdb3d27ee.tar.bz2
[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.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 8 insertions, 0 deletions
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