diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-03-27 14:59:37 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2015-03-27 14:59:37 (GMT) |
commit | 4f39b033fae1910af5e5c45cae62dc32809a94f7 (patch) | |
tree | 8ab9b7054124bd4807bfdf6f6bcc5fcbbe36cc8e /release_docs | |
parent | 2a26f3b58af12e2cab695d7df6d8f58acbf89b34 (diff) | |
download | hdf5-4f39b033fae1910af5e5c45cae62dc32809a94f7.zip hdf5-4f39b033fae1910af5e5c45cae62dc32809a94f7.tar.gz hdf5-4f39b033fae1910af5e5c45cae62dc32809a94f7.tar.bz2 |
[svn-r26613] Added changes to Fortran APIs.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 445de68..a1e5b6d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -356,6 +356,17 @@ Bug Fixes since HDF5-1.8.14 (MSB - 2015/3/19, HDF5-239) + - ISSUE: h5pget_class_f is an ill-functioning API + + h5pget_class_f never correlated the class identifier to the property list class name (as indicated + in the HDF5 Reference Manual), but instead returned a property list class identifier as a INTEGER. + However, the INTEGER needed to be of type INTEGER(HID_T) to be correct. + + RESOLUTION: the h5pget_class_f API was changed to return an INTEGER(HID_T) property list class + identifier instead of an INTEGER. This mimics the intended behavior of the C API. + + (MSB - 2015/3/16, HDF5-9162) + C++ API ------ |