diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2012-02-17 21:50:40 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2012-02-17 21:50:40 (GMT) |
commit | 3cdc4860392d89c192de4f8838e00d7fd55bd190 (patch) | |
tree | aa1108befd0edcae5fee39e272e94d2843703db6 /release_docs | |
parent | fb762aa6b01d50f18534f447459e0b3557d9fea6 (diff) | |
download | hdf5-3cdc4860392d89c192de4f8838e00d7fd55bd190.zip hdf5-3cdc4860392d89c192de4f8838e00d7fd55bd190.tar.gz hdf5-3cdc4860392d89c192de4f8838e00d7fd55bd190.tar.bz2 |
[svn-r21954] HDFFV-7560: refactoring note.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 49dd0bd..eb3dfb0 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -641,6 +641,10 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - 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). + 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. HDFFV-7836 (JKM 2012/01/13) |