about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
committervan Hauser <vh@thc.org>2019-08-19 12:54:55 +0200
commitd3d0682310b840b027083133837bcd9be0638281 (patch)
treef2ae082998937985ec14a3df10c0d7a94d9369ec /docs
parent7cb0658b0091ecae9458c250505a05d1402a4fc8 (diff)
downloadafl++-d3d0682310b840b027083133837bcd9be0638281.tar.gz
seperated the forkserver from afl-fuzz and afl-tmin
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index dfebb68a..ed8e0022 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -20,12 +20,13 @@ Version ++2.53d (dev):
   - llvm 9 is now supported (still needs testing)
   - fix building qemu on some Ubuntus (thanks to floyd!)
   - custom mutator by a loaded library is now supported (thanks to kyakdan!)
+  - 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
-  - fix building on *BSD (thanks to tobias.kortkamp for the patch)
+  - the forkserver is now in its own C file to be easily integratable
   - small docu updates
-  - ... your patch? :)
 
 
 --------------------------