diff options
author | Pjotr Prins | 2020-09-29 13:04:05 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-09-29 13:04:09 +0100 |
commit | a958718cdf8b2dc3a991c310b7c20a930c87a1d6 (patch) | |
tree | 346eac83c29d5f0ecd54de24cb61f6f925d72715 | |
parent | ac67a05b7eae37ef28a3e9af9a03f75e310fb7b7 (diff) | |
download | pangemma-a958718cdf8b2dc3a991c310b7c20a930c87a1d6.tar.gz |
RELEASE NOTES
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | RELEASE-NOTES.md | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -253,7 +253,7 @@ program and the contents of the .log.txt file in the output directory. ### Check list: -1. [X] I have found and issue with GEMMA +1. [X] I have found an issue with GEMMA 2. [ ] I have searched for it on the [issue tracker](https://github.com/genetics-statistics/GEMMA/issues?q=is%3Aissue) (incl. closed issues) 3. [ ] I have searched for it on the [mailing list](https://groups.google.com/forum/#!forum/gemma-discussion) 4. [ ] I have tried the latest [release](https://github.com/genetics-statistics/GEMMA/releases) of GEMMA diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 4345c27..0c44887 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -6,6 +6,8 @@ and ## ChangeLog v0.98.3 (2020/?) +* Fix Travis build with gcc 5.5 (OpenBLAS related round-offs) +* GEMMA installs on FreeBSD (thanks @outpaddling) ## ChangeLog v0.98.2 (2019/05/28) |