about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2020-01-23 10:15:33 +0100
committervan Hauser <vh@thc.org>2020-01-23 10:15:33 +0100
commite7c95ebf5a4828b662252b10052a89923dd25030 (patch)
tree8cee04ce7a4772134543a412cbe54a1a002924da /docs
parenta58800b90122f3d612a0badb243d2c1b6fc9c742 (diff)
downloadafl++-e7c95ebf5a4828b662252b10052a89923dd25030.tar.gz
afl-cmin final touches
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 bb3537dd..33c6f618 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -25,6 +25,8 @@ Version ++2.60d (develop):
      - 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 :)
+  - 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 blacklisted function check in all modules of llvm_mode
   - added fix from Debian project to compile libdislocator and libtokencap