summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorNeil Fortner <fortnern@gmail.com>2022-09-09 01:32:45 (GMT)
committerGitHub <noreply@github.com>2022-09-09 01:32:45 (GMT)
commit32a0ed93dc75fb9cfe6f2e4d59233f4c600d746f (patch)
treef30867ff8b52bc565ba0ec1885fd41bb5589e363 /release_docs/RELEASE.txt
parent4df97fe6eaf65f309d2cca8e8d89737483105374 (diff)
downloadhdf5-32a0ed93dc75fb9cfe6f2e4d59233f4c600d746f.zip
hdf5-32a0ed93dc75fb9cfe6f2e4d59233f4c600d746f.tar.gz
hdf5-32a0ed93dc75fb9cfe6f2e4d59233f4c600d746f.tar.bz2
Fix bug in attribute type conversion wiith compound types - merge to 1.10 (#2069)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 7b3ed57..bfaada5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -163,6 +163,15 @@ Bug Fixes since HDF5-1.10.9 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