aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES10
1 files changed, 10 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cc7b4a2..36f06ab 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,15 @@
1CHANGES: 1CHANGES:
2 2
3CHAGE 46: BGe 10-Sep-2012
4 * version 3.3.0
5 * lane.status can return "killed" if lane was forcefully killed with lanes:cancel()
6 * lane:join(): return nil, "killed" if called on a killed lane.
7 * lane[<n>]: produces [1] = nil, [2] = "killed" if the lane was killed
8 * lane:join(): fixed an assertion in debug builds when joining a lane forcefully cancelled with lane:cancel( <x>, true).
9 * indexing a lane with a string other than "join", "cancel" or "status" raises an error.
10 * fixed configure() to correctly apply defaults when they are missing from the provided settings
11 * added a shutdown_timeout to control the duration Lanes will wait for graceful termination of running lanes at application shutdown. Default is 0.25.
12
3CHANGE 45: BGe 21-Aug-2012 13CHANGE 45: BGe 21-Aug-2012
4 * keeper internals implemented in C instead of Lua for better performances 14 * keeper internals implemented in C instead of Lua for better performances
5 * fixed arguments checks in linda:limit() and linda:set() 15 * fixed arguments checks in linda:limit() and linda:set()