From ae6c30a71113fbebe3aca7fcdf6e007ae680c34b Mon Sep 17 00:00:00 2001 From: van Hauser Date: Tue, 19 May 2020 19:22:11 +0200 Subject: upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-lto --- docs/Changelog.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'docs/Changelog.md') diff --git a/docs/Changelog.md b/docs/Changelog.md index 4f9c727a..189eca69 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,13 +14,15 @@ sending a mail to . - -S slaves now only sync from the master to increase performance, the -M master stilly syncs from everyone. Added checks that exactly one master is present + - llvm_mode: + - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, + which needs 3.8.0) - fixed afl-gcc/afl-as that could break on fast systems reusing pids in the same second - added lots of dictionaries from oss-fuzz, go-fuzz and Jakub Wilk - added former post_library examples to examples/custom_mutators/ - - llvm_mode: - - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, - which needs 3.8.0) + - Dockerfile upgraded to Ubuntu 20.04 Focal and installing llvm 11 and gcc 10 + so afl-clang-lto can be build ### Version ++2.65c (release): -- cgit 1.4.1