Add note to RELEASE.txt for HDFFV-11308 (#2029)

* Add note to RELEASE.txt for HDFFV-11308

* Fix formatting error in RELEASE.txt
This commit is contained in:
Neil Fortner 2022-08-17 15:35:48 -05:00 committed by GitHub
parent cf482563cc
commit 9304f277e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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