mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
[svn-r7331] Purpose:
Update docs Description: Updated release notes with recent changes.
This commit is contained in:
parent
b1c884be5a
commit
fb7b1e37cf
@ -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
|
||||
-------------
|
||||
|
Loading…
Reference in New Issue
Block a user