summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-08-06 22:09:59 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-08-06 22:09:59 (GMT)
commit47ad0ac7237b464e939fe54dd129a151944d9706 (patch)
tree5236c1baaefe2a4ec5e85e015595965d75283600 /release_docs/RELEASE.txt
parent7391f5f26c0893bb56e0d122c459e77796e2ed9b (diff)
downloadhdf5-47ad0ac7237b464e939fe54dd129a151944d9706.zip
hdf5-47ad0ac7237b464e939fe54dd129a151944d9706.tar.gz
hdf5-47ad0ac7237b464e939fe54dd129a151944d9706.tar.bz2
Renames BEST-EFFORT to BEST_EFFORT for file locking env var
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 6013603..7ccdbe9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -556,15 +556,15 @@ New Features
(DER - 2020/03/18, HDFFV-11057)
- - Add BEST-EFFORT value to HDF5_USE_FILE_LOCKING environment variable
+ - Add BEST_EFFORT value to HDF5_USE_FILE_LOCKING environment variable
- This change adds a BEST-EFFORT to the TRUE/FALSE, 1/0 settings that
+ This change adds a BEST_EFFORT to the TRUE/FALSE, 1/0 settings that
were previously accepted. This option turns on file locking but
ignores locking errors when the library detects that file locking
has been disabled on a file system (useful on some HPC Lustre
installations).
- The capitalization of BEST-EFFORT is mandatory.
+ The capitalization of BEST_EFFORT is mandatory.
See the configure option discussion for HDFFV-11092 (above) for more
information on the file locking feature and how it's controlled.