diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2018-01-10 15:40:38 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2018-01-10 15:40:38 (GMT) |
commit | 88574bf85618adc96142bebf865ac2caf82c8f09 (patch) | |
tree | 7b07663380e04daa8253f1b09e200b2fc5eff0f4 /release_docs | |
parent | 823755ace8b7c90bab277c691ebbcc8683bde0df (diff) | |
parent | 9c2a9cec1f708039dbc625bcc6827ab64282e065 (diff) | |
download | hdf5-88574bf85618adc96142bebf865ac2caf82c8f09.zip hdf5-88574bf85618adc96142bebf865ac2caf82c8f09.tar.gz hdf5-88574bf85618adc96142bebf865ac2caf82c8f09.tar.bz2 |
Merge pull request #852 in HDFFV/hdf5 from ~BYRN/hdf5_adb:bugfix/HDFFV-10361-hdffv-9724-fix-has-duplicated to develop
* commit '9c2a9cec1f708039dbc625bcc6827ab64282e065':
HDFFV-10361 Correct signatures
HDFFV-10361 Update release note for vds prefix
HDDFV-10361 combine duplicated prefix utility functions
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 7f2f8b4..8f8dcdf 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: |