diff options
author | van Hauser <vh@thc.org> | 2020-05-19 19:51:54 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-05-19 19:51:54 +0200 |
commit | 25fbec663838cd23908042f4a8fca175ca77c046 (patch) | |
tree | 7978c662ec3d11c32a4aab6344e2b6773168dbcc /docs/Changelog.md | |
parent | ae6c30a71113fbebe3aca7fcdf6e007ae680c34b (diff) | |
download | afl++-25fbec663838cd23908042f4a8fca175ca77c046.tar.gz |
if no master is present a slave becomes a temporary master
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 189eca69..de874d1a 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -14,6 +14,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - -S slaves now only sync from the master to increase performance, the -M master stilly syncs from everyone. Added checks that exactly one master is present + - If no master is present at sync time one slave automatically becomes + a temporary master until a real master shows up - llvm_mode: - lowered minimum required llvm version to 3.4 (except LLVMInsTrim, which needs 3.8.0) |