[svn-r7331] Purpose:

Update docs

Description:
    Updated release notes with recent changes.
This commit is contained in:
Quincey Koziol 2003-08-08 15:01:02 -05:00
parent b1c884be5a
commit fb7b1e37cf

View File

@ -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.
@ -60,7 +73,7 @@ Bug Fixes since HDF5-1.6.0 release
- 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
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