Skip to content

Commit

Permalink
Prepare version 2.1 for release - CHANGELOG #2
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Mar 2, 2020
1 parent 4b93962 commit 2d66c38
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
2020-03-03 - Version 2.1
- string/int comparison enabled for targets built with *SAN, but w/o hfuzz-cc
- parallel work made faster by using faster ATOMIC constructs (check first, then update)
- implement --experimental_const_feedback - const string/integer feedback (used as an additional dictionary)
- sanitizer report files are "better"-deleted (i.e. based on PID and not TID)
- new patches for fuzzing added (e.g. for bind-9.16.0/9.15.7)
- buffered output enabled in display.c
- some functions moved from per-arch arch.c to common subproc.c
- compilation under MacOS X 10.15 (Catalina) is now supported
- added suport for bfd/binutils-2.33
- Parallel work made faster by using faster ATOMIC constructs (check first, then update)
- Implement --experimental_const_feedback - const string/integer feedback (used as an additional dictionary)
- Sanitizer report files are "better"-deleted (i.e. based on PID and not TID)
- New patches for fuzzing added (e.g. for bind-9.16.0/9.15.7)
- Buffered output enabled in display.c
- Some functions moved from per-arch arch.c to common subproc.c
- Compilation under MacOS X 10.15 (Catalina) is now supported
- Added suport for bfd/binutils-2.33

2019-12-07 - Version 2.0
- Coverage-based corpus minimizer with '-M'
Expand Down

0 comments on commit 2d66c38

Please sign in to comment.