summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-02 04:16:11 (GMT)
committerGitHub <noreply@github.com>2023-08-02 04:16:11 (GMT)
commit56451503c55ef6e5f67fc3bb710f9e5b649b1af2 (patch)
treef7bd6533dcb6ef8d6eb8f628a869105f3ddb29a3 /release_docs/RELEASE.txt
parent74352dfda887c2ffe336bbcea19ee978dcd2ce8c (diff)
downloadhdf5-56451503c55ef6e5f67fc3bb710f9e5b649b1af2.zip
hdf5-56451503c55ef6e5f67fc3bb710f9e5b649b1af2.tar.gz
hdf5-56451503c55ef6e5f67fc3bb710f9e5b649b1af2.tar.bz2
Fix loading plugin fails with missing directory GH issue #3248 (#3315)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 8 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index a959fa9..c382af0 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -169,9 +169,16 @@ New Features
Library:
--------
+ - Change the error handling for a not found path in the find plugin process.
+
+ While attempting to load a plugin the HDF5 library will fail if one of the
+ directories in the plugin paths does not exist, even if there are more paths
+ to check. Instead of exiting the function with an error, just logged the error
+ and continue processing the list of paths to check.
+
- Implemented support for temporary security credentials for the Read-Only
S3 (ROS3) file driver.
-
+
When using temporary security credentials, one also needs to specify a
session/security token next to the access key id and secret access key.
This token can be specified by the new API function H5Pset_fapl_ros3_token().