diff options
author | van Hauser <vh@thc.org> | 2024-04-26 16:17:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-26 16:17:41 +0200 |
commit | ad0d0c77fb313e6edfee111fecf2bcd16d8f915e (patch) | |
tree | d14359defab2ebe64d7536d7de8c4f63cb7105e9 /docs/Changelog.md | |
parent | 1d17210d9fb0eb37ba866a3697643a9e4f37acd5 (diff) | |
parent | 2c3f761ede22c132277a855f2219b85a34c6048a (diff) | |
download | afl++-ad0d0c77fb313e6edfee111fecf2bcd16d8f915e.tar.gz |
Merge pull request #2071 from AFLplusplus/dev
Push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2428d63f..c1b2f62a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,6 +3,18 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. +### Version ++4.21a (dev) + * afl-fuzz + - fix AFL_PERSISTENT_RECORD + - prevent filenames in the queue that have spaces + - minor fix for FAST schedules + * afl-cc: + - fixes for LTO and outdated afl-gcc mode + - ensure shared memory variables are visible in weird build setups + * afl-cmin + - work with input files that have a space + + ### Version ++4.20c (release) ! A new forkserver communication model is now introduced. afl-fuzz is backward compatible to old compiled targets if they are not built |