diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-15 00:17:51 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-10-15 00:17:51 (GMT) |
commit | 07a4684190f592e8a4d29c0910a5f90374056795 (patch) | |
tree | a6168d589dd7eae86d6224e0ed1fa8a62f18e51f /release_docs | |
parent | 6a83768826bbe47264798a5ccd4514b3c605ac1b (diff) | |
download | hdf5-07a4684190f592e8a4d29c0910a5f90374056795.zip hdf5-07a4684190f592e8a4d29c0910a5f90374056795.tar.gz hdf5-07a4684190f592e8a4d29c0910a5f90374056795.tar.bz2 |
[svn-r19605] Purpose:
Backout the previous changes (r19598):
(Fix for bug# 2040 - h5copy should fail gracefully for expected failure copying to non-exist nested group without -p option.)
Description:
Some failure occurred on talwit, so backout the changes and will put it back
after the fix.
(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.)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f9e2c1b..86320b1 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -474,8 +474,6 @@ 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) |