diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-23 21:18:40 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2003-07-23 21:18:40 (GMT) |
commit | b0e350c2d6330ab7156c600013e224149b4b711f (patch) | |
tree | 5120dfcbb10ac87935fba22d0896ddc9ef364122 /release_docs/RELEASE.txt | |
parent | 77f6e46b81d5f6583242fcbbc87c4b2f44bc9b3e (diff) | |
download | hdf5-b0e350c2d6330ab7156c600013e224149b4b711f.zip hdf5-b0e350c2d6330ab7156c600013e224149b4b711f.tar.gz hdf5-b0e350c2d6330ab7156c600013e224149b4b711f.tar.bz2 |
[svn-r7259] Purpose:
Bug fix
Description:
I/O on chunked datasets with point selections was not working correctly.
Solution:
Re-wrote some parts of raw data I/O routines that build the selections for
each chunk to correctly handle point selections.
Platforms tested:
FreeBSD 4.8 (sleipnir)
h5committest
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r-- | release_docs/RELEASE.txt | 66 |
1 files changed, 34 insertions, 32 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 8b6a669..8fabee9 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -34,18 +34,18 @@ CONTENTS New Features ============ - Configuration: - -------------- - - prefix default is changed from /usr/local to `pwd`/hdf5. AKC - 2003/07/09 + Configuration: + -------------- + - prefix default is changed from /usr/local to `pwd`/hdf5. AKC - 2003/07/09 - Library: - -------- + Library: + -------- - Parallel Library: - ----------------- + Parallel Library: + ----------------- - Tools: - ------ + Tools: + ------ Support for new platforms, languages and compilers. @@ -55,29 +55,31 @@ Support for new platforms, languages and compilers. Bug Fixes since HDF5-1.6.0 release ================================== - Library - ------- - - Corrected error with variable-length datatypes and chunked datasets - which caused H5Dwrite to fail sometimes. QAK - 2003/07/19 - - 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. QAK - 2003/07/14 - - Configuration - ------------- - - Fixed the error that cause "make install" to fail because of the - macro definition syntax of "prefix?=..." AKC - 2003/07/22 - - Performance - ------------- - - Tools - ----- - - Documentation - ------------- + Library + ------- + - Corrected errors with using point selections to access data in + chunked datasets. QAK - 2003/07/23 + - Corrected error with variable-length datatypes and chunked datasets + which caused H5Dwrite to fail sometimes. QAK - 2003/07/19 + - 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. QAK - 2003/07/14 + + Configuration + ------------- + - Fixed the error that cause "make install" to fail because of the + macro definition syntax of "prefix?=..." AKC - 2003/07/22 + + Performance + ------------- + + Tools + ----- + + Documentation + ------------- Platforms Tested |