Commit b7c6d85192bcfa60cd8e8db2c97839ac57d126a0

Con Kolivas 2011-07-16T18:12:57

Further update news.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/NEWS b/NEWS
index af8efd9..997d612 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+- Display URL connected to and user logged in as in status.
+- Display current block and when it was started in the status line.
+- Only pthread_join the mining threads if they exist as determined by
+pthread_cancel and don't fail on pthread_cancel.
+- Create a unique work queue for all getworks instead of binding it to thread 0
+to avoid any conflict over thread 0's queue.
+- Clean up the code to make it clear it's watchdog thread being messaged to
+restart the threads.
+- Check the current block description hasn't been blanked pending the real
+new current block data.
+- Re-enable signal handlers once the signal has been received to make it
+possible to kill cgminer if it fails to shut down.
 - Disable restarting of CPU mining threads pending further investigation.
 - Update longpoll messages.
 - Add new block data to status line.