about summary refs log tree commit diff
path: root/docs/Changelog.md
diff options
context:
space:
mode:
authorhexcoder <hexcoder-@users.noreply.github.com>2021-03-17 08:00:32 +0100
committerGitHub <noreply@github.com>2021-03-17 08:00:32 +0100
commitd17abce59b846d2008eac3dd1a73939e91f4b653 (patch)
treee2715f85ccae8a64a0bce669a7a767dea363f673 /docs/Changelog.md
parent62f067ec71aff384a197511b33142002ca284c66 (diff)
parentb715050de9846ab4b1f30a811af83b7a4b9e09a3 (diff)
downloadafl++-d17abce59b846d2008eac3dd1a73939e91f4b653.tar.gz
Merge branch 'dev' into atat-plusplus
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r--docs/Changelog.md13
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 8f3e588c..bf04c58e 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -8,9 +8,19 @@
 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 ++3.11a (dev)
+### Version ++3.12a (dev)
+  - afl-cc:
+    - fix cmplog rtn (rare crash and not being able to gather ptr data)
+    - link runtime not to shared libs
+  - qemu_mode (thanks @realmadsci):
+    - move AFL_PRELOAD and AFL_USE_QASAN logic inside afl-qemu-trace
+    - add AFL_QEMU_CUSTOM_BIN
+
+### Version ++3.11c (release)
   - afl-fuzz:
+    - better auto detection of map size
     - fix sanitizer settings (bug since 3.10c)
+    - fix an off-by-one overwrite in cmplog
     - add non-unicode variants from unicode-looking dictionary entries
     - Rust custom mutator API improvements
     - Imported crash stats painted yellow on resume (only new ones are red)
@@ -36,7 +46,6 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
     - we no longer perform a "git drop"
   - afl-cmin: support filenames with spaces
 
-
 ### Version ++3.10c (release)
   - Mac OS ARM64 support
   - Android support fixed and updated by Joey Jiaojg - thanks!