1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 23:08:07 +00:00

Update news.

This commit is contained in:
Con Kolivas 2011-07-27 22:29:40 +10:00
parent 45faff2e26
commit b86df663d2

5
NEWS
View File

@ -1,4 +1,4 @@
Version 1.5.1
Version 1.5.1 - July 27, 2011
- Two redraws in a row cause a crash in old libncurses so just do one redraw
using the main window.
@ -29,6 +29,9 @@ reinserted into the queue it should be placed back at the head of the list.
- Dividing work is like the work is never removed at all so treat it as such.
However the queued bool needs to be reset to ensure we *can* request more work
even if we didn't initially.
- Make the display options clearer.
- Add debugging output to tq_push calls.
- Add debugging output to all tq_pop calls.
Version 1.5.0 - July 26, 2011