diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 21:08:15 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-14 21:08:15 (GMT) |
commit | 5b444e61a2a095dfc9e015a43723137a49b47b6b (patch) | |
tree | 55d0e6e7dba86492478304171b3157f955e05ea4 /release_docs | |
parent | 8ed77258a3bcd171397dec36fddc08078e842cec (diff) | |
download | hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.zip hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.tar.gz hdf5-5b444e61a2a095dfc9e015a43723137a49b47b6b.tar.bz2 |
[svn-r19599] 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 r19598.
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..ef62a61 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/14) F90 API ------ |