Browse Source

Release version 0.3.1.

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
309d1bdc16
  1. 5
      NEWS
  2. 5
      README
  3. 2
      configure.ac

5
NEWS

@ -1,4 +1,9 @@ @@ -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

5
README

@ -21,3 +21,8 @@ Basic WIN32 build instructions (on Fedora 13; requires mingw32): @@ -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

2
configure.ac

@ -1,5 +1,5 @@ @@ -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])

Loading…
Cancel
Save