diff options
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | README | 5 | ||||
-rw-r--r-- | configure.ac | 2 |
3 files changed, 11 insertions, 1 deletions
@@ -1,4 +1,9 @@ +Version 0.3.1 - December 19, 2010 + +- Critical fix for sha256_via +- Retry JSON-RPC failures (see --retry, under "minerd --help" output) + Version 0.3 - December 18, 2010 - Add crypto++ 32bit assembly implementation @@ -21,3 +21,8 @@ Basic WIN32 build instructions (on Fedora 13; requires mingw32): ./mknsis.sh Usage instructions: Run "minerd --help" to see options. + +Also many issues and FAQs are covered in the forum thread +dedicated to this program, + http://www.bitcoin.org/smf/index.php?topic=1925.0;all + diff --git a/configure.ac b/configure.ac index 06585e5..3db6c6b 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ -AC_INIT([cpuminer], [0.3]) +AC_INIT([cpuminer], [0.3.1]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([cpu-miner.c]) |