diff options
author | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-02-06 16:48:30 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@jam.ad.hdfgroup.org> | 2019-02-06 16:48:30 (GMT) |
commit | 7f5741825db0737db5ac46c43009681508a73002 (patch) | |
tree | 2d9202229d36c2f1129f19dcc9185210e1ee2be2 /release_docs/RELEASE.txt | |
parent | 7d124cb7961ad0089aa6a18e1c2e08e351d8ba86 (diff) | |
download | hdf5-7f5741825db0737db5ac46c43009681508a73002.zip hdf5-7f5741825db0737db5ac46c43009681508a73002.tar.gz hdf5-7f5741825db0737db5ac46c43009681508a73002.tar.bz2 |
Add release notes information.
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 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). |