From ae19ebab381e6902cce2c7a3efd4a0949357c866 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Wed, 22 Jan 2014 16:16:46 +0100 Subject: 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 --- CHANGES | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 8575e8d..e92c813 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,11 @@ CHANGES: +CHANGE 95: BGe 22-Jan-14 + * version 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 + CHANGE 94: BGe 22-Jan-14 * version 3.8.2 * new lane launcher option gc_cb to set a callback that is invoked when a lane is garbage collected -- cgit v1.2.3-55-g6feb