aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 6baa38e..329c53f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,12 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 97: BGe 10-Feb-14 10CHANGE 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")