aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2014-01-22 12:28:45 +0100
committerBenoit Germain <bnt period germain arrobase gmail period com>2014-01-22 12:28:45 +0100
commit9808ae3e21ac812ef705a7c1a0b10f49825023c5 (patch)
treee5cebe59b603645fa1fdedd42f56a4d243e8783d /CHANGES
parent57ccc40847716069053a68e9d6079355dd5a1795 (diff)
downloadlanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.tar.gz
lanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.tar.bz2
lanes-9808ae3e21ac812ef705a7c1a0b10f49825023c5.zip
new lane launcher option gc_cb
* bumped version to 3.8.2 * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected * Fix more invalid memory accesses when fetching the name of a joined lane with lanes:threads() (because its lua_State is closed)
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index c2b14ed..8575e8d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,10 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 94: BGe 22-Jan-14
4 * version 3.8.2
5 * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected
6 * Fix more invalid memory accesses when fetching the name of a joined lane with lanes:threads() (because its lua_State is closed)
7
3CHANGE 93: BGe 20-Jan-14 8CHANGE 93: BGe 20-Jan-14
4 * slightly improve linda performance when the producer/consumer scenario leaves leave the key empty 9 * slightly improve linda performance when the producer/consumer scenario leaves leave the key empty
5 10