diff options
Diffstat (limited to 'docs/ChangeLog')
-rw-r--r-- | docs/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 616dd78b..ea6e59bc 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -20,6 +20,9 @@ Version ++2.52d (tbd): - added Python Module mutator support, python2.7-dev is autodetected. see docs/python_mutators.txt (originally by choller@mozilla) - added AFL_CAL_FAST for slow applications and AFL_DEBUG_CHILD_OUTPUT for debugging + - added a -s seed switch to allow afl run with a fixed initial + seed that is not updated. this is good for performance and path discovery + tests as the random numbers are deterministic then - ... your idea or patch? |