diff --git a/CHANGELOG b/CHANGELOG index d86ef09..f96ed25 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -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 diff --git a/pattern.h b/pattern.h index 026233a..9f4cb8b 100644 --- a/pattern.h +++ b/pattern.h @@ -35,7 +35,7 @@ #include #endif -#define VANITYGEN_VERSION "0.20pre" +#define VANITYGEN_VERSION "0.20" typedef struct _vg_context_s vg_context_t;