diff options
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | configure.ac | 3 |
2 files changed, 9 insertions, 1 deletions
@@ -1,4 +1,11 @@ +Version 0.1.2 - November 26, 2010 + +- many small cleanups and micro-optimizations +- build win32 exe using mingw +- RPC URL, username/password become command line arguments +- remove unused OpenSSL dependency + Version 0.1.1 - November 24, 2010 - Do not build sha256_generic module separately from cpuminer. diff --git a/configure.ac b/configure.ac index 2543ae3..8f6ecc7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,5 @@ -AC_INIT([cpuminer], [0.1.1]) + +AC_INIT([cpuminer], [0.1.2]) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([cpu-miner.c]) |