diff options
author | Neil Fortner <fortnern@gmail.com> | 2022-11-04 12:51:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-04 12:51:21 (GMT) |
commit | 66c8a487221e354d5e8e820176e9a08887caa052 (patch) | |
tree | 6e0d528633a11ad503aa8c095a4b370f05262207 /release_docs | |
parent | 1a81091b35bd4452338cc908c2c1fdb97dc1773d (diff) | |
download | hdf5-66c8a487221e354d5e8e820176e9a08887caa052.zip hdf5-66c8a487221e354d5e8e820176e9a08887caa052.tar.gz hdf5-66c8a487221e354d5e8e820176e9a08887caa052.tar.bz2 |
Fix problem with variable length attributes being accessed through multiple file handles (#2181) (#2207)
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 26c62b4..23641e2 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -170,6 +170,16 @@ Bug Fixes since HDF5-1.12.1 release =================================== Library ------- + - Fixed an issue with variable length attributes + + Previously, if a variable length attribute was held open while its file + was opened through another handle, the same attribute was opened through + the second file handle, and the second file and attribute handles were + closed, attempting to write to the attribute through the first handle + would cause an error. + + (NAF - 2022/10/24) + - Fixed an issue with hyperslab selections Previously, when combining hyperslab selections, it was possible for the |