Release version 0.1.2.
This commit is contained in:
parent
7f98b6a2bb
commit
6f30fc1d87
2 changed files with 9 additions and 1 deletions
7
NEWS
7
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.
|
||||||
|
|
|
@ -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])
|
||||||
|
|
Loading…
Add table
Reference in a new issue