summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-07-30 18:53:01 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-07-30 18:53:01 (GMT)
commit0c9c34fab681a559633cbae215cb49ca812f4a3d (patch)
treeea192413d801b0a9d550172ca3e8f8d7771f3659 /release_docs
parentddb2af421f244dd92e8d7f53a1bb2b9a9df14bde (diff)
downloadhdf5-0c9c34fab681a559633cbae215cb49ca812f4a3d.zip
hdf5-0c9c34fab681a559633cbae215cb49ca812f4a3d.tar.gz
hdf5-0c9c34fab681a559633cbae215cb49ca812f4a3d.tar.bz2
[svn-r11176] Purpose:
Bug fix Description: Correct problems when querying information about a group that was opened by dereferencing an object reference. Solution: Read in symbol table information instead of rely on it being cached. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
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 ed5c1cf..67dd598 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -305,6 +305,8 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Corrected errors when querying information about a group opened
+ by dereferencing an object reference. QAK - 2005/07/30
- Fixed a bug with named datatypes where a copy of a named datatype
used to create a dataset would accidentally use the original
named datatype for the dataset's datatype. QAK - 2005/07/23