summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-11-20 13:05:44 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-11-20 13:05:44 (GMT)
commit892cc41777c9a104e49ad6d9bac21f085dba6b95 (patch)
treecc67fbc9194b0112b25f26bef756aaa982c685c9 /release_docs
parent6aa57414fa900db8dda73ac21159d3aa4ebca4f7 (diff)
downloadhdf5-892cc41777c9a104e49ad6d9bac21f085dba6b95.zip
hdf5-892cc41777c9a104e49ad6d9bac21f085dba6b95.tar.gz
hdf5-892cc41777c9a104e49ad6d9bac21f085dba6b95.tar.bz2
[svn-r6113] Purpose:
Note new "H5Zunregister" and "H5Zfilter_avail" functions, along with mentioning that Kent's shuffling code added an H5Pset_shuffle API function.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 037bba8..1727454 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,10 +35,13 @@ Bug Fixes since HDF5-1.4.0
Library
-------
+ * Added two new API functions: H5Zunregister & H5Zfilter_avail.
+ QAK - 2002/11/16
* Add data shuffle filter(source code H5Zshuffle.c), the combination of the
shuffling and compression can make data compression better without suffering
much encoding and decoding CPU time for many application datasets(especially
- for floating point data). KY - 2002/11/13
+ for floating point data). This adds a new API function: H5Pset_shuffle.
+ KY - 2002/11/13
* Allow scalar dataspaces to be used for parallel I/O. QAK - 2002/11/05
* Fixed error condition where "none" selections were not being handled
correctly in parallel. QAK - 2002/10/29