diff options
author | van Hauser <vh@thc.org> | 2020-08-18 20:05:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-18 20:05:56 +0200 |
commit | 5c759953f4803ca37f214a9bb678fc5230778e8e (patch) | |
tree | a5adae90283726011e24bc9ce3978283f7ca8632 /docs | |
parent | b504b9313a47c597296a2dab4fd8a591d93242b4 (diff) | |
parent | 1c64048d0f3a7bb7ec460d86a6abba7c4123d18f (diff) | |
download | afl++-5c759953f4803ca37f214a9bb678fc5230778e8e.tar.gz |
Merge pull request #511 from AFLplusplus/stable
push to dev
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index d9c2a9c0..b80d4047 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -9,7 +9,7 @@ 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 ++2.66d (devel) +### Version ++2.67c (release) - Support for improved afl++ snapshot module: https://github.com/AFLplusplus/AFL-Snapshot-LKM - Due to the instrumentation needing more memory, the initial memory sizes @@ -24,11 +24,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - fixed a bug in redqueen for strings and made deterministic with -s - Compiletime autodictionary fixes - llvm_mode: - - now supports llvm 12! + - now supports llvm 12 - support for AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST (previous AFL_LLVM_WHITELIST and AFL_LLVM_INSTRUMENT_FILE are deprecated and are matched to AFL_LLVM_ALLOWLIST). The format is compatible to llvm - sancov, and also supports function matching! + sancov, and also supports function matching :) - added neverzero counting to trace-pc/pcgard - fixes for laf-intel float splitting (thanks to mark-griffin for reporting) @@ -41,7 +41,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - LTO: fixed autodict for long strings - LTO: laf-intel and redqueen/cmplog are now applied at link time to prevent llvm optimizing away the splits - - LTO: autodictionary mode is a default + - LTO: autodictionary mode is a fixed default now - LTO: instrim instrumentation disabled, only classic support used as it is always better - LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID |