diff options
author | vanhauser-thc <vh@thc.org> | 2022-09-26 11:55:03 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2022-09-26 11:55:03 +0200 |
commit | 1ce0dcac3fc8580d549143dc0e8469264900bdce (patch) | |
tree | cce55648d1e161100e8cf5456990bd3c8dff0caf /docs | |
parent | 77f253c1b910e5240ac467680ea9e21a1e4e05ef (diff) | |
download | afl++-1ce0dcac3fc8580d549143dc0e8469264900bdce.tar.gz |
fix standalone running with shared libs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2b67fb76..32272b8e 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -5,7 +5,9 @@ ### Version ++4.04a (dev) - - ... your PR? :) + - fix gramatron and grammar_mutatur build scripts + - afl-cc: + - make gcc_mode (afl-gcc-fast) work with gcc down to version 3.6 ### Version ++4.03c (release) |