summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 108a745..3abce0c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,15 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 0.03
+
+ Released 2013-11-08, by NIIBE Yutaka
+
+** Bug fix of preemption
+In the implementation of preemption, there was a bug which might cause
+not to schedule proper thread. This is because the routine preepmt
+itself might be interrupted. This is now fixed in 0.03.
+
+
* Major changes in Chopstx 0.02
Released 2013-11-08, by NIIBE Yutaka