diff options
author | van Hauser <vh@thc.org> | 2021-03-15 23:14:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 23:14:07 +0100 |
commit | 23f7bee81c46ad4f0f65fa56d08064ab5f1e2e6f (patch) | |
tree | 79c15c7a4f879c90f683a61a8ad878bd19e2a69e /docs | |
parent | e5bdba4b9f22c0f2e4ff60ffc9bfa8fbaeb586d2 (diff) | |
parent | ac795ae1e154df87d422eb9a307ee1f40fcb701f (diff) | |
download | afl++-23f7bee81c46ad4f0f65fa56d08064ab5f1e2e6f.tar.gz |
Merge pull request #820 from AFLplusplus/dev 3.11c
push to stable
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c475911d..1c735a70 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -8,11 +8,14 @@ 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.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) - afl-cc: - added AFL_NOOPT that will just pass everything to the normal gcc/clang compiler without any changes - to pass weird configure |