Update
Description:
Added our Makefile.in to the frey. Included the files in this
directory. Removed the Makefile since it's going to be generated and
shouldn't be installed...
Platforms tested:
Linux
Bug Fix
Description:
Applied hack from 1.5 branch so that it will install the
html/Tutor/examples/java directory successfully. The make's in that
directory were failing because of this.
Purpose:
Bugfixes and a new description of file-closing behavior.
Description:
h5.intro.html -- Fixed HTML coding errors.
RM_H5.html -- H5close -- Corrected typo.
RM_H5F.html -- H5Fclose -- Added paragraph clarifying behavior if
any OIDs for contained objects are still open.
RM_H5T.html -- H5Tget_strpad -- Corrected description; appears that
this did not get updated in synchrony with H5Tset_strpad.
H5Tset_strpad -- Corrected 'strpad' parameter description.
RM_H5S.html -- H5Sselect_valid -- Corrected description of space_id
parameter.
RM_H5P.html -- H5Pget_driver -- Corrected return type.
Platforms tested:
IE 5
Update
Description:
Changed the "description to reflect what it is changes from v.122
to 140.
Added a section of migration to show how to move from v.122 to v140.
Platforms tested:
Viewed by IE5.
Purpose:
Updating Fortran90 APIs.
Description:
fortran/h5t_FORTRAN.html
Removed h5tget_member_dims_f and h5tinsert_array_f.
fortran/h5d_FORTRAN.html
Created near-duplicate h5dwrite and h5dread entries:
One for all datatypes EXCEPT object and dataset region references.
One for object and dataset region reference datatypes.
Added buffer size parameter, n, and changed buffer rank to 1 in
reference datatypes version.
Platforms tested:
IE 5
Purpose:
Updating FORTRAN API
Description:
RM_H5P.html
fortran/h5p_FORTRAN.html
Made H5Pset_fapl_split warning into a separate paragraph so that
it is more visible. [RM_H5P.html only]
Removed
h5pset_stdio_f h5pset_sec2_f
h5pget_stdio_f h5pget_sec2_f
h5pset_core_f h5pset_family_f
h5pget_core_f h5pget_family_f
Replaced
h5pset_mpi_f h5pset_xfer_f
h5pget_mpi_f h5pget_xfer_f
with
h5pset_fapl_mpio_f h5pset_dxpl_mpio_f
h5pget_fapl_mpio_f h5pget_dxpl_mpio_f
Platforms tested:
IE 5
update
Description:
Put in a caution statement in the H5Pset_fapl_split() function of
the potential change in the next release.
Platforms tested:
Viewed by netscape.
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