diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2010-07-16 21:35:35 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2010-07-16 21:35:35 (GMT) |
commit | dd5d27951f2ba156dc99cf5addaa2fb6e3cf345a (patch) | |
tree | 507ba1869bde61f7674475e8264a4f59bd6a162d /release_docs | |
parent | c3340f256d12bdcd5a290ced8808a8606da95ba3 (diff) | |
download | hdf5-dd5d27951f2ba156dc99cf5addaa2fb6e3cf345a.zip hdf5-dd5d27951f2ba156dc99cf5addaa2fb6e3cf345a.tar.gz hdf5-dd5d27951f2ba156dc99cf5addaa2fb6e3cf345a.tar.bz2 |
[svn-r19082] Made ';' after H5_PUSH_FUNC consistent throughout H5private.h to fix compile failure with Sun 5.10 C compiler.
Added Sun 5.10 compilers to RELEASE.txt.
Tested on linew.
Tested on amani, heiwa, and jam with h5committest.
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 78d69a0..b99bd37 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -92,7 +92,7 @@ New Features Support for New Platforms, Languages, and Compilers =================================================== - - None + - Sun C and C++ 5.10 and Sun Fortran 95 8.4. Bug Fixes since HDF5-1.8.5 |