diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-09 15:26:20 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2011-03-09 15:26:20 (GMT) |
commit | 6dd040b2717ff3afc66b9ffebb4cc679533b37b8 (patch) | |
tree | 12770a4f0f37f64d8706f196cb044b3d548445c6 /release_docs | |
parent | 8b8637d014f76f33b6e1c07a3fa5200dfe4fa200 (diff) | |
download | hdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.zip hdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.tar.gz hdf5-6dd040b2717ff3afc66b9ffebb4cc679533b37b8.tar.bz2 |
[svn-r20210] Purpose:
Fix Bug 2120 - h5copy: improve to copy an object into same HDF file
Description:
Merged from HDF5 trunk r20203.
Before the fix users can't copy an object (dataset or group) with
different name if input file (-i) and output file (-o) is same.
This feature would be useful to clone any object with different name and
reuse contents.
Tested:
jam (linux32-LE), amani (linux64-LE), heiwa (linuxppc64-BE), Cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 19a5aa3..9903017 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -122,6 +122,9 @@ Bug Fixes since HDF5-1.8.6 Tools ----- + - Fixed h5copy to be able to copy any object into the same HDF5 file. + Previously h5copy displayed error message when target file is same + as source file. (XCAO 2011/3/8) - Fixed h5dump for skipping some values for long array type dataset on Windows. This issue only occurred on Windows due to the different return behavior from _vsnprintf() funtion. Bug#2161 (JKM 2011/3/3) |