Skip to content

Commit 1884c4c

Browse files
committed
update ChangeLog
1 parent 2484cb6 commit 1884c4c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

CREDITS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,12 @@ Markus Teufelberger
99
advantage is that code coverage results are produced more quickly in
1010
this mode since AFL can generate test cases - at least initially - much
1111
faster than code coverage can be calculated for each test case.
12+
13+
James Steele
14+
- Submitted a patch to add the '--follow' command line argument which
15+
provides an option identical to that available on lcov that instructs the
16+
search for .da files to follow symlinks (which are not traversed by
17+
default).
18+
19+
Denis Kasak
20+
- Submitted a patch to correct a variable naming bug.

ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
afl-cov-0.6.1 (11/27/2017):
2+
- (James Steele) Add the '--follow' command line argument which provides an
3+
option identical to that available on lcov that instructs the search for
4+
.da files to follow symlinks (which are not traversed by default).
5+
- Add the '--disable-gcov-check' argument so that the check for whether
6+
the target binary has been compiled with code coverage support can be
7+
disabled.
8+
19
afl-cov-0.6 (06/05/2016):
210
- (Markus Teufelberger) Add --cover-corpus argument so that code coverage
311
is measured only after all new AFL test cases are executed. The main

0 commit comments

Comments
 (0)