about summary refs log tree commit diff
path: root/docs/ChangeLog
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-07-21 20:24:40 +0200
committervan Hauser <vh@thc.org>2019-07-21 20:24:40 +0200
commitf697752b52e619bdda2a5b629568e56c8f28fe47 (patch)
treeae600e39881d5e2b23f9f6712fe9aab24a2102a5 /docs/ChangeLog
parent914426d8877a111563dca3d4ec769c9ee95254e6 (diff)
downloadafl++-f697752b52e619bdda2a5b629568e56c8f28fe47.tar.gz
moved gcc_plugin to a branch, it is nowhere near "ok"
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r--docs/ChangeLog3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 44eb4012..120893d9 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -24,9 +24,6 @@ Version ++2.52d (tbd):
   - all queue, hang and crash files now have their discovery time in their name
   - 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.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