about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--docs/ChangeLog3
-rw-r--r--docs/README3
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 120893d9..0b4927bc 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -17,6 +17,9 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
 Version ++2.52d (tbd):
 -----------------------------
 
+  - fix a crash in qemu_mode which also exists in stock afl
+  - added libcompcov, a laf-intel implementation for qemu! :)
+    see qemu_mode/libcompcov/README.libcompcov
   - afl-fuzz now displays the selected core in the status screen (blue {#})
   - updated afl-fuzz and afl-system-config for new scaling governor location
     in modern kernels
diff --git a/docs/README b/docs/README
index b606f6cf..d0ffe369 100644
--- a/docs/README
+++ b/docs/README
@@ -12,7 +12,8 @@ american fuzzy lop plus plus
 
 
   Many improvements were made, e.g. more performant llvm_mode, supporting
-  llvm up to version 8, Qemu 3.1, more speed for Qemu, etc.
+  llvm up to version 8, Qemu 3.1, more speed and crashfixes for Qemu,
+  laf-intel feature for Qemu (with libcompcov)  etc.
 
   Additionally AFLfast's power schedules by Marcel Boehme from
   https://github.com/mboehme/aflfast have been incorporated.