Skip to content

Commit

Permalink
version bump: 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Jan 1, 2022
1 parent 0ba36e7 commit c82bbad
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
2022-01-01 - Version 2.5
- fixed build for Android NDK >= 23
- fixed build for CygWin
- improved hfuzz-cc, so it supports -x<language> correctly
- error returned if unknown cmd-line parameters are provided
- support for thread CPU pinning
- various fixes for *BSD
- increased number of dictionary entries (to 8192)

2021-02-24 - Version 2.4
- better NetBSD support (compatiblity)
- fixed mangle_getLen() #360
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.4](https://github.com/google/honggfuzz/releases)
* Latest stable version: [2.5](https://github.com/google/honggfuzz/releases)
* [Changelog](https://github.com/google/honggfuzz/blob/master/CHANGELOG)

## Features
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.4"
#define PROG_VERSION "2.5"

/* 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 c82bbad

Please sign in to comment.