Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
bmribler committed Aug 12, 2024
1 parent 8be015a commit da125e2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions release_docs/RELEASE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -811,6 +811,15 @@ Bug Fixes since HDF5-1.14.0 release
===================================
Library
-------
- Fixed H5Rget_attr_name to return the length of the attribute's name
without the null terminator

H5Rget_file_name and H5Rget_obj_name both return the name's length
without the null termintor. H5Rget_attr_name now behaves consistently

Check failure on line 818 in release_docs/RELEASE.txt

View workflow job for this annotation

GitHub Actions / Check for spelling errors

termintor ==> terminator
with the other two APIs. Going forward, all the get character string
APIs in HDF5 will be modified/written in this manner, regarding the
length of a character string.

- Fixed library to allow usage of page buffering feature for serial file
access with parallel builds of HDF5

Expand Down
2 changes: 1 addition & 1 deletion src/H5Rpublic.h
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ H5_DLL ssize_t H5Rget_obj_name(H5R_ref_t *ref_ptr, hid_t rapl_id, char *name, si
* \details H5Rget_attr_name() retrieves the attribute name for the
* attribute reference pointed to by \p ref_ptr.
*
* \details_namelen_plusone{attribute,H5Rget_attr_name}
* \details_namelen{attribute,H5Rget_attr_name}
*
* \since 1.12.0
*
Expand Down

0 comments on commit da125e2

Please sign in to comment.