diff options
author | van Hauser <vh@thc.org> | 2020-02-16 18:16:10 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-02-16 18:16:10 +0100 |
commit | 204059c61aca2ccdde64fbb59dbf6d86fb243bb3 (patch) | |
tree | c7ed9fb911835f570470bc0e0bf0193fe5434f9e /docs | |
parent | 4cccdb89c0112931e451bc0719880813d15d14dc (diff) | |
download | afl++-204059c61aca2ccdde64fbb59dbf6d86fb243bb3.tar.gz |
check for mistyped env vars
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index c488b84e..898591f4 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -12,6 +12,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. ### Version ++2.60d (develop): - use -march=native if available + - most tools now check for mistyped environment variables - afl-fuzz: - now prints the real python version support compiled in - set stronger performance compile options and little tweaks |