diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2011-03-30 19:16:39 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2011-03-30 19:44:17 +0200 |
commit | 2d5d798c24286f10c1bffd5ea4ac466c2c3a12fa (patch) | |
tree | 17cdd59743fde2e33361509e5e5b847c0b816926 /CHANGES | |
parent | 5499ec1a61be9797c57834618a49731952b1d212 (diff) | |
download | lanes-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-- | CHANGES | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ CHANGES: | |||
3 | 3 | ||
4 | CHANGE X: | 4 | CHANGE X: |
5 | 5 | ||
6 | CHANGE 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 | |||
6 | CHANGE 29 BGe 1-Mar-2011 | 11 | CHANGE 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. |