about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-04-09 11:19:40 +0200
committervanhauser-thc <vh@thc.org>2021-04-09 11:19:48 +0200
commit019b26de58a4e7eb4b95aab6425beba4efb853f4 (patch)
treeddf5a2b48ad4ff4230ca81a5a6ea10b7afac4190 /docs/Changelog.md
parent43ca2d31132bb4dea131ac52ee268222a3b6f6e4 (diff)
downloadafl++-019b26de58a4e7eb4b95aab6425beba4efb853f4.tar.gz
fix afl_custom_queue_new_entry when syncing
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 24877f9a..072320dc 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -21,9 +21,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
       AFL_PERSISTENT_RECORD in config.h and docs/envs.h
     - default cmplog level (-l) is now 2, better efficiency.
     - ensure one fuzzer sync per cycle
+    - fix afl_custom_queue_new_entry original file name when syncing
+      from fuzzers
   - afl-cc:
     - Leak Sanitizer support (AFL_USE_LSAN) added by Joshua Rogers, thanks!
     - Removed InsTrim instrumentation as it is not as good as PCGUARD
+    - Removed automatic linking with -lc++ for LTO mode
 
 ### Version ++3.12c (release)
   - afl-fuzz: