summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs/RELEASE.txt')
-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