diff options
author | van Hauser <vh@thc.org> | 2020-07-01 09:28:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 09:28:13 +0200 |
commit | ba79777bc5a242782f8a48e0bb13eb6d43473917 (patch) | |
tree | c47d0b5bd7804d241dcff94bb1763e79ecc9ae1d /docs/Changelog.md | |
parent | 9d5007b18e41f17c395fcfc5fc0a8c8c87f4f75d (diff) | |
parent | b67905c40fe0c284eaf27c83423a4d7cdd717157 (diff) | |
download | afl++-ba79777bc5a242782f8a48e0bb13eb6d43473917.tar.gz |
Merge pull request #432 from AFLplusplus/dev
v2.66c
Diffstat (limited to 'docs/Changelog.md')
-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 6718ecde..e6e0116a 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.65d (dev) +### Version ++2.66c (release) - renamed the main branch on Github to "stable" - renamed master/slave to main/secondary - renamed blacklist/whitelist to ignorelist/instrumentlist -> @@ -34,18 +34,18 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - the default instrumentation is now PCGUARD if the llvm version is >= 7, as it is faster and provides better coverage. The original afl instrumentation can be set via AFL_LLVM_INSTRUMENT=AFL. This is - automatically done when the WHITELIST feature is used. + automatically done when the instrument_file list feature is used. - PCGUARD mode is now even better because we made it collision free - plus it has a fixed map size, so it is also faster! :) - some targets want a ld variant for LD that is not gcc/clang but ld, added afl-ld-lto to solve this - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which needs 3.8.0) - - WHITELIST feature now supports wildcards (thanks to sirmc) + - instrument_file list feature now supports wildcards (thanks to sirmc) - small change to cmplog to make it work with current llvm 11-dev - added AFL_LLVM_LAF_ALL, sets all laf-intel settings - LTO instrument_files functionality rewritten, now main, _init etc functions - need not to be instrument_filesed anymore + need not to be listed anymore - fixed crash in compare-transform-pass when strcasecmp/strncasecmp was tried to be instrumented with LTO - fixed crash in cmplog with LTO |