summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-07-16 14:57:13 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-07-16 14:57:13 (GMT)
commit06b7c1a3262ba321cf34142c276ff8cb9236dfa8 (patch)
treebd94b20d77a3c85f51baddf5a932d83b08f2ec68 /release_docs/RELEASE.txt
parentc74382063aaae13d7ee9c4d86202d5b9a3ab65f2 (diff)
downloadhdf5-06b7c1a3262ba321cf34142c276ff8cb9236dfa8.zip
hdf5-06b7c1a3262ba321cf34142c276ff8cb9236dfa8.tar.gz
hdf5-06b7c1a3262ba321cf34142c276ff8cb9236dfa8.tar.bz2
[svn-r7234] Purpose:
Bug fix Description: When a non-default indexed storage B-tree internal 'K' value is set by the user, the chunked datasets created in that file (until it is closed) use the user's 'K' value and the data can be accessed correctly, but the 'K' value is not stored in the file. However, once the file is closed and re-opened, the non-default 'K' value is lost and the data in the chunked datasets will not be able to be accessed correctly. Solution: Store the indexed storage B-tree internal 'K' value in the superblock. Platforms tested: FreeBSD 4.8 (sleipnir) h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 8ec9402..1d7f877 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -55,8 +55,11 @@ Bug Fixes since HDF5-1.6.0 release
Library
-------
+ - Modified library and file format to support storing indexed storage
+ (chunked dataset) B-tree's with non-default internal 'K' values.
+ QAK - 2003/07/15
- Returned H5T_BKG_TEMP support to library after it was accidentally
- removed. (2003/07/14 - QAK)
+ removed. QAK - 2003/07/14
Configuration
-------------