Skip to content

Commit

Permalink
Bump version to 0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
samr7 committed Aug 18, 2012
1 parent 74e9eaa commit 7a7837d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -92,3 +92,13 @@ Version 0.18, released July 4, 2012:
Version 0.19, released July 4, 2012:
- Fix a potentially serious crash.
- Remove oclvanitygen "-r" option.

Version 0.20, released August 18, 2012:
- Support binding to multiple OpenCL devices in oclvanitygen/miner
- Concurrent search for bounties with the same public key in
oclvanityminer
- Support multiple pattern input files with different case-sensitivity
- Fix crash with -X option in vanitygen
- Fix case-insensitive search for prefixes that contain invalid
characters in their given case, but are valid if case-swapped
- Follow HTTP redirections in oclvanityminer
2 changes: 1 addition & 1 deletion pattern.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#include <unistd.h>
#endif

#define VANITYGEN_VERSION "0.20pre"
#define VANITYGEN_VERSION "0.20"

typedef struct _vg_context_s vg_context_t;

Expand Down

0 comments on commit 7a7837d

Please sign in to comment.