summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-03-27 20:29:35 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-03-27 20:29:35 (GMT)
commitecbdbe3521f8f2de9856d09ad15c06fb9eb8815d (patch)
treec9c630b6ee44d781c71f5dad4d40774a258ba8e9 /release_docs
parent0cb78c2087941ed7ae7ee1072433c1c6ce5db0e0 (diff)
downloadhdf5-ecbdbe3521f8f2de9856d09ad15c06fb9eb8815d.zip
hdf5-ecbdbe3521f8f2de9856d09ad15c06fb9eb8815d.tar.gz
hdf5-ecbdbe3521f8f2de9856d09ad15c06fb9eb8815d.tar.bz2
[svn-r5099] Purpose:
Update release notes Description: Document H5Gget_objinfo() bug fix (fixes bug #732)
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index e07443a..bbf5e2a 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -112,6 +112,8 @@ Library
* Fixed data corruption bug in hyperslab routines when contiguous
hyperslab that spans entire dimension and is larger than type
conversion buffer is attempted to be read. QAK - 3/26/02
+ * Fixed bug in H5Gget_objinfo() which was not setting the 'fileno'
+ of the H5G_stat_t struct. QAK - 3/27/02
Configuration
-------------