Commit b86df663d2ca61da03de4959735a65ab480bfff5

Con Kolivas 2011-07-27T22:29:40

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 bb77f3b..6726605 100644
--- a/NEWS
+++ b/NEWS
@@ -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