diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-14 20:08:38 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-06-14 20:08:38 (GMT) |
commit | e67b8f86ecd8e730055f10d3ab885d27cd032082 (patch) | |
tree | 886b735f3d09b2601037ac11e12dbaf8e98a781c /RELEASE.txt | |
parent | 36278382345343bcb0b21c9f21e0244bb55b7f45 (diff) | |
download | hdf5-e67b8f86ecd8e730055f10d3ab885d27cd032082.zip hdf5-e67b8f86ecd8e730055f10d3ab885d27cd032082.tar.gz hdf5-e67b8f86ecd8e730055f10d3ab885d27cd032082.tar.bz2 |
[svn-r4001] Description:
Noted 'all' selection code improvement/bug fix.
Platforms tested:
FreeBSD 4.3 (hawkwind)
Diffstat (limited to 'RELEASE.txt')
-rw-r--r-- | RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index fdf256c..aef0038 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -52,6 +52,10 @@ Library 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. + * Removed limitation that the data transfer buffer size needed to be + set for datasets whose dimensions were too large for the 'all' selection + code to handle. Any size dimensioned datasets should be handled + correctly now. Configuration ------------- |