diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-01-22 16:16:46 +0100 |
commit | ae19ebab381e6902cce2c7a3efd4a0949357c866 (patch) | |
tree | 466558c1533fd8945cc6cfd08535f74dc5f38a10 /CHANGES | |
parent | 9808ae3e21ac812ef705a7c1a0b10f49825023c5 (diff) | |
download | lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.gz lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.tar.bz2 lanes-ae19ebab381e6902cce2c7a3efd4a0949357c866.zip |
2 crash fixes and 1 experiment
* bumped version to 3.8.3
* fixed a possible Lua stack overflow when sending complex function
through lindas or as lane body
* experimental: lanes.nameof() scans the registry if a regular search
didn't yield anything interesting
* fixed lanes.nameof() misbehaving when encountering a LUA_TTHREAD
object
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 95: BGe 22-Jan-14 | ||
4 | * version 3.8.3 | ||
5 | * fixed a possible Lua stack overflow when sending complex function through lindas or as lane body | ||
6 | * experimental: lanes.nameof() scans the registry if a regular search didn't yield anything interesting | ||
7 | * fixed lanes.nameof() misbehaving when encountering a LUA_TTHREAD object | ||
8 | |||
3 | CHANGE 94: BGe 22-Jan-14 | 9 | CHANGE 94: BGe 22-Jan-14 |
4 | * version 3.8.2 | 10 | * version 3.8.2 |
5 | * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected | 11 | * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected |