summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2003-08-08 20:01:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2003-08-08 20:01:02 (GMT)
commitfb7b1e37cfa51f6bc63cdec894e6ffcf63ab9314 (patch)
treee15d154eeda15b0c6088a80a33bceb2551839942 /release_docs
parentb1c884be5a70dc7eb90cdddab58d94e40d9b62ee (diff)
downloadhdf5-fb7b1e37cfa51f6bc63cdec894e6ffcf63ab9314.zip
hdf5-fb7b1e37cfa51f6bc63cdec894e6ffcf63ab9314.tar.gz
hdf5-fb7b1e37cfa51f6bc63cdec894e6ffcf63ab9314.tar.bz2
[svn-r7331] Purpose:
Update docs Description: Updated release notes with recent changes.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt25
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
-------------