Skip to content

Commit

Permalink
Prepare for release of Version 2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Sep 21, 2023
1 parent 8c38013 commit 83a8415
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion honggfuzz.h
Original file line number Diff line number Diff line change
Expand Up @@ -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___"
Expand Down

0 comments on commit 83a8415

Please sign in to comment.