diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-18 20:26:43 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-12-18 20:26:43 (GMT) |
commit | d076556c2be250592dfc649a817d6e8f5c11b341 (patch) | |
tree | 777b50eb4981e96abb5ad372f430c7e12b444f94 | |
parent | d82fa846a75025669b09a780559cbf16c8057fd2 (diff) | |
download | hdf5-d076556c2be250592dfc649a817d6e8f5c11b341.zip hdf5-d076556c2be250592dfc649a817d6e8f5c11b341.tar.gz hdf5-d076556c2be250592dfc649a817d6e8f5c11b341.tar.bz2 |
[svn-r4735] Purpose:
Bug Fix
Description:
Document bug fix.
-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 392834e..4fcad87 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -95,6 +95,8 @@ Library selection by one element as valid. * Fixed the internal macros used to encode & decode file metadata, to avoid an unaligned access warning on IA64 machines. + * Corrected behavior of H5Tinsert to not allow compound datatype fields to + be inserted past the end of the datatype. Configuration ------------- |