v2.66c release preparation

This commit is contained in:
van Hauser
2020-07-01 09:15:47 +02:00
parent 4d2ccd18f6
commit 6b98157c1a
5 changed files with 5 additions and 6 deletions

View File

@ -4,9 +4,9 @@
![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable) ![Travis State](https://api.travis-ci.com/AFLplusplus/AFLplusplus.svg?branch=stable)
Release Version: [2.65c](https://github.com/AFLplusplus/AFLplusplus/releases) Release Version: [2.66c](https://github.com/AFLplusplus/AFLplusplus/releases)
Github Version: 2.65d Github Version: 2.66d
includes all necessary/interesting changes from Google's afl 2.56b includes all necessary/interesting changes from Google's afl 2.56b

View File

@ -1,6 +1,6 @@
# TODO list for AFL++ # TODO list for AFL++
## Roadmap 2.65+ ## Roadmap 2.66+
- AFL_MAP_SIZE for qemu_mode and unicorn_mode - AFL_MAP_SIZE for qemu_mode and unicorn_mode
- namespace for targets? e.g. network - namespace for targets? e.g. network

View File

@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <afl-users+subscribe@googlegroups.com>. sending a mail to <afl-users+subscribe@googlegroups.com>.
### Version ++2.65d (dev) ### Version ++2.66c (release)
- renamed the main branch on Github to "stable" - renamed the main branch on Github to "stable"
- renamed master/slave to main/secondary - renamed master/slave to main/secondary
- renamed blacklist/whitelist to ignorelist/instrumentlist -> - renamed blacklist/whitelist to ignorelist/instrumentlist ->

View File

@ -28,7 +28,7 @@
/* Version string: */ /* Version string: */
// c = release, d = volatile github dev, e = experimental branch // c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.65d" #define VERSION "++2.66c"
/****************************************************** /******************************************************
* * * *

View File

@ -792,7 +792,6 @@ int main(int argc, char **argv_orig, char **envp) {
OKF("Power schedules from github.com/mboehme/aflfast"); OKF("Power schedules from github.com/mboehme/aflfast");
OKF("Python Mutator and llvm_mode instrument file list from " OKF("Python Mutator and llvm_mode instrument file list from "
"github.com/choller/afl"); "github.com/choller/afl");
OKF("afl-tmin fork server patch from github.com/nccgroup/TriforceAFL");
OKF("MOpt Mutator from github.com/puppet-meteor/MOpt-AFL"); OKF("MOpt Mutator from github.com/puppet-meteor/MOpt-AFL");
if (afl->sync_id && afl->is_main_node && if (afl->sync_id && afl->is_main_node &&