summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2008-03-11 22:25:46 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2008-03-11 22:25:46 (GMT)
commit4982e156232a6f2b5f6c66bd31d7c997a5b606bc (patch)
tree951c3a7f4c0b79d99b056560f69c5ce53cd05852 /release_docs
parentda9a26d9a50defeb0631d29e1fc487c791635c58 (diff)
downloadhdf5-4982e156232a6f2b5f6c66bd31d7c997a5b606bc.zip
hdf5-4982e156232a6f2b5f6c66bd31d7c997a5b606bc.tar.gz
hdf5-4982e156232a6f2b5f6c66bd31d7c997a5b606bc.tar.bz2
[svn-r14722] Description:
Minor bug fix to H5Aget_num_attrs() to return error when an invalid location ID is passed in. Tested on: Mac OS X/32 (amazon) Too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e65baf3..3139f74 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -91,6 +91,9 @@ Bug Fixes since HDF5-1.8.0
Library
-------
+ - Fixed bug in H5Aget_num_attrs() routine to handle invalid location
+ ID correctly. (QAK - 2008/03/11)
+
Parallel Library
----------------