summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2013-04-08 16:23:26 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2013-04-08 16:23:26 (GMT)
commit67b3800ccb60326a410b46f6b36c6f74ead87188 (patch)
tree15247b65bd0011dafec1a82c44b78d416e690b95 /release_docs/RELEASE.txt
parentb445540e3dd0cd4953d5038ec5e4726677044ec4 (diff)
downloadhdf5-67b3800ccb60326a410b46f6b36c6f74ead87188.zip
hdf5-67b3800ccb60326a410b46f6b36c6f74ead87188.tar.gz
hdf5-67b3800ccb60326a410b46f6b36c6f74ead87188.tar.bz2
[svn-r23562] I added the info about dynamically loaded filters.
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index fb9cd99..4c3c498 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -64,6 +64,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)