diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-08-20 16:09:14 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-08-20 16:09:14 (GMT) |
commit | 47868e1b52d13e9343c86d9bf7e1abe3cc8b7c79 (patch) | |
tree | 1de01d6b5175d109748956526a706801942dcf30 | |
parent | d0e7afe0ea5fbc68a57ac21992c388a36e6fc27c (diff) | |
download | hdf5-47868e1b52d13e9343c86d9bf7e1abe3cc8b7c79.zip hdf5-47868e1b52d13e9343c86d9bf7e1abe3cc8b7c79.tar.gz hdf5-47868e1b52d13e9343c86d9bf7e1abe3cc8b7c79.tar.bz2 |
Updates RELEASE.txt description of H5Pset_file_locking()
-rw-r--r-- | release_docs/RELEASE.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index d235a66..1af7248 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -256,6 +256,11 @@ New Features file locking parameters. The single API call sets both the "use file locking" flag and the "ignore disabled file locking" flag. + When opening a file multiple times without closing, the file MUST be + opened with the same file locking settings. Opening a file with different + file locking settings will fail (this is similar to the behavior of + H5Pset_fclose_degree()). + See the configure option discussion for HDFFV-11092 (above) for more information on the file locking feature and how it's controlled. |