summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorNeil Fortner <fortnern@gmail.com>2022-10-25 12:46:15 (GMT)
committerGitHub <noreply@github.com>2022-10-25 12:46:15 (GMT)
commit7997b53589ed5fd7967985a87c8f7f757b5e7030 (patch)
tree5912fab3722581391bc33507d90936e5164f727b /release_docs
parent93754cae33d4ed45850745664ce5e59f270f38f8 (diff)
downloadhdf5-7997b53589ed5fd7967985a87c8f7f757b5e7030.zip
hdf5-7997b53589ed5fd7967985a87c8f7f757b5e7030.tar.gz
hdf5-7997b53589ed5fd7967985a87c8f7f757b5e7030.tar.bz2
Fix problem with variable length attributes being accessed through multiple file handles (#2181)
* Fix bug with variable length attributes being accessed through multiple file handles. * Committing clang-format changes Co-authored-by: Neil Fortner <nfortne2@localhost.localdomain> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 19f753d..80cf38d 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -125,6 +125,16 @@ Bug Fixes since HDF5-1.13.2 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