Browse Source

Release version 0.1.2.

Jeff Garzik 15 years ago
parent
commit
6f30fc1d87
2 changed files with 9 additions and 1 deletions
  1. 7 0
      NEWS
  2. 2 1
      configure.ac

+ 7 - 0
NEWS

@@ -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
 Version 0.1.1 - November 24, 2010
 
 
 - Do not build sha256_generic module separately from cpuminer.
 - Do not build sha256_generic module separately from cpuminer.

+ 2 - 1
configure.ac

@@ -1,4 +1,5 @@
-AC_INIT([cpuminer], [0.1.1])
+
+AC_INIT([cpuminer], [0.1.2])
 
 
 AC_PREREQ(2.52)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([cpu-miner.c])
 AC_CONFIG_SRCDIR([cpu-miner.c])