12015-08-14 - Version 0.6 (rev aa61adb)
2        - Improvements to feedback-driven fuzzing. Using bloom-style filter to record branches (much faster).
3        - Using multiple hardware-assisted feedback signals at once.
4        - Multiple small things: usage notes, logging
5
62015-02-26 - Version 0.5 (revision 284)
7        - Feedback-driven fuzzing on Linux (using Intel's BTS with Linux perf infrastructure for branch counting) (-Dp option)
8        - Compiles cleanly and works under FreeBSD 10.1
9        - Uses libbfd/libunwind (under Linux) to disassemble offending instructions
10        - Many smaller fixes
11
122015-02-01 - Version 0.4 (revision 72)
13        - Switch from udis86 to capstone (Capstone is available in many Linux distros as opposed to udis86)
14        - OSX 10.10 support
15        - Many smaller fixes (esp. for MacOS)
16
172011-07-02 - Version 0.3 (revision 37)
18        - Honggfuzz now allows attaching to an external process (-p) (Linux only)
19        - -f no longer required when -c (external command) is specified
20        - Smaller fixes (typos)
21
222011-06-02 - Version 0.2 (revision 26)
23        - MacOS fixes (parsing DiagnosticReports) - solves http://code.google.com/p/honggfuzz/issues/detail?id=2
24        - getopt() returns 'int' and not 'char' (could hang the process in a forever-loop)
25        - Formatting changes
26        - Updated comments/usage
27
282010-12-13 - Initial release 0.1 (revision 13)
29