Browse Source

Release version 0.1.2.

nfactor-troky
Jeff Garzik 14 years ago committed by Jeff Garzik
parent
commit
6f30fc1d87
  1. 7
      NEWS
  2. 3
      configure.ac

7
NEWS

@ -1,4 +1,11 @@ @@ -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.

3
configure.ac

@ -1,4 +1,5 @@ @@ -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])

Loading…
Cancel
Save