aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-02-10 17:18:14 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-02-10 17:18:14 +0100
commitc38429579de57d338e0a1c14a7ed7b4aa90e059a (patch)
tree8b2a1f38ba71dba44af491d8449eace5f261cbbe /CHANGES
parent5cf4979c3ee7052bbb363bf75463fb861e6ac1e5 (diff)
downloadlanes-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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 45bd142..6baa38e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 96: BGe 24-Jan-14 9CHANGE 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