summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeil Fortner <fortnern@gmail.com>2022-08-17 20:35:48 (GMT)
committerGitHub <noreply@github.com>2022-08-17 20:35:48 (GMT)
commit9304f277e8597d39ac60b9d14b309c3462938d1c (patch)
tree086945251ac2952562477ec5da3e8eeab016283a
parentcf482563cc63e6eeca1ec87dc654a68f2681df8f (diff)
downloadhdf5-9304f277e8597d39ac60b9d14b309c3462938d1c.zip
hdf5-9304f277e8597d39ac60b9d14b309c3462938d1c.tar.gz
hdf5-9304f277e8597d39ac60b9d14b309c3462938d1c.tar.bz2
Add note to RELEASE.txt for HDFFV-11308 (#2029)
* Add note to RELEASE.txt for HDFFV-11308 * Fix formatting error in RELEASE.txt
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 7ae7891..dc51abd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -248,6 +248,16 @@ Bug Fixes since HDF5-1.13.1 release
===================================
Library
-------
+ - Modified H5Fstart_swmr_write() to preserve DAPL properties
+
+ Internally, H5Fstart_swmr_write() closes and reopens the file in question
+ as part of its process for making the file SWMR-safe. Previously, when
+ the library reopened the file it would simply use the default access
+ properties. Modified the library to instead save these properties and use
+ them when reopening the file.
+
+ (NAF - 2022/07/18, HDFFV-11308)
+
- Converted an assertion on (possibly corrupt) file contents to a normal
error check