summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <fortnern@gmail.com>2022-08-24 16:36:23 (GMT)
committerGitHub <noreply@github.com>2022-08-24 16:36:23 (GMT)
commit3cc7265e7727534eafbb2261768edfc0b6b3db82 (patch)
treec0eb64d73add3f4158ce85c93de289e7917eeaba /release_docs
parent955ac6a29eb9094e3c155de3d9cd222ccc8ccf57 (diff)
downloadhdf5-3cc7265e7727534eafbb2261768edfc0b6b3db82.zip
hdf5-3cc7265e7727534eafbb2261768edfc0b6b3db82.tar.gz
hdf5-3cc7265e7727534eafbb2261768edfc0b6b3db82.tar.bz2
Fix bug in attribute type conversion wiith compound types - merge to 1.12 (#2061)
* Fix bug in attribute type conversion wiith compound types (#2016) * 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. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> * Add note to RELEASE.txt for GitHub #2016 (#2030) * 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> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e3932e1..bf2e386 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -170,6 +170,15 @@ Bug Fixes since HDF5-1.12.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