diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-14 21:18:32 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2005-06-14 21:18:32 (GMT) |
commit | 7e7dd03a329f692507203f6cda87fe6f67b86ac7 (patch) | |
tree | c928635641c06760ceb52d9dbdfd3acd62d00130 /release_docs | |
parent | 162b19cd6c1f6c6b14254c60b83bd14b1c11184c (diff) | |
download | hdf5-7e7dd03a329f692507203f6cda87fe6f67b86ac7.zip hdf5-7e7dd03a329f692507203f6cda87fe6f67b86ac7.tar.gz hdf5-7e7dd03a329f692507203f6cda87fe6f67b86ac7.tar.bz2 |
[svn-r10920] Purpose:
Bug fix
Description:
Add check for opaque tags that are too long for file format to handle
currently.
Platforms tested:
FreeBSD 4.11 (sleipnir)
Too minor to require h5commmitest
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 c7f87a0..d99eadf 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -290,6 +290,8 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - Added check for opaque datatype tags being too long (check against + H5T_OPAQUE_TAG_MAX, currently set to 256). QAK - 2005/06/14 - Fixed various errors in maintaining names for open objects in the face of unusual mount & unmount operations. QAK - 2005/06/08 - "SEMI" and "STRONG" file close degree settings now apply only to the |