diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2001-05-10 05:08:54 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2001-05-10 05:08:54 (GMT) |
commit | b563af455f683e4aa5bcfc11e0b37b5bdb34a1b6 (patch) | |
tree | fb860b4a87055dc65b1a528a97f289dac848a6b7 /RELEASE.txt | |
parent | 67cad00a75321626eb370a27f82357eb7e3c10b3 (diff) | |
download | hdf5-b563af455f683e4aa5bcfc11e0b37b5bdb34a1b6.zip hdf5-b563af455f683e4aa5bcfc11e0b37b5bdb34a1b6.tar.gz hdf5-b563af455f683e4aa5bcfc11e0b37b5bdb34a1b6.tar.bz2 |
[svn-r3899] Purpose:
Update & new feature
Description:
Updated with information of the re-implementation of alignment allocation.
Changed the title line to reflect the current version information correctly.
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index e17e8e1..70119d2 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -1,6 +1,5 @@ - - - HDF5 Release 1.5-snap0 +HDF5 version 1.5.5 currently under development +================================================================================ INTRODUCTION @@ -49,6 +48,10 @@ Library works correctly. * IMPORTANT: Fixed file metadata corruption bug which could cause metadata data loss in certain situations. + * The allocation by alignment (H5Pset_alignment) feature code somehow + got dropped in some 1.3.x version. Re-implemented it with "new and + improved" algorithm. It keeps track of "wasted" file-fragment in + the free-list too. Configuration ------------- |