summaryrefslogtreecommitdiff
path: root/NxWidgets/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/ChangeLog.txt')
-rw-r--r--NxWidgets/ChangeLog.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/NxWidgets/ChangeLog.txt b/NxWidgets/ChangeLog.txt
index ece08e4fd..65022ea15 100644
--- a/NxWidgets/ChangeLog.txt
+++ b/NxWidgets/ChangeLog.txt
@@ -206,4 +206,10 @@
Contributed by Petteri, Aimonen.
* NxWM::CStartWindow: Fix mq_receive error handling with signal is recieved.
From Petteri Aimonen.
+* NxWidgets:CNxTimer: Replace the original (apparently non-functional) signal-
+ based solution with a work queue-based solution. This raises some isses about
+ using the internal work queues from user space. I have decided to implemented
+ user-space work queues (someday) in order to accomplish that functionaliy.
+ Submitted by Petteri Aimonen.
+ solutions