This commit is contained in:
vanhauser-thc
2022-09-19 12:15:10 +02:00
parent 6afca4f073
commit 38ab1eda6e
5 changed files with 6 additions and 10 deletions

View File

@ -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"> <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.02c](https://github.com/AFLplusplus/AFLplusplus/releases) Release version: [4.03c](https://github.com/AFLplusplus/AFLplusplus/releases)
GitHub version: 4.03a GitHub version: 4.04a
Repository: Repository:
[https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus) [https://github.com/AFLplusplus/AFLplusplus](https://github.com/AFLplusplus/AFLplusplus)

View File

@ -3,12 +3,8 @@
This is the list of all noteworthy changes made in every public This is the list of all noteworthy changes made in every public
release of the tool. See README.md for the general instruction manual. 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 ### Version ++4.03c (release)
sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++4.03a (dev)
- Building now gives a build summary what succeeded and what not - Building now gives a build summary what succeeded and what not
- afl-fuzz: - afl-fuzz:
- added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead - added AFL_NO_STARTUP_CALIBRATION to start fuzzing at once instead

View File

@ -26,7 +26,7 @@
/* Version string: */ /* Version string: */
// c = release, a = volatile github dev, e = experimental branch // c = release, a = volatile github dev, e = experimental branch
#define VERSION "++4.03a" #define VERSION "++4.03c"
/****************************************************** /******************************************************
* * * *

View File

@ -1 +1 @@
61bc152384 d09c24cb12