diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-28 19:02:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-09-28 19:02:40 (GMT) |
commit | 5f1b9d1e7dd01eb9e3bb651596b943f4e0bca723 (patch) | |
tree | 12596783fa5cb7a3988878a6923db512096765f8 /release_docs | |
parent | ebb5d3a90d111b5bed0e0cdfa837b9673abb180e (diff) | |
download | hdf5-5f1b9d1e7dd01eb9e3bb651596b943f4e0bca723.zip hdf5-5f1b9d1e7dd01eb9e3bb651596b943f4e0bca723.tar.gz hdf5-5f1b9d1e7dd01eb9e3bb651596b943f4e0bca723.tar.bz2 |
[svn-r4490] Purpose:
Document bug fix
Description:
Mention the edge detection chunking bug fix.
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 cfd2647..b763161 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -73,6 +73,8 @@ Library filesystem or the MPI-IO can really handle greater than 2GB files. If it fails, it prints information message only without failing the test. + * Fixed a bug when reading chunked datasets where the edge of the dataset + would be incorrectly detected and generate an assertion failure. Configuration ------------- |