From 26e7e3b60706613b4cb00c47cfcdb50ece53782d Mon Sep 17 00:00:00 2001 From: Frank Baker Date: Fri, 16 Feb 2001 17:34:50 -0500 Subject: [svn-r3438] Description: Removed "Limitations of This Release" section, which was really designed for the early releases when we didn't yet have full functionality. Replaced the "Changes in the Current Release" section with pointers to ADGuide/RELEASE.txt and ADGuide/Changes.html. Corrected reference to H5Dget_vlen_buf_size to read H5Dvlen_get_buf_size. Platforms tested: IE 5 --- doc/html/H5.intro.html | 43 ++++++++----------------------------------- 1 file changed, 8 insertions(+), 35 deletions(-) diff --git a/doc/html/H5.intro.html b/doc/html/H5.intro.html index 671ec30..82d521e 100644 --- a/doc/html/H5.intro.html +++ b/doc/html/H5.intro.html @@ -244,40 +244,14 @@ HDF5 is currently in Release 1.x (HDF5 Release 1.x).

(Return to TOC) -

Limitations of the Current Release

-

This release includes the basic functionality that was planned for the HDF5 library. However, the library does not implement all of the features detailed in the format and API specifications. Here is a listing of some of the limitations of the current release: - -

- - -

(Return to TOC) - -

Changes in the Current Release

-

A detailed list of changes in HDF5 since the last release, -HDF5 Release 1.0, can be found in the file hdf5/RELEASE -in the source code installation. At a higher level, those changes include: - -

- -

The changes in bugfix releases, numbered Release 1.4.x, -will be listed in the RELEASE, HISTORY, and -README files distributed with the source code. - -

The changes as HDF5 has evolved from the first Alpha release -to the present are summarized in the file hdf5/HISTORY -in the source code installation. +

A detailed list of changes in HDF5 between the current release and +the preceding major release can be found in the +RELEASE file, +with a summary in the document +HDF5 Software Changes from Release to Release +in the +HDF5 Application Developer's Guide.

(Return to TOC) @@ -2155,12 +2129,11 @@ to allocate to store VL data while reading the data, the H5Dget_vlen_size() function is provided:

herr_t - H5Dget_vlen_buf_size(hid_t dataset_id, + H5Dvlen_get_buf_size(hid_t dataset_id, hid_t type_id, hid_t space_id, hsize_t *size)
- (This function is not implemented in Release 1.2.)

This routine checks the number of bytes required to store the VL data from -- cgit v0.12