summaryrefslogtreecommitdiffstats
path: root/RELEASE
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2000-04-12 21:12:12 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2000-04-12 21:12:12 (GMT)
commit8e7d3891941acec3b383405de35883f760fca1ef (patch)
tree5d90efcc3ccf65fb4441c291a943dc4674df14fa /RELEASE
parentb91b42eb703dfa32457c97856728ed1ec22ba12a (diff)
downloadhdf5-8e7d3891941acec3b383405de35883f760fca1ef.zip
hdf5-8e7d3891941acec3b383405de35883f760fca1ef.tar.gz
hdf5-8e7d3891941acec3b383405de35883f760fca1ef.tar.bz2
[svn-r2127] Documented change to H5Aiterate and H5A_operator_t for next release.
Diffstat (limited to 'RELEASE')
-rw-r--r--RELEASE2
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE b/RELEASE
index 3538441..e611809 100644
--- a/RELEASE
+++ b/RELEASE
@@ -58,6 +58,8 @@ Bug fixes since HDF5-1.2.1
* Fixed another H5Giterate bug which was causes groups with large numbers
of objects in them to misbehave when the callback function returned
non-zero values.
+ * Changed return type of H5Aiterate and H5A_operator_t typedef to be
+ herr_t, to align them with the dataset and group iterator functions.
Known Problems: