summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Swiecki <robert@swiecki.net>2023-09-21 20:58:55 +0200
committerRobert Swiecki <robert@swiecki.net>2023-09-21 20:58:55 +0200
commit83a8415a372d84dcc69ac1e2c2f152190bcf76d1 (patch)
treeefe4ff2c2d2124a533bf60464a1ab5738a0e7279
parent8c38013b705abe8d6d5b2cd2bc4b3e273dbc1368 (diff)
downloadhonggfuzz-83a8415a372d84dcc69ac1e2c2f152190bcf76d1.tar.gz
Prepare for release of Version 2.6
-rw-r--r--CHANGELOG11
-rw-r--r--README.md2
-rw-r--r--honggfuzz.h2
3 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 508fad8f..6eb7e7af 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,3 +1,14 @@
+2023-09-21 - Version 2.6
+ - Pastis patch
+ - env NO_COLOR support
+ - fix problems with linux/bfd ```init_disassemble_info```
+ - Support ```--exit_on_time```
+ - ```strlcat``` supported in libhfuzz/memorycmp
+ - Some patches for MacOSX, sadly no support for ARM yet
+ - added missing ```add missing disassemble_free_target()```
+ - using ```rfork()``` under FreeBSD
+ - support for enabling/disabling ASLR under FreeBSD
+
2022-01-01 - Version 2.5
- fixed build for Android NDK >= 23
- fixed build for CygWin
diff --git a/README.md b/README.md
index 098790a4..5893538b 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ A security oriented, feedback-driven, evolutionary, easy-to-use fuzzer with inte
## Code
- * Latest stable version: [2.5](https://github.com/google/honggfuzz/releases)
+ * Latest stable version: [2.6](https://github.com/google/honggfuzz/releases)
* [Changelog](https://github.com/google/honggfuzz/blob/master/CHANGELOG)
## Installation
diff --git a/honggfuzz.h b/honggfuzz.h
index b4f8e1f3..e0926fe3 100644
--- a/honggfuzz.h
+++ b/honggfuzz.h
@@ -39,7 +39,7 @@
#include "libhfcommon/util.h"
#define PROG_NAME "honggfuzz"
-#define PROG_VERSION "2.5"
+#define PROG_VERSION "2.6"
/* Name of the template which will be replaced with the proper name of the file */
#define _HF_FILE_PLACEHOLDER "___FILE___"