diff options
author | vanhauser-thc <vh@thc.org> | 2023-04-17 10:25:10 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-04-17 10:25:10 +0200 |
commit | 7f734c96d187312868178e8ead95dc103c557c1f (patch) | |
tree | 5e97dc274212181cd0117057492bce84809e1a4d | |
parent | 4d29e484b7b2fcc4ff25774888c8fcbd1a1618c1 (diff) | |
download | afl++-7f734c96d187312868178e8ead95dc103c557c1f.tar.gz |
v4.06c release
-rw-r--r-- | README.md | 4 | ||||
-rw-r--r-- | docs/Changelog.md | 5 | ||||
-rw-r--r-- | include/config.h | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/README.md b/README.md index 821b8cb7..c012c400 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ <img align="right" src="https://raw.githubusercontent.com/AFLplusplus/Website/master/static/aflpp_bg.svg" alt="AFL++ logo" width="250" heigh="250"> -Release version: [4.05c](https://github.com/AFLplusplus/AFLplusplus/releases) +Release version: [4.06c](https://github.com/AFLplusplus/AFLplusplus/releases) -GitHub version: 4.06a +GitHub version: 4.07a Repository: [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) diff --git a/docs/Changelog.md b/docs/Changelog.md index 3337feb9..587fb64c 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -3,7 +3,7 @@ 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.06a (dev) +### Version ++4.06c (release) - afl-fuzz: - ensure temporary file descriptor is closed when not used - added `AFL_NO_WARN_INSTABILITY` @@ -29,9 +29,10 @@ - fix issue on MacOS - unicorn_mode: - updated and minor issues fixed + - nyx_mode support for all tools + - better sanitizer default options support for all tools - new custom module: autotoken, a grammar free fuzzer for text inputs - fixed custom mutator C examples - - better sanitizer default options support for all tools - more minor fixes and cross-platform support ### Version ++4.05c (release) diff --git a/include/config.h b/include/config.h index e46f515a..b6249a0f 100644 --- a/include/config.h +++ b/include/config.h @@ -26,7 +26,7 @@ /* Version string: */ // c = release, a = volatile github dev, e = experimental branch -#define VERSION "++4.06a" +#define VERSION "++4.06c" /****************************************************** * * |