From 7f5741825db0737db5ac46c43009681508a73002 Mon Sep 17 00:00:00 2001 From: Vailin Choi Date: Wed, 6 Feb 2019 10:48:30 -0600 Subject: Add release notes information. --- release_docs/RELEASE.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) 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). -- cgit v0.12