summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-11-08 11:37:53 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-11-08 11:37:53 +0900
commit21c3f461c56832329a4968103c060ffc22545e96 (patch)
treedb7bbbffcd56eef4c680ace4bcbd6c20b77e77ab /NEWS
parente957d1aff84b2d7020dd6ad453363da4ffdd5983 (diff)
Version 0.02release/0.02
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13b8d8d..108a745 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,17 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 0.02
+
+ Released 2013-11-08, by NIIBE Yutaka
+
+** Bug fix of priority
+There was a severe bug about the configuraion of priority setting of
+exceptions. As we don't use any inter-lock between interrupts hander
+and timer expiration handler, these priorities should be equal. If
+not, timer expiration handler might interrupt the execution of
+interrupts handers.
+
+
* Major changes in Chopstx 0.01
Released 2013-11-03, by NIIBE Yutaka