summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-07-30 18:53:28 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-07-30 18:53:28 (GMT)
commit77009f6b31586f5b7216030fb81d7c286b348caf (patch)
tree6d5e4037cea2b5bf2b11431820a6ea3e330436fb /release_docs
parent6561a6674ae2ce5de6b9bebc1eaef4dd474d90d3 (diff)
downloadhdf5-77009f6b31586f5b7216030fb81d7c286b348caf.zip
hdf5-77009f6b31586f5b7216030fb81d7c286b348caf.tar.gz
hdf5-77009f6b31586f5b7216030fb81d7c286b348caf.tar.bz2
[svn-r11177] 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 7975c24..070007b 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -83,6 +83,8 @@ Bug Fixes since HDF5-1.6.4 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