diff options
author | van Hauser <vh@thc.org> | 2022-09-20 17:37:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-20 17:37:20 +0200 |
commit | ad4b7274766418d2006177edebf0d242b49c5fef (patch) | |
tree | deaa5f180c4e739df3f7a499632f9f96e8c687c7 /docs/Changelog.md | |
parent | badd9694d25ac5320b5f6d4e2ee182f59649a821 (diff) | |
parent | 41fe8b6ab9fe3d3f00717b7d7f3de072550f265c (diff) | |
download | afl++-ad4b7274766418d2006177edebf0d242b49c5fef.tar.gz |
Merge pull request #1527 from AFLplusplus/dev 4.03c
push to stable
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 71607542..7d34d364 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,12 +3,8 @@ This is the list of all noteworthy changes made in every public release of the tool. See README.md for the general instruction manual. -## Staying informed -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 ++4.03a (dev) +### Version ++4.03c (release) - Building now gives a build summary what succeeded and what not - afl-fuzz: - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead @@ -30,6 +26,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. edges (together with AFL_DEBUG=1 afl-fuzz). thanks to worksbutnottested! - afl-analyze broke at some point, fix by CodeLogicError, thank you! + - afl-cmin/afl-cmin.bash now have an -A option to allow also crashing + and timeout inputs - unicorn_mode: - updated upstream unicorn version - fixed builds for aarch64 |