diff options
author | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-08 16:22:00 (GMT) |
---|---|---|
committer | Raymond Lu <songyulu@hdfgroup.org> | 2013-04-08 16:22:00 (GMT) |
commit | 3e841b44be4047edfb1a28fcbcd37a2f71725d8d (patch) | |
tree | 10eb217b0b02d7bc98b13497f866306496dd8c8c /release_docs | |
parent | 6b00c16d2aceb8e2a301b5086c8a9370c80f1f8a (diff) | |
download | hdf5-3e841b44be4047edfb1a28fcbcd37a2f71725d8d.zip hdf5-3e841b44be4047edfb1a28fcbcd37a2f71725d8d.tar.gz hdf5-3e841b44be4047edfb1a28fcbcd37a2f71725d8d.tar.bz2 |
[svn-r23561] I added the info about dynamically loaded filter.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 03c425a..32eaf16 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -106,6 +106,9 @@ New Features Library: -------- + - The library can load filter libraries dynamically during runtime. Users + can set the search path through environment variable HDF5_PLUGIN_PATH + and call H5Pset_filter to enable a dynamic filter. (SLU - 2013/04/08) - Added new API functions H5Dscatter and H5Dgather to scatter data to and and gather data from a selection within a memory buffer. (NAF - 2013/02/05) |