Version 2.2.2
This commit is contained in:
parent
2a421866a1
commit
292967ea16
3 changed files with 9 additions and 2 deletions
|
@ -5,7 +5,7 @@ else
|
|||
JANSSON_INCLUDES=
|
||||
endif
|
||||
|
||||
EXTRA_DIST = example-cfg.json
|
||||
EXTRA_DIST = example-cfg.json nomacro.pl
|
||||
|
||||
SUBDIRS = compat
|
||||
|
||||
|
|
7
NEWS
7
NEWS
|
@ -1,3 +1,10 @@
|
|||
Version 2.2.2 - Jun 7, 2012
|
||||
|
||||
- Various performance improvements for x86 and x86-64
|
||||
- Optimize scrypt for ARMv5E and later processors
|
||||
- Set the priority of miner threads to idle on Windows
|
||||
- Add an option to start minerd as a daemon on POSIX systems
|
||||
|
||||
Version 2.2.1 - May 2, 2012
|
||||
|
||||
- Add optimized code for ARM processors
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
AC_INIT([cpuminer], [2.2.1])
|
||||
AC_INIT([cpuminer], [2.2.2])
|
||||
|
||||
AC_PREREQ([2.59c])
|
||||
AC_CANONICAL_SYSTEM
|
||||
|
|
Loading…
Reference in a new issue