summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-06 16:48:30 (GMT)
committerVailin Choi <vchoi@jam.ad.hdfgroup.org>2019-02-06 16:48:30 (GMT)
commit7f5741825db0737db5ac46c43009681508a73002 (patch)
tree2d9202229d36c2f1129f19dcc9185210e1ee2be2 /release_docs
parent7d124cb7961ad0089aa6a18e1c2e08e351d8ba86 (diff)
downloadhdf5-7f5741825db0737db5ac46c43009681508a73002.zip
hdf5-7f5741825db0737db5ac46c43009681508a73002.tar.gz
hdf5-7f5741825db0737db5ac46c43009681508a73002.tar.bz2
Add release notes information.
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 20abad9..21a64c6 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -264,6 +264,16 @@ Bug Fixes since HDF5-1.10.3 release
Library
-------
+ - Performance issue when closing an object
+
+ The slow down is due to the search of the "tag_list" to find
+ out the "corked" status of an object and "uncork" it if so.
+
+ Improve porformance by skipping the search of the "tag_list"
+ if there are no "corked" objects when closing an object.
+
+ (VC - 2019/2/6)
+
- Fixed a potential invalid memory access and failure that could occur when
decoding an unknown object header message (from a future version of the
library).