diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 20:47:20 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 20:47:20 (GMT) |
commit | 08e13006257ad085b9b00c8627bfa8a85d0c7cde (patch) | |
tree | ded7ebd6250308df968ea8251f2eb18088801f96 /release_docs | |
parent | 504e07759ef8f916a754c4a31195774d7b77eb4e (diff) | |
download | hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.zip hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.tar.gz hdf5-08e13006257ad085b9b00c8627bfa8a85d0c7cde.tar.bz2 |
[svn-r19598] Purpose:
Fix for bug# 2040 - h5copy should fail gracefully for expected failure copying to non-exist nested group without -p option.
Description:
Fixed h5copy to fail gracefully when copying object to non-exist group without -p option. Expected to be failed.
Tested:
jam, amani, heiwa
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 86320b1..f9e2c1b 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -474,6 +474,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Fixed h5copy to fail gracefully when copying object to non-exist + group without -p option. Bug#2040 (JKM 2010/10/14) - Fixed to compare member objects and groups recursively when two files or groups are specified to be compared. Bug#1975 (JKM 2010/9/16) |