From b86df663d2ca61da03de4959735a65ab480bfff5 Mon Sep 17 00:00:00 2001 From: Con Kolivas Date: Wed, 27 Jul 2011 22:29:40 +1000 Subject: [PATCH] Update news. --- NEWS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index bb77f3bd..6726605d 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