summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-30 05:47:08 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2012-03-30 05:47:08 (GMT)
commit4ae9998f2a5b45bab626ab35516a904e64ecede6 (patch)
treec959ba322adb7de88b14e0ee97bed21a11d82291 /release_docs
parentd63add741b14efdf55a4bbcc6c79fcd99988ac96 (diff)
downloadhdf5-4ae9998f2a5b45bab626ab35516a904e64ecede6.zip
hdf5-4ae9998f2a5b45bab626ab35516a904e64ecede6.tar.gz
hdf5-4ae9998f2a5b45bab626ab35516a904e64ecede6.tar.bz2
[svn-r22207] Added new release text for new C/Fortran high level APIs, new fortran APIs and
bug fixes.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 0b68310..8503432 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -94,11 +94,15 @@ New Features
High-Level APIs
---------------
- - None
+ - 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 checks that the link does not dangle. (MSB- 2012/3/15)
Fortran API
-----------
- - None
+
+ - Added for the C API the Fortran wrapper:
+ h5ocopy_f (MSB - 2012/03/22)
C++ API
-------
@@ -213,7 +217,10 @@ Bug Fixes since HDF5-1.8.8
Fortran High-Level APIs:
------
- - None
+ - h5ltget_attribute_string_f: The h5ltget_attribute_string_f used to return
+ the C NULL character in the returned character buffer. The returned
+ charactor buffer now does not return the C NULL character; the buffer
+ is blank-padded if needed. (MSB - 2012/3/23)
Platforms Tested