summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES13
1 files changed, 12 insertions, 1 deletions
diff --git a/CHANGES b/CHANGES
index 6d44716..52ec52d 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,16 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 55: BGe 24-Jan-13
4 * version 3.4.3
5 * raise an error if lane generator libs specification contains a lib more than once
6 * bit32 is a valid lib name in the libs specification (silently ignored by the Lua 5.1 build)
7 * improved lanes.nameof to search inside table- and userdata- metatables for an object's name
8 * fixed an unwarranted error when trying to discover a function name upon a failed transfer
9 * contents of package.[path,cpath,preload,loaders|searchers] are pulled *only once* inside keeper states at initialisation
10 * Lua function upvalues equal to the global environment aren't copied by value, but bound to the destination's global environment
11 especially useful for Lua 5.2 _ENV
12 * fixed loading of base libraries that didn't create the global tables when built for Lua 5.2
13
3CHANGE 54: BGe 10-Jan-13 14CHANGE 54: BGe 10-Jan-13
4 * version 3.4.2 15 * version 3.4.2
5 * Don't pull "package" settings in the timer lane 16 * Don't pull "package" settings in the timer lane
@@ -92,7 +103,7 @@ CHANGE 35 BGe 17-Feb-2012
92 103
93CHANGE 34 BGe 14-Nov-2011 104CHANGE 34 BGe 14-Nov-2011
94 * removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered 105 * removed packagepath and packagecpath options, replaced by a package table, whose fields path, cpath, loaders, preload are transfered
95 * code cleanup to facilitate transition between WIN32 and PTHREAD impleentations 106 * code cleanup to facilitate transition between WIN32 and PTHREAD implementations
96 * tentative fix for desinit crashes when free running lanes are killed at process shutdown 107 * tentative fix for desinit crashes when free running lanes are killed at process shutdown
97 108
98CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta 109CHANGE 33 BGe 5-Nov-2011: Lanes version 3.0-beta