Release version 0.2.
This commit is contained in:
parent
4c47553c85
commit
ad3fda8aba
2 changed files with 8 additions and 1 deletions
7
NEWS
7
NEWS
|
@ -1,4 +1,11 @@
|
|||
|
||||
Version 0.2 - November 27, 2010
|
||||
|
||||
- Add script for building a Windows installer
|
||||
- improve hash performance (hashmeter) statistics
|
||||
- add tcatm 4way sha256 implementation
|
||||
- Add experimental VIA Padlock sha256 implementation
|
||||
|
||||
Version 0.1.2 - November 26, 2010
|
||||
|
||||
- many small cleanups and micro-optimizations
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
AC_INIT([cpuminer], [0.1.2])
|
||||
AC_INIT([cpuminer], [0.2])
|
||||
|
||||
AC_PREREQ(2.52)
|
||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||
|
|
Loading…
Reference in a new issue