summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:48:50 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:48:50 (GMT)
commit60437a575a20e11590a6207f733a302920b2bbc2 (patch)
tree14fbedd3a20e2465ab1584fb93b020f6c158976f /release_docs
parentb96a990f04f1a3648c10e26448ee84ef656e07ec (diff)
downloadhdf5-60437a575a20e11590a6207f733a302920b2bbc2.zip
hdf5-60437a575a20e11590a6207f733a302920b2bbc2.tar.gz
hdf5-60437a575a20e11590a6207f733a302920b2bbc2.tar.bz2
[svn-r8080] 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')
-rw-r--r--release_docs/RELEASE.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index aa8329b3..a19f3af 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -78,6 +78,9 @@ Bug Fixes since HDF5-1.6.1 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)