diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2012-09-24 23:13:57 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2012-09-24 23:13:57 (GMT) |
commit | 50e3990f2a9e3bba421460d8d5cb21bb6f6e98fe (patch) | |
tree | 764c642d62a1082e02cb0004871dc33b81dbff08 /release_docs | |
parent | 528bd520b83136e9c50ac6cff4ac116fc8054e7a (diff) | |
download | hdf5-50e3990f2a9e3bba421460d8d5cb21bb6f6e98fe.zip hdf5-50e3990f2a9e3bba421460d8d5cb21bb6f6e98fe.tar.gz hdf5-50e3990f2a9e3bba421460d8d5cb21bb6f6e98fe.tar.bz2 |
[svn-r22805] Purpose:
HDFFV-8012 - h5repack changes max dims and cause failure if only "-f none" is used without changing layout for chunked dataset when a chunk dim is bigger than a dataset dim
Description:
"h5repack -f <obj>:NONE <file.h5> out.h5" command failed if source file contains chunked dataset and a chunk dim is bigger than a dataset dim.
Another issue is that the command changed max dims if chunk dim is smaller than the dataset dim.
These issue occurred when dataset size is smaller than 64k (compact size limit)
Fixed them.
Tested:
jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), tejeda (mac32-LE), linew (solaris-BE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ef1b8fa..d3459f5 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -714,6 +714,13 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - h5repack: "h5repack -f NONE file1.h5 out.h5" command failed if + source file contains chunked dataset and a chunk dim is bigger than + the dataset dim. Another issue is that the command changed max dims + if chunk dim is smaller than the dataset dim. + These issue occurred when dataset size is smaller than 64k (compact + size limit) Fixed both. + HDFFV-8012 (JKM 2012/09/24) - h5diff: Fixed not to accumulate attribute difference to dataset difference in verbose mode (-v, -r), which caused incorrect difference between dataset and group/datatype object if attribute |