aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2011-03-30 19:16:39 +0200
committerBenoit Germain <bnt.germain@gmail.com>2011-03-30 19:44:17 +0200
commit2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa (patch)
tree17cdd59743fde2e33361509e5e5b847c0b816926 /CHANGES
parent5499ec1a61be9797c57834618a49731952b1d212 (diff)
downloadlanes-2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa.tar.gz
lanes-2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa.tar.bz2
lanes-2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa.zip
New features
* linda honors __tostring and __concat * new accessor linda:keys(), to retrieve the list of keys with pending data inside a linda * new lanes options packagepath and packagecpath, in case one needs to set them differently than the default
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.