summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-26 04:30:48 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-26 04:30:48 (GMT)
commit14d6c0ee9ac12bb5d691f143b48c066fa365f2af (patch)
treeba7663878e19a82d7f383aefb169c44a810fbb82 /release_docs
parente002bb98e17c3502bedd9660d72387da6a662cc2 (diff)
downloadhdf5-14d6c0ee9ac12bb5d691f143b48c066fa365f2af.zip
hdf5-14d6c0ee9ac12bb5d691f143b48c066fa365f2af.tar.gz
hdf5-14d6c0ee9ac12bb5d691f143b48c066fa365f2af.tar.bz2
[svn-r22143] Description: added info about h5ocopy_f and h5ltget_attribute_string_f
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt11
1 files changed, 10 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d4ff01d..415a548 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -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