summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorjhendersonHDF <jhenderson@hdfgroup.org>2023-04-25 17:04:17 (GMT)
committerGitHub <noreply@github.com>2023-04-25 17:04:17 (GMT)
commitb7c8061505ce3971c16bcaf0e96e6964b3ae9dc4 (patch)
tree39b256bf8ffa4ed3f9258285e8add0a38bad15c6 /release_docs
parent580b2747db63dc2735832fdec6c35f8c3344836d (diff)
downloadhdf5-b7c8061505ce3971c16bcaf0e96e6964b3ae9dc4.zip
hdf5-b7c8061505ce3971c16bcaf0e96e6964b3ae9dc4.tar.gz
hdf5-b7c8061505ce3971c16bcaf0e96e6964b3ae9dc4.tar.bz2
Allow H5P_DEFAULT in H5Pget_vol_cap_flags and H5Pget_vol_id (#2807)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8bc90b8..34ca003 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -151,6 +151,12 @@ Bug Fixes since HDF5-1.14.0 release
===================================
Library
-------
+ - Fixed H5Pget_vol_cap_flags and H5Pget_vol_id to accept H5P_DEFAULT
+
+ H5Pget_vol_cap_flags and H5Pget_vol_id were updated to correctly
+ accept H5P_DEFAULT for the 'plist_id' FAPL parameter. Previously,
+ they would fail if provided with H5P_DEFAULT as the FAPL.
+
- Fixed ROS3 VFD anonymous credential usage with h5dump and h5ls
ROS3 VFD anonymous credential functionality became broken in h5dump