diff options
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 98: BGe 13-Feb-14 | ||
4 | * version 3.8.5 | ||
5 | * linda:limit() returns lanes.cancel_error on a limited linda | ||
6 | * lanes.genlock() and lanes.genatomic() support cancelled lindas by returning lanes.cancel_error whenever appropriate | ||
7 | * fixed a possible Lua stack overflow when calling linda:dump() | ||
8 | * fixed cases where linda:send() and linda:receive() would not return lanes.cancel_error when they should | ||
9 | |||
3 | CHANGE 97: BGe 10-Feb-14 | 10 | CHANGE 97: BGe 10-Feb-14 |
4 | * version 3.8.4 | 11 | * version 3.8.4 |
5 | * new API linda:cancel("read"|"write"|"both"|"none") | 12 | * new API linda:cancel("read"|"write"|"both"|"none") |