diff --git a/Makefile.am b/Makefile.am index 1dc03d6..847296f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,7 +5,7 @@ else JANSSON_INCLUDES= endif -EXTRA_DIST = example-cfg.json +EXTRA_DIST = example-cfg.json nomacro.pl SUBDIRS = compat diff --git a/NEWS b/NEWS index 7e01ff6..3fdd049 100644 --- a/NEWS +++ b/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 diff --git a/configure.ac b/configure.ac index d72f7d6..a0b3a2e 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([cpuminer], [2.2.1]) +AC_INIT([cpuminer], [2.2.2]) AC_PREREQ([2.59c]) AC_CANONICAL_SYSTEM