From 292967ea1637a53e17ad2e151d8b53ccd298ce58 Mon Sep 17 00:00:00 2001 From: pooler Date: Thu, 7 Jun 2012 22:39:04 +0200 Subject: [PATCH] Version 2.2.2 --- Makefile.am | 2 +- NEWS | 7 +++++++ configure.ac | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) 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