aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2015-09-15 10:39:36 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2015-09-15 10:39:36 +0900
commita30a069ed8e75f14b520b407b07a3f137b87ef1c (patch)
treeae428d11e596e74024265777c16ad224fc387e70 /NEWS
parent8fed803085c9fd85bc177ee77e31fb20f52ce83e (diff)
Version 0.10release/0.10
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS13
1 files changed, 13 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 16b373f..fcc4df2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,19 @@
NEWS - Noteworthy changes
+* Major changes in Chopstx 0.10
+
+ Released 2015-09-15
+
+** Thread cancellation bug fix
+Thread cancellation didn't work well with 0.09 because
+of initial configuration mistake. It's fixed.
+
+** Interrupt handler bug fix
+Interrupt handler wasn't unregistered on exit well.
+It's fixed.
+
+
* Major changes in Chopstx 0.09
Released 2015-09-10