summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:18:51 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2012-02-27 20:18:51 (GMT)
commit9ae8cffe920d5f63f163b46fe226812bd4d0fedd (patch)
tree9ef442c5a3e35e3ccd08af2dd8b3c452ae2cbb81 /release_docs
parent009522483ee23aabc44ca5bed03ff5288ea7048c (diff)
downloadhdf5-9ae8cffe920d5f63f163b46fe226812bd4d0fedd.zip
hdf5-9ae8cffe920d5f63f163b46fe226812bd4d0fedd.tar.gz
hdf5-9ae8cffe920d5f63f163b46fe226812bd4d0fedd.tar.bz2
[svn-r21995] Updated changes to h5dump fix
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index eb3dfb0..6b45d7b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -643,7 +643,8 @@ Bug Fixes since HDF5-1.8.0 release
-----
- h5dump: Refactored code to remove duplicated functions. Split XML
functions from DDL functions. Corrected indentation and formatting
- errors. Also fixed subsetting counting overflow (HDFFV-5874).
+ errors. Also fixed subsetting counting overflow (HDFFV-5874). Verified
+ all tools call tools_init() in main.
HDFFV-7560 (ADB 2012/02/17)
- h5diff: fixed to prevent from displaying error stack message when
comparing the two dangling symlinks with follow-symlinks option.