Commit 309d1bdc16de5267aee5b13791907c93b69c8be6

Jeff Garzik 2010-12-19T21:47:41

Release version 0.3.1.

diff --git a/NEWS b/NEWS
index a0d5b77..91f832c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/README b/README
index d7d6d1f..0d24ef6 100644
--- a/README
+++ b/README
@@ -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])