summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-04-12 15:22:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-04-12 15:22:16 (GMT)
commite12e4936e929ae0dcb1d65acf6bedb422acca01a (patch)
tree1228e406b8bca542349bcc1e3b29ed371d0e6de4 /release_docs/RELEASE.txt
parentf6fded4394644a3ea41dd3ca4bd659f9b5c4af15 (diff)
downloadhdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.zip
hdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.tar.gz
hdf5-e12e4936e929ae0dcb1d65acf6bedb422acca01a.tar.bz2
[svn-r22282] Issue 7934 - The data sieve buffer size was for all the datasets in the file. It
could waste memory if any dataset size is smaller than the sieve buffer size. Now the library picks the smaller one between the dataset size and the sieve buffer size from the file access property. (There is no change to hl/ and fortran/ directories. They were property changes during the merge from the trunk) Tested on jam, koala, and ostrich.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 284d23d..56ea41e 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.8.10-snap0 currently under development
+HF5 version 1.8.10-snap0 currently under development
================================================================================
INTRODUCTION
@@ -60,7 +60,11 @@ New Features
Library
-------
- - None
+ - The data sieve buffer size was for all the datasets in the file. It
+ could waste memory if any dataset size is smaller than the sieve buffer
+ size. Now the library picks the smaller one between the dataset size
+ and the sieve buffer size from the file access property. See Issue 7934.
+ (SLU - 2012/4/11)
Parallel Library
----------------