summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-03-08 20:17:17 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-03-08 20:17:17 (GMT)
commit8245bf15728bb73ee4290cb70e08a63ada205657 (patch)
tree3bc66984ad197509630fb361de5f66f629a506d1 /release_docs
parent9d115d89f2297f3c6e1ae6c3ca35be4b1a9a8cc9 (diff)
downloadhdf5-8245bf15728bb73ee4290cb70e08a63ada205657.zip
hdf5-8245bf15728bb73ee4290cb70e08a63ada205657.tar.gz
hdf5-8245bf15728bb73ee4290cb70e08a63ada205657.tar.bz2
[svn-r20203] Purpose:
Fix Bug 2120 - h5copy: improve to copy an object into same HDF file Description: 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), tejeda (mac32-LE), linew (solaris-BE), Cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 91a92e7..0f0269a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -500,6 +500,9 @@ Bug Fixes since HDF5-1.8.0 release
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)