diff options
author | jhendersonHDF <jhenderson@hdfgroup.org> | 2023-06-28 04:36:12 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-28 04:36:12 (GMT) |
commit | f5ca9237a296f6deefb633b6fb1d61daea4b4f6e (patch) | |
tree | 1c1777f6377a450edd0e675921c51e2a8394c7c0 /release_docs | |
parent | 7d1fdb2d277530eec6d1c8ff937634e7028892aa (diff) | |
download | hdf5-f5ca9237a296f6deefb633b6fb1d61daea4b4f6e.zip hdf5-f5ca9237a296f6deefb633b6fb1d61daea4b4f6e.tar.gz hdf5-f5ca9237a296f6deefb633b6fb1d61daea4b4f6e.tar.bz2 |
Fix assertion failure when attempting to use IOC VFD directly (#3187)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index f87631a..225b17e 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -249,6 +249,17 @@ Bug Fixes since HDF5-1.14.0 release =================================== Library ------- + - Fixed an assertion failure when attempting to use the Subfiling IOC + VFD directly + + The Subfiling feature makes use of two Virtual File Drivers, the + Subfiling VFD and the IOC (I/O Concentrator) VFD. The two VFDs are + intended to be stacked together such that the Subfiling VFD sits + "on top" of the IOC VFD and routes I/O requests through it; using the + IOC VFD alone is currently unsupported. The IOC VFD has been fixed so + that an error message is displayed in this situation rather than causing + an assertion failure. + - Fixed a potential bug when copying empty enum datatypes Copying an empty enum datatype (including implicitly, as when an enum |