about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-05-19 19:22:11 +0200
committervan Hauser <vh@thc.org>2020-05-19 19:22:11 +0200
commitae6c30a71113fbebe3aca7fcdf6e007ae680c34b (patch)
tree07962d121a043207a5b17ee3818a4e527c972184 /docs/Changelog.md
parentc7b1ed23953700b17ecf322c79148e9a40cc9f18 (diff)
downloadafl++-ae6c30a71113fbebe3aca7fcdf6e007ae680c34b.tar.gz
upgrade Dockerfile to Ubunutu 20.04 with llvm 11 and gcc 10 for afl-clang-lto
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md8
1 files changed, 5 insertions, 3 deletions
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 <afl-users+subscribe@googlegroups.com>.
      - -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):