From aed1f87a303bac7031d4063b2e417f72434625eb Mon Sep 17 00:00:00 2001 From: Robert Swiecki Date: Wed, 7 Feb 2018 15:23:57 +0100 Subject: [PATCH] Preparations for v1.4 release --- CHANGELOG | 14 +++++++++++++- README.md | 2 +- honggfuzz.h | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 729c774bd..aa20e966d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,16 @@ -2017-12-09 - Version 1.3 +2017-02-07 - Version 1.4 + - Socketfuzzer by @dobin + - TCP fuzzer (HonggFuzzer NetDriver) in libhfnetdriver + - Display: changed layout a bit + - Fix some compilation isuses for MacOS-X + - Make it compile with OpenBSD + - Better examples/ dir: Apache HTTP, ISC Bind + - Added persistent and netdriver signatures + - Added missing symbols for newer -fsanitize-coverage (const) + - Changed internal structures (global vs run) + - Android: Make it compile with newer SDKs + +2017-12-09 - Version 1.3 (rev dd9f149) - Software instrumentation - support for cmp_const __sanitizer_cov_trace_const funcs - Refreshed (mostly) OpenSSL corpora - Mangling: additional function for ASCII numbers diff --git a/README.md b/README.md index 2d33e42d8..158cb5899 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with inte ## Code - * Latest stable version: [1.3](https://github.com/google/honggfuzz/releases), but using the __master__ branch is highly encouraged + * Latest stable version: [1.4](https://github.com/google/honggfuzz/releases), but using the __master__ branch is highly encouraged * [Changelog](https://github.com/google/honggfuzz/blob/master/CHANGELOG) ## Requirements diff --git a/honggfuzz.h b/honggfuzz.h index 1eaefae99..92864c275 100644 --- a/honggfuzz.h +++ b/honggfuzz.h @@ -38,7 +38,7 @@ #include "libhfcommon/util.h" #define PROG_NAME "honggfuzz" -#define PROG_VERSION "1.3" +#define PROG_VERSION "1.4" /* Name of the template which will be replaced with the proper name of the file */ #define _HF_FILE_PLACEHOLDER "___FILE___"