diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 17:35:34 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-06-10 17:35:34 (GMT) |
commit | 3f225a14b7e4d29db0cf5bd99dd2387e651f419f (patch) | |
tree | 096203d25dec49b1dd634ced43b76a6b3c882f66 /release_docs/RELEASE.txt | |
parent | 7a272fc66038db933a4df9adbf599e54be94614c (diff) | |
download | hdf5-3f225a14b7e4d29db0cf5bd99dd2387e651f419f.zip hdf5-3f225a14b7e4d29db0cf5bd99dd2387e651f419f.tar.gz hdf5-3f225a14b7e4d29db0cf5bd99dd2387e651f419f.tar.bz2 |
[svn-r5571] Purpose:
Bug Fix (#709)/Code improvement.
Description:
Allow chunks for chunked datasets to be cached when file is open for
read-only access.
Platforms tested:
IRIX64 6.5 (modi4) w/parallel
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 5bf8427..9a6d09f 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -175,6 +175,8 @@ Documentation New Features ============ + * Allow chunks in chunked datasets to be cached when file is opened for + read-only access (bug #709). QAK - 2002/06/10 * Added internal "small data" aggregation, which can reduce the number of actual I/O calls made, improving performance. QAK - 2002/06/05 * Improved internal metadata aggregation, which can reduce the number of |