diff options
author | Peter Cao <xcao@hdfgroup.org> | 2011-03-10 13:38:42 (GMT) |
---|---|---|
committer | Peter Cao <xcao@hdfgroup.org> | 2011-03-10 13:38:42 (GMT) |
commit | d9f46339837108973bb6ae57836a4a4b9d982ce0 (patch) | |
tree | e5e5c050a5ed2548e78b8dbecdcb985a87c9b473 | |
parent | 1eedd5b7504b467c9a8cf2e1b0cb86702e573747 (diff) | |
download | hdf5-d9f46339837108973bb6ae57836a4a4b9d982ce0.zip hdf5-d9f46339837108973bb6ae57836a4a4b9d982ce0.tar.gz hdf5-d9f46339837108973bb6ae57836a4a4b9d982ce0.tar.bz2 |
[svn-r20223] Adding notes for fixing h5dump bug on -y -o options.
-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 0f0269a..257f8e3 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 h5dump not to include attribute values in the output file when + h5dump "-y -o output_file" options were used. The problem was introduced + in HDF5 1.8.6 by showing data pointed by region references. (XCAO 2011/3/9) - 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) |