summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorlrknox <lrknox>2017-03-24 21:16:59 (GMT)
committerlrknox <lrknox>2017-03-24 21:16:59 (GMT)
commit5599d5c13437767312ce28d95b58d931d8fbf084 (patch)
tree1244a0532da455778322d2a3e7ba4956f2017c5b
parentb18d2b609be2655d9fbcf6b6f1693e299c7a198f (diff)
parent1ea9e4afd67b1597978c4c3636a5a2e7bad6f2cf (diff)
downloadhdf5-5599d5c13437767312ce28d95b58d931d8fbf084.zip
hdf5-5599d5c13437767312ce28d95b58d931d8fbf084.tar.gz
hdf5-5599d5c13437767312ce28d95b58d931d8fbf084.tar.bz2
Merge branch 'hdf5_1_10_1' of https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10_1
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 2aa6e60..0275012 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -145,7 +145,8 @@ New Features
Fortran Library:
----------------
- -
+ - Added support for NAG compiler.
+ (HDFFV-9973 MSB (2017/2/10))
C++ Library:
------------
@@ -223,6 +224,9 @@ New Features
High-Level APIs:
---------------
+ - Added New Fortran 2003 API for h5tbmake_table_f.
+ (HDFFV-8486, MSB 2017/02/10)
+
C Packet Table API
------------------
@@ -293,7 +297,8 @@ Bug Fixes since HDF5-1.10.0-patch1 release
Fortran
--------
- -
+ - Changed H5S_ALL_F from INTEGER to INTEGER(HID_T)
+ (HDFFv-9987 MSB 2016/10/14)
Tools
-----