summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-04-09 02:38:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-04-09 02:38:32 (GMT)
commitdbd6046ec6437fe23d1808fad8c51e75017bfadf (patch)
treecfc2ec71905d7601c9d2dc498601d1c8378868af /release_docs/RELEASE.txt
parent4522509d0c40593d2d20ed0a6c825415135c41b1 (diff)
downloadhdf5-dbd6046ec6437fe23d1808fad8c51e75017bfadf.zip
hdf5-dbd6046ec6437fe23d1808fad8c51e75017bfadf.tar.gz
hdf5-dbd6046ec6437fe23d1808fad8c51e75017bfadf.tar.bz2
[svn-r6615] Purpose:
Updated release notes with changed and new API functions.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt14
1 files changed, 9 insertions, 5 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index c1c17bf..d60fa03 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -35,11 +35,6 @@ Bug Fixes since HDF5-1.4.0
Library
-------
- * The first version of szip compression support were implemented.
- User should have static szlib library installed. Using function
- H5Pset_szip to pass the szip parameters to the HDF5 library.
- More detailed decription of the process will be followed.
- KY-2003/04/01
* -O caused errors in AIX 5.x platforms. Removed it from
--enable-production mode. AKC - 2003/03/31
* Corrected metadata caching bug in parallel I/O which could cause hangs
@@ -274,6 +269,15 @@ Documentation
New Features
============
+ * Added new dataset creation property list functions for working with
+ I/O filters: H5Pmodify_filter, H5Pget_filter_by_id and
+ H5Pall_filters_avail. Also changed H5Zregister to use new method
+ of registering filters with library. QAK - 2003/04/08
+ * The first version of szip compression support were implemented.
+ User should have static szlib library installed. Using function
+ H5Pset_szip to pass the szip parameters to the HDF5 library.
+ More detailed decription of the process will be followed.
+ KY-2003/04/01
* Added Fletcher32 checksum as a filter in pipeline. It only works in
chunked dataset. SLU - 2003/2/11
* MPICH/MPE instrumentation feature added. Use --enable-mpe to configure