diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-13 19:22:35 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2002-02-13 19:22:35 (GMT) |
commit | 2c74598cbf97e35b1e7f803b4551c21601209b70 (patch) | |
tree | 491ca632837ff6f66c76790abe24417a26ab1ac3 | |
parent | f1bfb5ce8f42631470b5eed84d6c3088258a5843 (diff) | |
download | hdf5-2c74598cbf97e35b1e7f803b4551c21601209b70.zip hdf5-2c74598cbf97e35b1e7f803b4551c21601209b70.tar.gz hdf5-2c74598cbf97e35b1e7f803b4551c21601209b70.tar.bz2 |
[svn-r4947] Purpose:
Update readme for latest bug fix
-rw-r--r-- | release_docs/RELEASE.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 7f25f1d..6d5f50c 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -103,6 +103,9 @@ Library correctly. * Fixed bug where raw data re-allocated from the free-list would sometimes overlap with the metadata accumulator and get corrupted. QAK - 1/23/02 + * Fixed bug where a preempted chunk in the chunk data could still be + used by an internal pointer and cause an assertion failure or core + dump. QAK - 2/13/02 Configuration ------------- |