Release version 0.3.1.

This commit is contained in:
Jeff Garzik 2010-12-19 21:47:41 -05:00 committed by Jeff Garzik
parent d363a1d68d
commit 309d1bdc16
3 changed files with 11 additions and 1 deletions

5
NEWS
View file

@ -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
View file

@ -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

View file

@ -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])