about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-09-02 10:29:54 +0200
committervan Hauser <vh@thc.org>2019-09-02 10:29:54 +0200
commit39c4bb7a49d22c66b3cb613fb13329ec7a6dc16d (patch)
tree56ad642e4beadf3d8557bb3f5e537bb4b3a827cd /docs
parent6cb07a91310494ff95bfd832c6926994592194c3 (diff)
downloadafl++-39c4bb7a49d22c66b3cb613fb13329ec7a6dc16d.tar.gz
added peak_rss_mb and slowest_exec_ms in fuzzer_stats report
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index dd5b597c..1cd95650 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -29,18 +29,17 @@ Version ++2.53d (dev):
   - Android is now supported (thank to JoeyJiao!) - still need to modify the Makefile though
   - fix building qemu on some Ubuntus (thanks to floyd!)
   - custom mutator by a loaded library is now supported (thanks to kyakdan!)
+  - added PR that includes peak_rss_mb and slowest_exec_ms in the fuzzer_stats report
   - more support for *BSD (thanks to devnexen!)
   - fix building on *BSD (thanks to tobias.kortkamp for the patch)
   - fix for a few features to support different map sized than 2^16
   - afl-showmap: new option -r now shows the real values in the buckets (stock
     afl never did), plus shows tuple content summary information now
-  - the forkserver is now in its own C file to be easily integratable
   - small docu updates
   - NeverZero counters for QEMU
   - NeverZero counters for Unicorn
   - CompareCoverage Unicorn
   - Immediates-only instrumentation for CompareCoverage
-  - ... your patch? :)
 
 
 --------------------------