diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-19 18:48:48 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2004-01-19 18:48:48 (GMT) |
commit | 99208cee65ea33ce3e5b91a96aa51cdb64e26700 (patch) | |
tree | 256aa93bd0b4d1e7d0af2b5344f918232ebdb996 /release_docs/RELEASE.txt | |
parent | 43163efc35e32265687b7f0934c5cc62f976f1ce (diff) | |
download | hdf5-99208cee65ea33ce3e5b91a96aa51cdb64e26700.zip hdf5-99208cee65ea33ce3e5b91a96aa51cdb64e26700.tar.gz hdf5-99208cee65ea33ce3e5b91a96aa51cdb64e26700.tar.bz2 |
[svn-r8079] Purpose:
Add tests & docs
Description:
Added tests for the recent B-tree bug fixes & document their fix in the
release notes.
Platforms tested:
FreeBSD 4.9 (sleipnir)
Too minor to require h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-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 24fb587..694f8e7 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -101,6 +101,9 @@ Bug Fixes since HDF5-1.6.0 release Library ------- + - 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 - Fixed small internal memory leaks of fill-value information. QAK - 2004/01/13 - Fixed bug that caused variable-length datatypes (strings or sequences) |