diff options
author | Neil Fortner <nfortne2@hdfgroup.org> | 2011-02-17 16:26:29 (GMT) |
---|---|---|
committer | Neil Fortner <nfortne2@hdfgroup.org> | 2011-02-17 16:26:29 (GMT) |
commit | 45093b00f954154078e52efa903a4b84ec984b1e (patch) | |
tree | c6f4aee973fc35a0132a4f873d2cb7af4187b310 /release_docs | |
parent | afe9ef21d3d8db428dacb5153e57d83749295457 (diff) | |
download | hdf5-45093b00f954154078e52efa903a4b84ec984b1e.zip hdf5-45093b00f954154078e52efa903a4b84ec984b1e.tar.gz hdf5-45093b00f954154078e52efa903a4b84ec984b1e.tar.bz2 |
[svn-r20113] Add note to RELEASE.txt about external file cache.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 0a2f836..8f437b3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -85,6 +85,10 @@ New Features Library: -------- + - Added ability to cache files opened through external links. Added new + public functions H5Pset_elink_file_cache_size(), + H5Pget_elink_file_cache_size(), and H5Frelease_file_cache(). + (NAF - 2011/02/17) - Removed all old code for Metraowerks compilers, bracketed by __MWERKS__). Metraowerks compiler is long gone. (AKC - 2010/11/17) - Added support for threadsafety on windows using the windows threads |