diff options
author | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-15 10:39:36 +0900 |
---|---|---|
committer | NIIBE Yutaka <gniibe@fsij.org> | 2015-09-15 10:39:36 +0900 |
commit | a30a069ed8e75f14b520b407b07a3f137b87ef1c (patch) | |
tree | ae428d11e596e74024265777c16ad224fc387e70 /NEWS | |
parent | 8fed803085c9fd85bc177ee77e31fb20f52ce83e (diff) |
Version 0.10release/0.10
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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 |