diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 9503f493..ef721bb1 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -4,12 +4,24 @@ release of the tool. See README.md for the general instruction manual. -### Version ++4.04a (dev) - - fix gramatron and grammar_mutatur build scripts +### Version ++4.04c (release) + - fix gramatron and grammar_mutator build scripts - enhancements to the afl-persistent-config and afl-system-config scripts + - afl-fuzz: + - force writing all stats on exit - afl-cc: - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 + - qemu_mode: + - fixed 10x speed degredation in v4.03c, thanks to @ele7enxxh for + reporting! + - added qemu_mode/fastexit helper library + - unicorn_mode: + - Enabled tricore arch (by @jma-qb) + - Updated Capstone version in Rust bindings + - llvm-mode: + - AFL runtime will always pass inputs via shared memory, when possible, + ignoring the command line. ### Version ++4.03c (release) |