Release version 0.8.
This commit is contained in:
parent
42cdb63f97
commit
124abb6c4d
2 changed files with 13 additions and 1 deletions
12
NEWS
12
NEWS
|
@ -1,4 +1,16 @@
|
||||||
|
|
||||||
|
Version 0.8 - March 21, 2011
|
||||||
|
|
||||||
|
- Support long polling: http://deepbit.net/longpolling.php
|
||||||
|
|
||||||
|
- Adjust max workload based on scantime (default 5 seconds,
|
||||||
|
or 60 seconds for longpoll)
|
||||||
|
|
||||||
|
- Standardize program output, and support syslog on Unix platforms
|
||||||
|
|
||||||
|
- Suport --user/--pass options (and "user" and "pass" in config file),
|
||||||
|
as an alternative to the current --userpass
|
||||||
|
|
||||||
Version 0.7.2 - March 14, 2011
|
Version 0.7.2 - March 14, 2011
|
||||||
|
|
||||||
- Add port of ufasoft's sse2 assembly implementation (Linux only)
|
- Add port of ufasoft's sse2 assembly implementation (Linux only)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [0.7.2])
|
AC_INIT([cpuminer], [0.8])
|
||||||
|
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR([cpu-miner.c])
|
AC_CONFIG_SRCDIR([cpu-miner.c])
|
||||||
|
|
Loading…
Reference in a new issue