diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-10-03 11:47:45 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-10-03 11:47:45 +0200 |
commit | 6ef86118e00f24162c243703544854db66ad53fa (patch) | |
tree | bd39730f26ccde1fceebf27cc36eac7805c65ce2 | |
parent | d3df9bd6736bce840e752f87296162c5e1e73ce9 (diff) | |
download | lanes-6ef86118e00f24162c243703544854db66ad53fa.tar.gz lanes-6ef86118e00f24162c243703544854db66ad53fa.tar.bz2 lanes-6ef86118e00f24162c243703544854db66ad53fa.zip |
Update CHANGES
-rw-r--r-- | CHANGES | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,10 +1,13 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 72: BGe 3-Ost-13 | ||
4 | * bugfix: no longer create a global named "lanes.core" inside lanes having "*" as library list | ||
5 | |||
3 | CHANGE 71: BGe 30-Sept-13 | 6 | CHANGE 71: BGe 30-Sept-13 |
7 | * version 3.6.6 | ||
4 | * properly handle cases when a Lua C module is a C function | 8 | * properly handle cases when a Lua C module is a C function |
5 | 9 | ||
6 | CHANGE 70: BGe 27-Step-13 | 10 | CHANGE 70: BGe 27-Step-13 |
7 | * version 3.6.6 | ||
8 | * no longer call core.configure with dummy params when requiring lanes more than once (fixes potential multithreading issues with LuaJIT allocator) | 11 | * no longer call core.configure with dummy params when requiring lanes more than once (fixes potential multithreading issues with LuaJIT allocator) |
9 | * activated EnableCrashingOnCrashes() is active on Win32 debug builds | 12 | * activated EnableCrashingOnCrashes() is active on Win32 debug builds |
10 | * fixed some comments in code | 13 | * fixed some comments in code |