about summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2019-10-21 11:28:32 +0200
committervan Hauser <vh@thc.org>2019-10-21 11:28:32 +0200
commitbe6bc155ebd891eebd21eac8982784e7f2be4f41 (patch)
tree4b6b9ce5b4fc29f5d5fbd6d3dc40473cc6810170 /docs
parentd0bbef74ef4ecdf41f7b88b77ff833b563d78450 (diff)
downloadafl++-2.58c.tar.gz
v2.58c 2.58c
Diffstat (limited to 'docs')
-rw-r--r--docs/ChangeLog14
1 files changed, 8 insertions, 6 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog
index 46b9e330..c2d46e4d 100644
--- a/docs/ChangeLog
+++ b/docs/ChangeLog
@@ -13,14 +13,16 @@ Want to stay in the loop on major new features? Join our mailing list by
 sending a mail to <afl-users+subscribe@googlegroups.com>.
 
 
-----------------------
-Version ++2.57d (dev):
-----------------------
+--------------------------
+Version ++2.58c (release):
+--------------------------
 
-  - reverted patch to not unlink and recreate the input file, it resulted in performance loss
+  - reverted patch to not unlink and recreate the input file, it resulted in
+    performance loss of ~10%
   - added test/test-performance.sh script
-  - (re)added gcc_plugin, fast inline instrumentation is not yet finished
-  - added gcc_plugin tests
+  - (re)added gcc_plugin, fast inline instrumentation is not yet finished,
+    however it includes the whitelisting and persistance feature! by hexcoder-
+  - gcc_plugin tests added to testing framework
 
 
 --------------------------------