diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-10 17:18:14 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-10 17:18:14 +0100 |
commit | c38429579de57d338e0a1c14a7ed7b4aa90e059a (patch) | |
tree | 8b2a1f38ba71dba44af491d8449eace5f261cbbe /CHANGES | |
parent | 5cf4979c3ee7052bbb363bf75463fb861e6ac1e5 (diff) | |
download | lanes-c38429579de57d338e0a1c14a7ed7b4aa90e059a.tar.gz lanes-c38429579de57d338e0a1c14a7ed7b4aa90e059a.tar.bz2 lanes-c38429579de57d338e0a1c14a7ed7b4aa90e059a.zip |
new API linda:cancel("read"|"write"|"both"|"none")
* bumped version to 3.8.4
* all linda operations return lanes.cancel_error on a cancelled linda
* raised an internal string length so that longer linda names are fully
output before truncation applies when doing tostring( linda)
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 97: BGe 10-Feb-14 | ||
4 | * version 3.8.4 | ||
5 | * new API linda:cancel("read"|"write"|"both"|"none") | ||
6 | * all linda operations return lanes.cancel_error on a cancelled linda | ||
7 | * raised an internal string length so that longer linda names are fully output before truncation applies when doing tostring( linda) | ||
8 | |||
3 | CHANGE 96: BGe 24-Jan-14 | 9 | CHANGE 96: BGe 24-Jan-14 |
4 | * another Lua stack overflow fix when sending complex function through lindas or as lane body | 10 | * another Lua stack overflow fix when sending complex function through lindas or as lane body |
5 | 11 | ||