summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@lbl.gov>2020-06-11 13:14:28 (GMT)
committerQuincey Koziol <koziol@lbl.gov>2020-06-11 13:14:28 (GMT)
commit770f7b844949e78412310f8d08e4282f971eed92 (patch)
tree96638c87c5db0fac92cec7dab53a550eeed8acb5 /release_docs
parentab3721a7709665942c5d4066aa2de9c2da36ab3f (diff)
parent8e52a143f7dcc7c4c452df32359cae753db8793d (diff)
downloadhdf5-770f7b844949e78412310f8d08e4282f971eed92.zip
hdf5-770f7b844949e78412310f8d08e4282f971eed92.tar.gz
hdf5-770f7b844949e78412310f8d08e4282f971eed92.tar.bz2
Merge pull request #2638 in HDFFV/hdf5 from hdf5_1_12_remove_redundant_chunk_tags to hdf5_1_12
* commit '8e52a143f7dcc7c4c452df32359cae753db8793d': Add info to release notes about improvement to metdata cache tagging for chunked datasets. Remove redundant metadata cache tagging from some low-level internal chunk functions. The metadata cache tagging has already been done by routines further up the call stack.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 847bd12..61f8ba8 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -109,6 +109,11 @@ Bug Fixes since HDF5-1.12.0 release
==================================
Library
-------
+ - Remove redundant tagging of metadata cache entries for some chunked
+ dataset operations.
+
+ (QAK - 2020/06/10)
+
- Better detect selections with the same shape, improving performance for
some uses of H5DOappend (and other situations).