aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 58b6061..31ca342 100644
--- a/CHANGES
+++ b/CHANGES
@@ -3,6 +3,11 @@ CHANGES:
3 3
4CHANGE X: 4CHANGE X:
5 5
6CHANGE 30 BGe 30-Mar-2011
7* linda honors __tostring and __concat
8* new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda
9* new lanes options packagepath and packagecpath, in case one needs to set them differently than the default
10
6CHANGE 29 BGe 1-Mar-2011 11CHANGE 29 BGe 1-Mar-2011
7 fixed potential crash at application shutdown when calling lua_close() on a killed thread's VM. 12 fixed potential crash at application shutdown when calling lua_close() on a killed thread's VM.
8 exposed cancel_test() in the lanes to enable manual testing for cancellation requests. 13 exposed cancel_test() in the lanes to enable manual testing for cancellation requests.