summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-07-27 19:23:53 (GMT)
committerGitHub <noreply@github.com>2023-07-27 19:23:53 (GMT)
commitcb69bc279ce12d078d43f7aa70b2929d8df1c147 (patch)
treec3eb92d85e2bec72bdeaf5e2a5bd415a3237718f /release_docs
parent2bb4c909c4c63cf87d10c494cd76d57092d45335 (diff)
downloadhdf5-cb69bc279ce12d078d43f7aa70b2929d8df1c147.zip
hdf5-cb69bc279ce12d078d43f7aa70b2929d8df1c147.tar.gz
hdf5-cb69bc279ce12d078d43f7aa70b2929d8df1c147.tar.bz2
Fix assertion failure when attempting to use IOC VFD directly (#3187) (#3288)
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 1672fb4..91bc939 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -116,6 +116,17 @@ Bug Fixes since HDF5-1.14.1 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.
+
- Added an AAPL check to H5Acreate
A check was added to H5Acreate to ensure that a failure is correctly