Skip to content

Commit

Permalink
v2.66c release preparation
Browse files Browse the repository at this point in the history
  • Loading branch information
vanhauser-thc committed Jul 1, 2020
1 parent 4d2ccd1 commit 6b98157
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@

![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

Expand Down
2 changes: 1 addition & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# TODO list for AFL++

## Roadmap 2.65+
## Roadmap 2.66+

- AFL_MAP_SIZE for qemu_mode and unicorn_mode
- namespace for targets? e.g. network
Expand Down
2 changes: 1 addition & 1 deletion docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Want to stay in the loop on major new features? Join our mailing list by
sending a mail to <[email protected]>.


### Version ++2.65d (dev)
### Version ++2.66c (release)
- renamed the main branch on Github to "stable"
- renamed master/slave to main/secondary
- renamed blacklist/whitelist to ignorelist/instrumentlist ->
Expand Down
2 changes: 1 addition & 1 deletion include/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/* Version string: */

// c = release, d = volatile github dev, e = experimental branch
#define VERSION "++2.65d"
#define VERSION "++2.66c"

/******************************************************
* *
Expand Down
1 change: 0 additions & 1 deletion src/afl-fuzz.c
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,6 @@ int main(int argc, char **argv_orig, char **envp) {
OKF("Power schedules from github.com/mboehme/aflfast");
OKF("Python Mutator and llvm_mode instrument file list from "
"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");

if (afl->sync_id && afl->is_main_node &&
Expand Down

0 comments on commit 6b98157

Please sign in to comment.