[svn-r22143] Description: added info about h5ocopy_f and h5ltget_attribute_string_f

This commit is contained in:
Scot Breitenfeld 2012-03-25 23:30:48 -05:00
parent e002bb98e1
commit 14d6c0ee9a

View File

@ -172,6 +172,11 @@ New Features
Fortran Library:
----------------
- Added for the C API the Fortran wrapper:
h5ocopy_f (MSB - 2012/03/22)
HDF5 Fortran library was enhanced to support Fortran 2003 standard.
The following features are available when the HDF5 library is configured
using --enable-fortran --enable-fortran2003 configure flags AND
@ -352,7 +357,7 @@ New Features
- New API: h5ltpath_valid (Fortran: h5ltpath_valid_f) which checks
if a path is correct and determines if a link resolves to a valid
object and does not dangle. (MSB- 2012/3/15)
object and checks that the link does not dangle. (MSB- 2012/3/15)
Documentation
-------------
@ -882,6 +887,10 @@ Bug Fixes since HDF5-1.8.0 release
Fortran High-Level APIs:
------
- Lite: The h5ltget_attribute_string_f used to return the C NULL character in the
returned character buffer. The returned Fortran charactor buffer now does
not return the C NULL character. (MSB - 2012/3/23)
- Lite: The h5ltget_dataset_info_f function (gets information about a dataset)
was not correctly returning the dimension array. (PVN - 2009/3/23)
- Lite: the h5ltread_dataset_string_f and h5ltget_attribute_string_f functions