diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-18 23:17:33 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-18 23:17:33 (GMT) |
commit | 0c6929dfdefec1c5e6cdaae92b314b8a74492a47 (patch) | |
tree | 7e48bcb955bb53da5b6ce2ce672c4c96a853fbdd /release_docs | |
parent | 5abc2e63ff22958aa201203566e6baacb0d5cc7a (diff) | |
download | hdf5-0c6929dfdefec1c5e6cdaae92b314b8a74492a47.zip hdf5-0c6929dfdefec1c5e6cdaae92b314b8a74492a47.tar.gz hdf5-0c6929dfdefec1c5e6cdaae92b314b8a74492a47.tar.bz2 |
[svn-r19634] 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. This is expected to be failed.
Merged from hdf5 trunk r19633.
Tested:
jam, amani
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 80b8146..625ea43 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -106,7 +106,8 @@ Bug Fixes since HDF5-1.8.6 Tools ----- - - None + - Fixed h5copy to fail gracefully when copying object to non-exist + group without -p option. Bug#2040 (JKM 2010/10/18) F90 API ------ |