summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:51:21 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-01-19 18:51:21 (GMT)
commit01f079c241f0b9cc366e01e5e769457ba795fd73 (patch)
treeb30ae1ed257b49353359635a8e1fc495230b590d /doc
parent60437a575a20e11590a6207f733a302920b2bbc2 (diff)
downloadhdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.zip
hdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.tar.gz
hdf5-01f079c241f0b9cc366e01e5e769457ba795fd73.tar.bz2
[svn-r8081] Purpose:
Bump version number after creating snapshot for user.
Diffstat (limited to 'doc')
-rw-r--r--doc/html/ADGuide/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/html/ADGuide/RELEASE.txt b/doc/html/ADGuide/RELEASE.txt
index f8d6f5f..8d9842f 100644
--- a/doc/html/ADGuide/RELEASE.txt
+++ b/doc/html/ADGuide/RELEASE.txt
@@ -1,4 +1,4 @@
-HDF5 version 1.6.1-post18 released on Sun Jan 18 20:48:18 CST 2004
+HDF5 version 1.6.1-post20 released on Mon Jan 19 13:50:36 CST 2004
================================================================================
@@ -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)