diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 18:01:33 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-31 18:01:33 (GMT) |
commit | 5646fd9b5efb6ae0065bc23f4082295ddd588e58 (patch) | |
tree | 1c41fc138d139fb879363a3951f48f1d89ee6391 /release_docs | |
parent | 6cf56ca817ccba7b8c956cffee208ec624921b12 (diff) | |
download | hdf5-5646fd9b5efb6ae0065bc23f4082295ddd588e58.zip hdf5-5646fd9b5efb6ae0065bc23f4082295ddd588e58.tar.gz hdf5-5646fd9b5efb6ae0065bc23f4082295ddd588e58.tar.bz2 |
[svn-r8137] Purpose:
Bug fix.
Description:
Allow H5Tget_native_type() to handle opaque fields in compound datatypes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
too minor to require h5committest
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 9c19a6d..7252b88 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -103,6 +103,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Fixed problem with H5Tget_native_type() not handling opaque fields + correctly. QAK - 2004/01/31 - Fixed several errors in B-tree deletion code which could cause a B-tree (used with groups and chunked datasets) to become corrupt with the right sequence of deleted objects. QAK - 2004/01/19 |