Browse Source

Release version 0.3.1.

Jeff Garzik 15 years ago
parent
commit
309d1bdc16
3 changed files with 11 additions and 1 deletions
  1. 5 0
      NEWS
  2. 5 0
      README
  3. 1 1
      configure.ac

+ 5 - 0
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
 Version 0.3 - December 18, 2010
 
 
 - Add crypto++ 32bit assembly implementation
 - Add crypto++ 32bit assembly implementation

+ 5 - 0
README

@@ -21,3 +21,8 @@ Basic WIN32 build instructions (on Fedora 13; requires mingw32):
 	./mknsis.sh
 	./mknsis.sh
 
 
 Usage instructions:  Run "minerd --help" to see options.
 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
+

+ 1 - 1
configure.ac

@@ -1,5 +1,5 @@
 
 
-AC_INIT([cpuminer], [0.3])
+AC_INIT([cpuminer], [0.3.1])
 
 
 AC_PREREQ(2.52)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([cpu-miner.c])
 AC_CONFIG_SRCDIR([cpu-miner.c])