summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-10-18 23:06:53 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-10-18 23:06:53 (GMT)
commite926608485fbfe593c00798d39b7a45b3bc15bdc (patch)
tree13112b613095fb92601da469ead67798a625f9b3 /release_docs
parent111f71366a3fb7ad7727dc3fda1a4f31dc788747 (diff)
downloadhdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.zip
hdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.tar.gz
hdf5-e926608485fbfe593c00798d39b7a45b3bc15bdc.tar.bz2
[svn-r19633] 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. Tested: jam, amani, heiwa
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 86320b1..03cfbfb 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/18)
- Fixed to compare member objects and groups recursively when two
files or groups are specified to be compared. Bug#1975
(JKM 2010/9/16)