diff --git a/CHANGELOG b/CHANGELOG index aa20e966d..d1bf5ff3c 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,9 @@ -2017-02-07 - Version 1.4 +2017-02-22 - Version 1.5 + - Persistent fuzzing now works with MacOS-X + - Fixed some examples/ to make it work with MacOS-X + - Should compile cleanly with newer MacOS-X versions + +2017-02-07 - Version 1.4 (rev 28c7d9e) - Socketfuzzer by @dobin - TCP fuzzer (HonggFuzzer NetDriver) in libhfnetdriver - Display: changed layout a bit diff --git a/honggfuzz.h b/honggfuzz.h index f598e27c5..2f01aa0df 100644 --- a/honggfuzz.h +++ b/honggfuzz.h @@ -38,7 +38,7 @@ #include "libhfcommon/util.h" #define PROG_NAME "honggfuzz" -#define PROG_VERSION "1.4" +#define PROG_VERSION "1.5" /* Name of the template which will be replaced with the proper name of the file */ #define _HF_FILE_PLACEHOLDER "___FILE___"