aboutsummaryrefslogtreecommitdiff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-16 08:51:00 +0200
committervan Hauser <vh@thc.org>2019-07-16 08:51:00 +0200
commit995eb0cd7972e2179ea9fe727d3c89d0b552c111 (patch)
tree15bcfb9c413641845310f4ba9cd90592edbcb406 /docs/ChangeLog
parent9f079658769a0edb775006ba5088cb7fcc3f89e6 (diff)
downloadafl++-995eb0cd7972e2179ea9fe727d3c89d0b552c111.tar.gz
deprecate afl-gcc
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 8c1aa994..735653c0 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,10 +17,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
Version ++2.52d (tbd):
-----------------------------
+ - Using the old ineffective afl-gcc will now show a deprecation warning
- if llvm_mode was compiled, afl-clang/afl-clang++ will point to these
instead of afl-gcc
- added gcc_plugin which is like llvm_mode but for gcc. This version
- supports gcc version 5 to 8. See gcc_plugin/README (https://github.com/T12z/afl)
+ supports gcc version 5 to 8. See gcc_plugin/README.gcc
+ (https://github.com/T12z/afl)
- added instrim, a much faster llvm_mode instrumentation at the cost of
path discovery. See llvm_mode/README.instrim (https://github.com/csienslab/instrim)
- added MOpt (github.com/puppet-meteor/MOpt-AFL) mode, see docs/README.MOpt