summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-02-26 18:12:00 (GMT)
committerGitHub <noreply@github.com>2023-02-26 18:12:00 (GMT)
commit49fdba1091e36df98dd0b2bef2a6246c7372a01b (patch)
tree45846cafc7a3d616133affedf398462657163246 /release_docs/RELEASE.txt
parentea5b3952f71ae613830ece0a4416656ecacf070d (diff)
downloadhdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.zip
hdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.tar.gz
hdf5-49fdba1091e36df98dd0b2bef2a6246c7372a01b.tar.bz2
Subfiling VFD - add option to specify config file prefix (#2495)
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index dfad6c2..5de8fc9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -89,6 +89,18 @@ New Features
Library:
--------
+ - Added a Subfiling VFD configuration file prefix environment variable
+
+ The Subfiling VFD now checks for values set in a new environment
+ variable "H5FD_SUBFILING_CONFIG_FILE_PREFIX" to determine if the
+ application has specified a pathname prefix to apply to the file
+ path for its configuration file. For example, this can be useful
+ for cases where the application wishes to write subfiles to a
+ machine's node-local storage while placing the subfiling configuration
+ file on a file system readable by all machine nodes.
+
+ (JTH - 2023/02/22)
+
- Overhauled the Virtual Object Layer (VOL)
The virtual object layer (VOL) was added in HDF5 1.12.0 but the initial