Release version 0.5.

This commit is contained in:
Jeff Garzik 2010-12-28 22:38:57 -05:00 committed by Jeff Garzik
parent 16006f9037
commit fc4ed179e8
3 changed files with 9 additions and 3 deletions

6
NEWS
View file

@ -1,4 +1,10 @@
Version 0.5 - December 28, 2010
- Exit program, when all threads have exited
- Improve JSON-RPC failure diagnostics and resilience
- Add --quiet option, to disable hashmeter output.
Version 0.3.3 - December 27, 2010
- Critical fix for sha256_cryptopp 'cryptopp_asm' algo

View file

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

View file

@ -85,9 +85,9 @@ static struct option_help options_help[] = {
#ifdef WANT_VIA_PADLOCK
"\n\tvia\t\tVIA padlock implementation"
#endif
"\n\tcryptopp\tCrypto++ library implementation"
"\n\tcryptopp\tCrypto++ C/C++ implementation"
#ifdef WANT_CRYPTOPP_ASM32
"\n\tcryptopp_asm32\tCrypto++ library implementation"
"\n\tcryptopp_asm32\tCrypto++ 32-bit assembler implementation"
#endif
},