Release version 0.2.2.
Remove 'experimental' marker from VIA padlock implementation.
This commit is contained in:
parent
8ca6ffa8a9
commit
1a1a018627
3 changed files with 7 additions and 2 deletions
5
NEWS
5
NEWS
|
@ -1,4 +1,9 @@
|
||||||
|
|
||||||
|
Version 0.2.2 - December 6, 2010
|
||||||
|
|
||||||
|
- VIA padlock implementation works now
|
||||||
|
- Minor build and runtime fixes
|
||||||
|
|
||||||
Version 0.2.1 - November 29, 2010
|
Version 0.2.1 - November 29, 2010
|
||||||
|
|
||||||
- avoid buffer overflow when submitting solutions
|
- avoid buffer overflow when submitting solutions
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([cpuminer], [0.2.1])
|
AC_INIT([cpuminer], [0.2.2])
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||||
|
|
|
@ -79,7 +79,7 @@ static struct option_help options_help[] = {
|
||||||
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
|
"\n\t4way\t\ttcatm's 4-way SSE2 implementation"
|
||||||
#endif
|
#endif
|
||||||
#ifdef WANT_VIA_PADLOCK
|
#ifdef WANT_VIA_PADLOCK
|
||||||
"\n\tvia\t\tVIA padlock implementation (EXPERIMENTAL)"
|
"\n\tvia\t\tVIA padlock implementation"
|
||||||
#endif
|
#endif
|
||||||
"\n\tcryptopp\tCrypto++ library implementation (EXPERIMENTAL)"
|
"\n\tcryptopp\tCrypto++ library implementation (EXPERIMENTAL)"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue