diff options
author | Jonathan Kim <jkm@hdfgroup.org> | 2010-09-15 18:32:07 (GMT) |
---|---|---|
committer | Jonathan Kim <jkm@hdfgroup.org> | 2010-09-15 18:32:07 (GMT) |
commit | a6b6b75a79248a57867a243b52ef9a6bca196aff (patch) | |
tree | 4b10b115ff74f75b3b72bb7d3261c3632a06ecf6 /release_docs | |
parent | cb9a804f82bfe32451b4033d8a421efc60e5521e (diff) | |
download | hdf5-a6b6b75a79248a57867a243b52ef9a6bca196aff.zip hdf5-a6b6b75a79248a57867a243b52ef9a6bca196aff.tar.gz hdf5-a6b6b75a79248a57867a243b52ef9a6bca196aff.tar.bz2 |
[svn-r19389] Purpose:
Fix for Bug1896 h5repack - changing layout to COMPACT does not work
Description:
Make h5repack be able to convert a layout to COMPACT for small size dataset as default. Also add verifying layout changes in our test script.
Tested:
jam, amani, heiwa
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 87f6e40..172f87a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -466,6 +466,8 @@ Bug Fixes since HDF5-1.8.0 release Tools ----- + - Make h5repack be able to convert a layout to COMPACT for small size + dataset as default. bug#1896 (JKM 2010/09/15) - Change h5ls not to manipulate special characters in object name or attribute name for smart display. bug#1784 (JKM 2010/06/28) - Fixed h5ls to return exit code 1 (error) when non-existent file is |