mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
* Fix bug in attribute type conversion where the background buffer would not be initialized with the destination contents when necessary. Other minor simplification. * Committing clang-format changes * Fix warnings. * Address review comments. * Add RELEASE.txt note for PR #2016 * Add GitHub number to release note Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
e6f16c0ec2
commit
a3fd350483
@ -248,6 +248,15 @@ Bug Fixes since HDF5-1.13.1 release
|
||||
===================================
|
||||
Library
|
||||
-------
|
||||
- Fixed an issue with attribute type conversion with compound datatypes
|
||||
|
||||
Previously, when performing type conversion for attribute I/O with a
|
||||
compound datatype, the library would not fill the background buffer with
|
||||
the contents of the destination, potentially causing data to be lost when
|
||||
only writing to a subset of the compound fields.
|
||||
|
||||
(NAF - 2022/08/22, GitHub #2016)
|
||||
|
||||
- Modified H5Fstart_swmr_write() to preserve DAPL properties
|
||||
|
||||
Internally, H5Fstart_swmr_write() closes and reopens the file in question
|
||||
|
Loading…
Reference in New Issue
Block a user