summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-02 16:28:36 (GMT)
committerGitHub <noreply@github.com>2023-08-02 16:28:36 (GMT)
commitd1cd849674c6e1c343930ca10b73d8170f20081e (patch)
tree52341c299d7da15a410c7b2b2d2d00a453498956 /release_docs
parent2025610108c2757d17b02bfb2bf38a03f3206cf0 (diff)
downloadhdf5-d1cd849674c6e1c343930ca10b73d8170f20081e.zip
hdf5-d1cd849674c6e1c343930ca10b73d8170f20081e.tar.gz
hdf5-d1cd849674c6e1c343930ca10b73d8170f20081e.tar.bz2
Fix loading plugin fails with missing directory GH issue #3248 (#3325)
Diffstat (limited to 'release_docs')
-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 6c55488..1b69d68 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -69,7 +69,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: