Release version 0.6.
This commit is contained in:
parent
f889476bbd
commit
a816470950
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
@ -1,4 +1,11 @@
|
||||||
|
|
||||||
|
Version 0.6 - January 29, 2010
|
||||||
|
|
||||||
|
- Fetch new work unit, if scanhash takes longer than 5 seconds (--scantime)
|
||||||
|
- BeeCee1's sha256 4way optimizations
|
||||||
|
- lfm's byte swap optimization (improves via, cryptopp)
|
||||||
|
- Fix non-working short options -q, -r
|
||||||
|
|
||||||
Version 0.5 - December 28, 2010
|
Version 0.5 - December 28, 2010
|
||||||
|
|
||||||
- Exit program, when all threads have exited
|
- Exit program, when all threads have exited
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
AC_INIT([cpuminer], [0.5])
|
AC_INIT([cpuminer], [0.6])
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||||
|
|
Loading…
Reference in a new issue