summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2012-10-09 14:36:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2012-10-09 14:36:20 (GMT)
commitf6d4f0ef8f93c73e85a4efacbd6d71fc386a9020 (patch)
tree5a8030e55e96f619a2737ccb83c069413874790e
parent49461f103579ab7137d4802c0722380256211775 (diff)
downloadhdf5-f6d4f0ef8f93c73e85a4efacbd6d71fc386a9020.zip
hdf5-f6d4f0ef8f93c73e85a4efacbd6d71fc386a9020.tar.gz
hdf5-f6d4f0ef8f93c73e85a4efacbd6d71fc386a9020.tar.bz2
[svn-r22875] Description:
Add note about return value change for H5TBget_fill.
-rw-r--r--release_docs/RELEASE.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 63adc3e..73104f1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -191,7 +191,9 @@ Bug Fixes since HDF5-1.8.9
High-Level APIs:
------
- - None
+ - Corrected return type of H5TBAget_fill from herr_t to htri_t to reflect
+ that a return value of 1 indicates that a fill value is present, 0
+ indicates a fill value is not present and <0 indicates an error.
Fortran High-Level APIs:
------