summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorScot Breitenfeld <brtnfld@hdfgroup.org>2013-03-26 01:17:32 (GMT)
committerScot Breitenfeld <brtnfld@hdfgroup.org>2013-03-26 01:17:32 (GMT)
commitf12a59f4d6055f11f552cbbad8ef2603d09099aa (patch)
treed3e6a20c715b7da8e738b316dd7972ea4b0ebea6 /release_docs
parentd3c5fd31a09906a84f79933f331504ea5f8512a7 (diff)
downloadhdf5-f12a59f4d6055f11f552cbbad8ef2603d09099aa.zip
hdf5-f12a59f4d6055f11f552cbbad8ef2603d09099aa.tar.gz
hdf5-f12a59f4d6055f11f552cbbad8ef2603d09099aa.tar.bz2
[svn-r23455] Updated Fortran and HL entries.
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt15
1 files changed, 13 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index eaa72d1..79488a9 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -87,7 +87,14 @@ New Features
Fortran API
-----------
- - None
+ - New API functions added (MSB - 2013/3/23):
+
+ h5odecr_refcount_f, h5oexists_by_name_f, h5oget_comment_f,
+ h5oget_comment_by_name_f, h5oincr_refcount_f, h5oopen_by_idx_f, h5oset_comment_f,
+ h5oset_comment_by_name_f, h5oset_comment_by_name_f
+
+ F2003: h5oget_info_f, h5oget_info_by_idx_f, h5ovisit_by_name_f
+
C++ API
-------
@@ -147,7 +154,11 @@ Bug Fixes since HDF5-1.8.10
F90 API
-------
- - None
+ - The integer type of the 'offset' argument in h5pset_external_f and
+ h5pget_external_f was changed to INTEGER(KIND=OFF_T) to support 8-byte
+ integers, matching the C type definition of off_t. (MSB - 2013/3/23)
+
+ - h5fc updated to recognize .f95, .f03 and .f08 file extensions.
C++ API
------