diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2003-07-22 22:57:28 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2003-07-22 22:57:28 (GMT) |
commit | c6ee2c0476048c23a34e2dc4269389d77d2e452a (patch) | |
tree | c681816e8d54d9e8fa4b4f08ecd23cfe7db609ce | |
parent | fbf20fd09fa314889a7694ddbb23d021d8ffd757 (diff) | |
download | hdf5-c6ee2c0476048c23a34e2dc4269389d77d2e452a.zip hdf5-c6ee2c0476048c23a34e2dc4269389d77d2e452a.tar.gz hdf5-c6ee2c0476048c23a34e2dc4269389d77d2e452a.tar.bz2 |
[svn-r7249] Purpose:
updated.
Description:
Solution:
Platforms tested:
Misc. update:
-rw-r--r-- | release_docs/RELEASE.txt | 61 |
1 files changed, 32 insertions, 29 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 396d5e9..8b6a669 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -34,17 +34,18 @@ CONTENTS New Features ============ - Configuration: - -------------- + 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. @@ -54,27 +55,29 @@ 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 - ------------- - - Performance - ------------- - - Tools - ----- - - Documentation - ------------- + 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 + ------------- Platforms Tested |