about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-28 19:23:04 +0100
committervan Hauser <vh@thc.org>2020-01-28 19:23:04 +0100
commitbb88d98ff8f8f1b1a434643ccd30dcd48b529a64 (patch)
treec0a1883e07b16a2da32991b903e3ae53946e0b8f /docs
parent465033b04a4ebfb7693925303620613a8d4a223e (diff)
downloadafl++-bb88d98ff8f8f1b1a434643ccd30dcd48b529a64.tar.gz
android: prefer bigcores
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index c1d53379..5017a803 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -21,10 +21,12 @@ Version ++2.60d (develop):
   - afl-fuzz:
      - now prints the real python version support compiled in
      - set stronger performance compile options and little tweaks
+     - Android: prefer bigcores when selecting a CPU
   - afl-clang-fast:
      - show in the help output for which llvm version it was compiled for
      - now does not need to be recompiled between trace-pc and pass
        instrumentation. compile normally and set AFL_LLVM_USE_TRACE_PC :)
+     - llvm 11 is supported
   - afl-cmin is now a sh script (invoking awk) instead of bash for portability
     the original script is still present as afl-cmin.bash
   - added blacklist and whitelisting function check in all modules of llvm_mode