summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-12-12 19:10:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-12-12 19:10:46 (GMT)
commit690cb84f10da7d72fcf87b07d346a26e6fefd1d0 (patch)
tree444a5c330330601a3feed983e194ea3c5351901e /release_docs
parent95e96246a67593776da863c88837c6cb0b7d0058 (diff)
downloadhdf5-690cb84f10da7d72fcf87b07d346a26e6fefd1d0.zip
hdf5-690cb84f10da7d72fcf87b07d346a26e6fefd1d0.tar.gz
hdf5-690cb84f10da7d72fcf87b07d346a26e6fefd1d0.tar.bz2
Added java wrappers and tests
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt32
1 files changed, 31 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7498d01..5249c1a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -58,7 +58,23 @@ New Features
Library:
--------
- -
+ - Add prefix option to VDS files.
+
+ Currently, VDS source files must be in the active directory to be
+ found by the virtual file. Adding the option of a prefix to be set
+ on the virtual file, using a data access property list (DAPL),
+ allows the source files to located at an absolute or relative path
+ to the virtual file.
+
+ New public APIs:
+ herr_t H5Pset_virtual_prefix(hid_t dapl_id, const char* prefix);
+ ssize_t H5Pget_virtual_prefix(hid_t dapl_id, char* prefix /*out*/, size_t size);
+ herr_t H5Pset_vds_file_cache_size(hid_t plist_id, unsigned vds_size);
+ herr_t H5Pget_vds_file_cache_size(hid_t plist_id, unsigned *vds_size);
+ The prefix can also be set with an environment variable, HDF5_VDS_PREFIX.
+
+ (ADB - 2017/12/12, HDFFV-9724)
+
Parallel Library:
-----------------
@@ -119,6 +135,20 @@ New Features
------------
-
+ Java Library:
+ ----------------
+ - Wrappers added for the following APIs:
+ H5Pset_evict_on_close
+ H5Pget_evict_on_close
+ H5Pset_chunk_opts
+ H5Pget_chunk_opts
+ H5Pset_efile_prefix
+ H5Pget_efile_prefix
+ H5Pset_virtual_prefix
+ H5Pget_virtual_prefix
+ H5Pset_vds_file_cache_size
+ H5Pget_vds_file_cache_size
+
Tools:
------
- h5diff