diff options
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 25 |
1 files changed, 19 insertions, 6 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index ff969c6..0038997 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -36,16 +36,29 @@ New Features Configuration: -------------- - - prefix default is changed from /usr/local to `pwd`/hdf5. AKC - 2003/07/09 + - Prefix default is changed from /usr/local to `pwd`/hdf5. AKC - 2003/07/09 Library: -------- + - Changed 'objno' field in H5G_stat_t structure from 'unsigned long[2]' + to 'haddr_t'. QAK - 2003/08/08 + - Changed 'fileno' field in H5G_stat_t structure from 'unsigned long[2]' + to 'unsigned long'. QAK - 2003/08/08 + - Changed 'hobj_ref_t' type from structure with array field to 'haddr_t'. + QAK - 2003/08/08 + - Switched over to new error API. SLU - 2003/07/25 Parallel Library: ----------------- Tools: ------ + - Changed output of "OID"s from h5dump from "<number>-<number>" to + "<number". This affects both the "regular" and XML output. + QAK - 2003/08/08 + - Changed output of file IDs and "OID"s from h5ls from + "<number>:<number>:<number>:<number>" to "<number>:<number>" + QAK - 2003/08/08 Support for new platforms, languages and compilers. @@ -58,14 +71,14 @@ Bug Fixes since HDF5-1.6.0 release Library ------- - Corrected errors with using point selections to access data in - chunked datasets. QAK - 2003/07/23 + 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 + 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 + (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 + removed. QAK - 2003/07/14 Configuration ------------- |