diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-02-18 01:47:30 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-02-18 01:47:30 (GMT) |
commit | 089d7a01fa5adcfce6e53e6e65b06ca0af9acffd (patch) | |
tree | a3eb693717ffea19734a82ff53918ebc65b92666 | |
parent | 1a2ddc096608d22d27ae0c261accf2c125fea892 (diff) | |
download | hdf5-089d7a01fa5adcfce6e53e6e65b06ca0af9acffd.zip hdf5-089d7a01fa5adcfce6e53e6e65b06ca0af9acffd.tar.gz hdf5-089d7a01fa5adcfce6e53e6e65b06ca0af9acffd.tar.bz2 |
[svn-r13326] added the change of default fortran compiler to be g95.
-rw-r--r-- | release_docs/RELEASE.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 08ea7f5..48b18b3 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -57,6 +57,8 @@ New Features Configuration: -------------- + - Changed default fortran compiler to g95 when gcc is used. - AKC + 2007/2/17. - 'make check-vfd' can now be run from the top level directory. Not all tests that 'make check' invokes work with certain Virtual File Drivers, so those tests have been skipped. - MAM 2006/7/17 |