summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-09-26 22:48:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-09-26 22:48:44 (GMT)
commit415e326afec0c6975a7b02fc77a72adcb8ba979e (patch)
treee112d393f245cef87d4d1d5a734c3686f46aea39 /RELEASE
parenta61b205aff182dac910918c8d72c8575791aa66c (diff)
downloadhdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.zip
hdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.tar.gz
hdf5-415e326afec0c6975a7b02fc77a72adcb8ba979e.tar.bz2
[svn-r2599] Purpose:
Document new feature Description: Mention data sieve buffering for next release. Platforms tested: Solaris 2.6 (i.e. baldric)
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE4
1 files changed, 4 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 4736d15..f08208d 100644
--- a/RELEASE
+++ b/RELEASE
@@ -42,6 +42,10 @@ New features
* Improved configure to detect if MPIO routines are available when
parallel mode is requested.
* Added Thread-Safe support. Phase I implemented.
+ * Added data sieve buffering to raw data I/O path. This is enabled for
+ all VFL drivers except the mpio & core drivers. Setting the sieve buffer
+ size is controlled with new API functions: H5Pset_sieve_buf_size() and
+ retrieved with H5Pget_sieve_buf_size().
Bug fixes since HDF5-1.2.0
==========================