diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2001-04-23 20:12:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2001-04-23 20:12:45 (GMT) |
commit | 22c5d82191b9a390864717de8e3bdd110f04786f (patch) | |
tree | ca0565a75e3df5eed66f191be5696d333d48de11 | |
parent | 19fef59d90d3500c12d72a49095a29c12dea877a (diff) | |
download | hdf5-22c5d82191b9a390864717de8e3bdd110f04786f.zip hdf5-22c5d82191b9a390864717de8e3bdd110f04786f.tar.gz hdf5-22c5d82191b9a390864717de8e3bdd110f04786f.tar.bz2 |
[svn-r3837] Purpose:
Document bug fix.
Description:
Documented non-zero userblock bug fix.
-rw-r--r-- | RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE.txt b/RELEASE.txt index be42366..236ba5e 100644 --- a/RELEASE.txt +++ b/RELEASE.txt @@ -43,6 +43,8 @@ Library because when it was included multiple times, C++ did not like multiple definitions of the same static variable. All occurance of RCSID definition are removed since we have not used it consistently before. + * Fixed bug with non-zero userblock sizes causing raw data to not write + correctly. Configuration ------------- |