summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-02 16:28:08 (GMT)
committerGitHub <noreply@github.com>2023-08-02 16:28:08 (GMT)
commit89b4afd4b317c5131cbc8607c99d21b369d050eb (patch)
treefb2e6c99d110a7c6e40e0671aa2f24d5e96a7060 /release_docs/RELEASE.txt
parentb78729638bf69dca9e0dd86eddd530d5fc1aef40 (diff)
downloadhdf5-89b4afd4b317c5131cbc8607c99d21b369d050eb.zip
hdf5-89b4afd4b317c5131cbc8607c99d21b369d050eb.tar.gz
hdf5-89b4afd4b317c5131cbc8607c99d21b369d050eb.tar.bz2
Fix loading plugin fails with missing directory GH issue #3248 (#3324)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt7
1 files changed, 6 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 48a8e60..d6f3a57 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -124,7 +124,12 @@ 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.
Parallel Library: