summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorJonathan Kim <jkm@hdfgroup.org>2013-03-20 20:33:33 (GMT)
committerJonathan Kim <jkm@hdfgroup.org>2013-03-20 20:33:33 (GMT)
commite8955b876cc81e9cd7318418435d5cd861854c2a (patch)
treefa85d8697970ece97f288032303034d7c912d5b8 /release_docs
parent59dd5665a5887efa8e91e0339719e4bd0c2be2a6 (diff)
downloadhdf5-e8955b876cc81e9cd7318418435d5cd861854c2a.zip
hdf5-e8955b876cc81e9cd7318418435d5cd861854c2a.tar.gz
hdf5-e8955b876cc81e9cd7318418435d5cd861854c2a.tar.bz2
[svn-r23407] Purpose:
HDFFV-8214 - h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. Description: h5repack failed converting small chunked dataset (size < 1K) to contiguous layout. The first case was when chunk dim is bigger than the dataset dim (at leat one), h5repack failed with displaying error stacks. The other case is when chunk dim is smaller than the dataset dim, h5repack failed to change layout. Tested: jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE), emu (solaris-BE),fred (mac64-LE), Windows (32-LE cmake), cmake (jam)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 4414eb1..8a54b21 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -751,6 +751,8 @@ Bug Fixes since HDF5-1.8.0 release
Tools
-----
+ - h5repack: Fixed failure for converting a layout of small chunked dataset
+ (size < 1K) to contiguous layout. HDFFV-8214 (JKM 2013/03/18)
- h5diff: Fixed to return correct exit code 1 when detect unique extra
attribute. Prior to this fix, h5diff returned exit code 0 indicating
two files are identical. HDFFV-7643 (JKM 2013/02/15)