aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-03-08 15:16:43 +0100
committervanhauser-thc <vh@thc.org>2021-03-08 15:16:43 +0100
commite226d1bbb390fb2f81e192d5a8077ec386504807 (patch)
treee9f634bdd17735f3748a511c01540a404d401ab2 /docs
parent54c1087340e374fc4725e642b3a5cccf98a06d3f (diff)
downloadafl++-e226d1bbb390fb2f81e192d5a8077ec386504807.tar.gz
update changelog
Diffstat (limited to 'docs')
-rw-r--r--docs/Changelog.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md
index 3ca4a20b..ab0e2da2 100644
--- a/docs/Changelog.md
+++ b/docs/Changelog.md
@@ -9,10 +9,10 @@ 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)
- - afl-fuzz
+ - afl-fuzz:
- add non-unicode variants from unicode-looking dictionary entries
- Rust custom mutator API improvements
- - afl-cc
+ - afl-cc:
- fixed a crash that can occur with ASAN + CMPLOG together plus
better support for unicode (thanks to @stbergmann for reporting!)
- fixed a crash in LAF transform for empty strings
@@ -21,11 +21,12 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
instrumented libs loaded before the forkserver and even after the
forkserver is started (then with collisions though)
- Renamed CTX to CALLER, added correct/real CTX implementation to CLASSIC
- - qemu_mode
+ - qemu_mode:
- added AFL_QEMU_EXCLUDE_RANGES env by @realmadsci, thanks!
- if no new/updated checkout is wanted, build with:
NO_CHECKOUT=1 ./build_qemu_support.sh
- we no longer perform a "git drop"
+ - afl-cmin: support filenames with spaces
### Version ++3.10c (release)