Release version 0.8.1.
This commit is contained in:
parent
a7d9f31747
commit
991a358dc9
2 changed files with 10 additions and 1 deletions
9
NEWS
9
NEWS
|
@ -1,4 +1,13 @@
|
||||||
|
|
||||||
|
Version 0.8.1 - March 22, 2011
|
||||||
|
|
||||||
|
- Make --user, --pass actually work
|
||||||
|
|
||||||
|
- Add User-Agent HTTP header to requests, so that server operators may
|
||||||
|
more easily identify the miner client.
|
||||||
|
|
||||||
|
- Fix minor bug in example JSON config file
|
||||||
|
|
||||||
Version 0.8 - March 21, 2011
|
Version 0.8 - March 21, 2011
|
||||||
|
|
||||||
- Support long polling: http://deepbit.net/longpolling.php
|
- Support long polling: http://deepbit.net/longpolling.php
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
AC_INIT([cpuminer], [0.8])
|
AC_INIT([cpuminer], [0.8.1])
|
||||||
|
|
||||||
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