From 18eb799e99377f2cd338656141554c37cc1cc492 Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Tue, 22 Oct 2024 14:07:24 -0500 Subject: [PATCH] Added note about bug fix to RELEASE.txt Signed-off-by: Quincey Koziol --- release_docs/RELEASE.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 066d5a6ec2c..c3346f283fd 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -183,6 +183,11 @@ Bug Fixes since HDF5-1.16.0 release =================================== Library ------- + - Fixed a bug in the H5Oexists and H5Oexists_by_name API routines that + would cause those routines to return FAIL instead of FALSE when checking + the existance of a non-existent object with a file ID instead of a + group ID. + - Only clear FE_INVALID when that symbol is present on the system When we initialize the floating-point types at library startup, it's