summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2010-10-14 23:41:40 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2010-10-14 23:41:40 (GMT)
commitb40ed7bfd40a7bb11c6479aaa8246b018e305508 (patch)
treeecdcf53d951e8cec3189e568169500f166ad7ca8 /release_docs
parent4696e799d9546c419cbe7b56a9214a868009fe22 (diff)
downloadhdf5-b40ed7bfd40a7bb11c6479aaa8246b018e305508.zip
hdf5-b40ed7bfd40a7bb11c6479aaa8246b018e305508.tar.gz
hdf5-b40ed7bfd40a7bb11c6479aaa8246b018e305508.tar.bz2
[svn-r19603] Purpose:
Backout the previous change: (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.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index ef62a61..80b8146 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -106,8 +106,7 @@ Bug Fixes since HDF5-1.8.6
Tools
-----
- - Fixed h5copy to fail gracefully when copying object to non-exist
- group without -p option. Bug#2040 (JKM 2010/10/14)
+ - None
F90 API
------