summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-03-18 21:08:47 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-03-18 21:08:47 (GMT)
commitce7936d2b256bdd5e61a5ef018f35e9562667cac (patch)
treee79ccbbdb27a932bf75471471ed1fe4deffcf631 /release_docs
parent693008ecaff187a2551cfdf22fab618ff631658f (diff)
downloadhdf5-ce7936d2b256bdd5e61a5ef018f35e9562667cac.zip
hdf5-ce7936d2b256bdd5e61a5ef018f35e9562667cac.tar.gz
hdf5-ce7936d2b256bdd5e61a5ef018f35e9562667cac.tar.bz2
Fixed the RELEASE.txt note for HDFFV-11057
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt17
1 files changed, 8 insertions, 9 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 77cd88b..c7a8e53 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -419,15 +419,14 @@ New Features
(ADB - 2018/09/18, HDFFV-10332)
- - Fix shutdown failure when using the HDF5_VOL_CONNECTOR environment variable
-
- When using the HDF5_VOL_CONNECTOR environment variable to set an
- alternative default VOL connector, if the VOL connector is a dynamically
- loaded plugin, the library can experience segmentation faults at when
- the library is closed. This is due to the library unloading the plugins
- before the virtual object layer. When then the VOL shutdown occurs,
- it will attempt to close the default VOL connector, however this will
- fail since the plugins will already have been unloaded.
+ - Fix shutdown failure when using H5VLregister_connector_by_name/value
+
+ When using H5VLregister_connector_by_name/value to dynamically load a
+ VOL connector plugin, the library can experience segmentation faults
+ when the library is closed. This is due to the library unloading
+ the plugin interface before the virtual object layer. Then, when the
+ VOL shutdown occurs, it will attempt to close the VOL connector,
+ however this will fail since the plugin will already have been unloaded.
(DER - 2020/03/18, HDFFV-11057)