This commit is contained in:
van Hauser 2020-08-18 19:56:47 +02:00
parent 0a6084f361
commit 1c64048d0f
3 changed files with 7 additions and 7 deletions

View File

@ -4,9 +4,9 @@
![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable) ![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable)
Release Version: [2.66c](https://github.com/AFLplusplus/AFLplusplus/releases) Release Version: [2.67c](https://github.com/AFLplusplus/AFLplusplus/releases)
Github Version: 2.66d Github Version: 2.67d
Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -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>. sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++2.66d (devel) ### Version ++2.67c (release)
- Support for improved afl++ snapshot module: - Support for improved afl++ snapshot module:
https://github.com/AFLplusplus/AFL-Snapshot-LKM https://github.com/AFLplusplus/AFL-Snapshot-LKM
- Due to the instrumentation needing more memory, the initial memory sizes - Due to the instrumentation needing more memory, the initial memory sizes
@ -23,11 +23,11 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
MOpt into the mix MOpt into the mix
- fixed a bug in redqueen for strings and made deterministic with -s - fixed a bug in redqueen for strings and made deterministic with -s
- llvm_mode: - llvm_mode:
- now supports llvm 12! - now supports llvm 12
- support for AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST (previous - support for AFL_LLVM_ALLOWLIST/AFL_LLVM_DENYLIST (previous
AFL_LLVM_WHITELIST and AFL_LLVM_INSTRUMENT_FILE are deprecated and AFL_LLVM_WHITELIST and AFL_LLVM_INSTRUMENT_FILE are deprecated and
are matched to AFL_LLVM_ALLOWLIST). The format is compatible to llvm 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 - added neverzero counting to trace-pc/pcgard
- fixes for laf-intel float splitting (thanks to mark-griffin for - fixes for laf-intel float splitting (thanks to mark-griffin for
reporting) reporting)
@ -40,7 +40,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>.
- LTO: fixed autodict for long strings - LTO: fixed autodict for long strings
- LTO: laf-intel and redqueen/cmplog are now applied at link time - LTO: laf-intel and redqueen/cmplog are now applied at link time
to prevent llvm optimizing away the splits 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 - LTO: instrim instrumentation disabled, only classic support used
as it is always better as it is always better
- LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID - LTO: env var AFL_LLVM_DOCUMENT_IDS=file will document which edge ID

View File

@ -28,7 +28,7 @@
/* Version string: */ /* Version string: */
// c = release, d = volatile github dev, e = experimental branch // c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.66d" #define VERSION "++2.67c"
/****************************************************** /******************************************************
* * * *