diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-05 19:58:23 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-05 19:58:23 (GMT) |
commit | 804d89f596869635318fbcc20723034bd737619c (patch) | |
tree | b8bfbf276df2772143e55c389b9e7d716a5f63e5 /release_docs | |
parent | 2a1a2c59937657cf318232e6bfde456cbd297ef1 (diff) | |
download | hdf5-804d89f596869635318fbcc20723034bd737619c.zip hdf5-804d89f596869635318fbcc20723034bd737619c.tar.gz hdf5-804d89f596869635318fbcc20723034bd737619c.tar.bz2 |
HDFFV-10361 Update release note for vds prefix
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b52a46f..a7e56f7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -65,13 +65,15 @@ New Features 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. + Private utility functions in H5D and H5L packages merged into single + function in H5F package. 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); The prefix can also be set with an environment variable, HDF5_VDS_PREFIX. - (ADB - 2017/12/12, HDFFV-9724) + (ADB - 2017/12/12, HDFFV-9724, HDFFV-10361) Parallel Library: |