diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-28 19:42:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-28 19:42:17 (GMT) |
commit | a0d5c60945a025c78407d3867e8936cbd3485515 (patch) | |
tree | b840b08cae6b80b21f030d47e2f20124f5ea3921 /release_docs | |
parent | 5f1b9d1e7dd01eb9e3bb651596b943f4e0bca723 (diff) | |
download | hdf5-a0d5c60945a025c78407d3867e8936cbd3485515.zip hdf5-a0d5c60945a025c78407d3867e8936cbd3485515.tar.gz hdf5-a0d5c60945a025c78407d3867e8936cbd3485515.tar.bz2 |
[svn-r4493] Purpose:
Document bug fix.
Platforms tested:
Eyeballed..
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b763161..6f13989 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -75,6 +75,10 @@ Library test. * Fixed a bug when reading chunked datasets where the edge of the dataset would be incorrectly detected and generate an assertion failure. + * Fixed a bug where reading an entire dataset wasn't being handled + optimally when the dataset had unlimited dimensions. Dataset is read + in a single low-level I/O now, instead of being broken into separate + pieces internally. Configuration ------------- |