From ecf80a11f020af832895168c6c1f068f6a0584c8 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Fri, 16 Jun 2023 12:43:07 -0500 Subject: [PATCH 1/2] chore: fix grammar --- release_docs/RELEASE.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 02001e4b501..56fff13c2f4 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -165,7 +165,7 @@ New Features - Added the CMake variable HDF5_ENABLE_ROS3_VFD to the HDF5 CMake config file hdf5-config.cmake. This allows to easily detect if the library - has been build with or without read-only S3 functionality. + has been built with or without read-only S3 functionality. Library: -------- @@ -189,6 +189,10 @@ New Features order to avoid malloc/memcpy. Currently only used for type conversion with selection I/O. + - Added H5Pset_fapl_ros3_token() and H5Pget_fapl_ros3_token() API functions + to set or get the session/security token. This token is needed when + making use of AWS temporary security credentials. + Parallel Library: ----------------- @@ -257,7 +261,7 @@ Bug Fixes since HDF5-1.14.0 release handles undefined behavior regarding size 0 memory allocations and using memcpy with a NULL src pointer. - The library is now more more careful about using memory operations when + The library is now more careful about using memory operations when copying empty enum datatypes and will not error or raise an assert. - Added an AAPL check to H5Acreate From bc56e4664ab71da0576bfb5d5ed2eb732a07d428 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Fri, 16 Jun 2023 12:46:52 -0500 Subject: [PATCH 2/2] chore: remove note that is not yet added --- release_docs/RELEASE.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 56fff13c2f4..6c9e4774c15 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -189,10 +189,6 @@ New Features order to avoid malloc/memcpy. Currently only used for type conversion with selection I/O. - - Added H5Pset_fapl_ros3_token() and H5Pget_fapl_ros3_token() API functions - to set or get the session/security token. This token is needed when - making use of AWS temporary security credentials. - Parallel Library: -----------------