summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
Diffstat (limited to 'release_docs')
-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 5feb06b..e3932e1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -170,6 +170,16 @@ Bug Fixes since HDF5-1.12.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