From 32ad991eb8c590472607d61e9a831d2ca9db05c5 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Thu, 13 Feb 2014 16:09:15 +0100 Subject: more fixes/tweaks about cancelled lindas * bumped version to 3.8.5 * linda:limit() returns lanes.cancel_error on a limited linda * lanes.genlock() and lanes.genatomic() support cancelled lindas by returning lanes.cancel_error whenever appropriate * fixed a possible Lua stack overflow when calling linda:dump() * fixed cases where linda:send() and linda:receive() would not return lanes.cancel_error when they should --- CHANGES | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 6baa38e..329c53f 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,12 @@ CHANGES: +CHANGE 98: BGe 13-Feb-14 + * version 3.8.5 + * linda:limit() returns lanes.cancel_error on a limited linda + * lanes.genlock() and lanes.genatomic() support cancelled lindas by returning lanes.cancel_error whenever appropriate + * fixed a possible Lua stack overflow when calling linda:dump() + * fixed cases where linda:send() and linda:receive() would not return lanes.cancel_error when they should + CHANGE 97: BGe 10-Feb-14 * version 3.8.4 * new API linda:cancel("read"|"write"|"both"|"none") -- cgit v1.2.3-55-g6feb