diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 2 |
2 files changed, 8 insertions, 1 deletions
@@ -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 diff --git a/configure.ac b/configure.ac index 8f6ecc7..0c6076b 100644 --- a/configure.ac +++ b/configure.ac @@ -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]) |