summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2011-09-14 22:30:58 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2011-09-14 22:30:58 (GMT)
commit35d9b3462131ec2287fc7e74c07584ed0d771067 (patch)
treef95b0ca553c3801a16324315a6a14ff52325b8cc /release_docs/RELEASE.txt
parent4d4bbf0e811c3ef3f0027c08af598848d8fa2efe (diff)
downloadhdf5-35d9b3462131ec2287fc7e74c07584ed0d771067.zip
hdf5-35d9b3462131ec2287fc7e74c07584ed0d771067.tar.gz
hdf5-35d9b3462131ec2287fc7e74c07584ed0d771067.tar.bz2
[svn-r21393] Just moved comment to the top of the Tools' list as the new entry is suppose to add to the top not the bottom.
Relate to fix for HDFFV-5932 - h5repack.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6e830d7..4c450d9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -573,6 +573,10 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - Fixed h5repack to update values of references(object and region) of
+ attributes in h5repack for 1) references, 2) ARRAY of references,
+ 3) VLEN of references, and 4) COMPOUND of references.
+ (JIRA HDF5 5932) PC -2011/09/14
- h5diff: fixed segfault over dataset with container types
(array,lven) with multiple nested compound types.
(ex: compound->array->compound, compound->vlen->compound)
@@ -721,10 +725,7 @@ Bug Fixes since HDF5-1.8.0 release
- h5dump: when doing binary output (-b), the stdout printing of attributes
was done incorrectly. Removed printing of attributes when doing binary
output. PVN - 2008/06/05
- - Fixed h5repack to update values of references(object and region) of
- attributes in h5repack for 1) references, 2) ARRAY of references,
- 3) VLEN of references, and 4) COMPOUND of references. (see JIRA HDF5 5932)
- PC -2011/09/14
+
High-Level APIs:
------