From 8cd58add98994c8d30dce607a12a01e445e0bb4d Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Mon, 9 Dec 2019 11:00:21 -0600 Subject: Add fix of Jira 10934 to RELEASE.txt --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 166ad58..b2e7c51 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -201,6 +201,12 @@ Bug Fixes since HDF5-1.10.5 release Library ------- + - Fixed user-created data access properties not existing in the property list + returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a + reproducer and a patch. + + (CJH - 2019/12/9, HDFFV-10934) + - Fixed a bug caused by bad tag value when condensing object header messages -- cgit v0.12 From facea30c8d6e84d078c041be0444097fdd44d1b7 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 10 Dec 2019 14:16:20 -0600 Subject: Update RELEASE.txt with performance improvements --- release_docs/RELEASE.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index b2e7c51..9b131b3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -207,6 +207,12 @@ Bug Fixes since HDF5-1.10.5 release (CJH - 2019/12/9, HDFFV-10934) + - Improved peformance when creating a large number of small datasets by + retrieving default property values from the API context instead of doing + skip list searches. + + (CJH - 2019/12/10, HDFFV-10658) + - Fixed a bug caused by bad tag value when condensing object header messages -- cgit v0.12 From 13e6094edabb8dcd1c52a20cab24f5d630616661 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 10 Dec 2019 14:28:55 -0600 Subject: Latest date first in RELEASE.txt --- release_docs/RELEASE.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9b131b3..6961946 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -201,18 +201,18 @@ Bug Fixes since HDF5-1.10.5 release Library ------- - - Fixed user-created data access properties not existing in the property list - returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a - reproducer and a patch. - - (CJH - 2019/12/9, HDFFV-10934) - - Improved peformance when creating a large number of small datasets by retrieving default property values from the API context instead of doing skip list searches. (CJH - 2019/12/10, HDFFV-10658) + - Fixed user-created data access properties not existing in the property list + returned by H5Dget_access_plist. Thanks to Steven Varga for submitting a + reproducer and a patch. + + (CJH - 2019/12/9, HDFFV-10934) + - Fixed a bug caused by bad tag value when condensing object header messages -- cgit v0.12