mirror of
https://github.com/GOSTSec/sgminer
synced 2025-01-11 07:17:58 +00:00
Bump version and NEWS to 2.8.7
This commit is contained in:
parent
d92609e665
commit
bbe5636ec4
8
NEWS
8
NEWS
@ -1,3 +1,11 @@
|
||||
Version 2.8.7 - October 29, 2012
|
||||
|
||||
- Fail on select() failing in stratum thread without needing to attempt
|
||||
recv_line.
|
||||
- Add share to stratum database before sending it again in case we get a
|
||||
response from the pool before it's added.
|
||||
|
||||
|
||||
Version 2.8.6 - October 29, 2012
|
||||
|
||||
- Shorten the initiate stratum connect timeout to 30 seconds.
|
||||
|
@ -2,7 +2,7 @@
|
||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||
m4_define([v_maj], [2])
|
||||
m4_define([v_min], [8])
|
||||
m4_define([v_mic], [6])
|
||||
m4_define([v_mic], [7])
|
||||
##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##--##
|
||||
m4_define([v_ver], [v_maj.v_min.v_mic])
|
||||
m4_define([lt_rev], m4_eval(v_maj + v_min))
|
||||
|
Loading…
Reference in New Issue
Block a user