aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 36f06ab..6eaca41 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
1CHANGES: 1CHANGES:
2 2
3CHAGE 46: BGe 10-Sep-2012 3CHANGE 47: BGe 13-Sep-2012
4 * implemented set_debug_threadname() for pthread builds where possible
5 * refactored linda __tostring and __concat
6
7CHANGE 46: BGe 10-Sep-2012
4 * version 3.3.0 8 * version 3.3.0
5 * lane.status can return "killed" if lane was forcefully killed with lanes:cancel() 9 * 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. 10 * lane:join(): return nil, "killed" if called on a killed lane.