summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2002-03-27 20:28:08 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2002-03-27 20:28:08 (GMT)
commitcab06634e0636df28214849026b81d5ff687635a (patch)
tree979c8b530b75b868cb01d178be1de36c8033c658 /release_docs/RELEASE.txt
parentb4257621b9b6a39222ca7a2e732eeabc12455974 (diff)
downloadhdf5-cab06634e0636df28214849026b81d5ff687635a.zip
hdf5-cab06634e0636df28214849026b81d5ff687635a.tar.gz
hdf5-cab06634e0636df28214849026b81d5ff687635a.tar.bz2
[svn-r5098] Purpose:
Update release notes Description: Document H5Gget_objinfo() bug fix (fixes bug #732)
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 71e6094..be94ea5 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -62,6 +62,8 @@ New Features
Bug Fixes since HDF5-1.4.3 Release
==================================
+ * Fixed bug in H5Gget_objinfo() which was not setting the 'fileno'
+ of the H5G_stat_t struct. QAK - 3/27/02
* 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