diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2013-03-13 20:48:01 +0100 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2013-03-13 20:48:01 +0100 |
commit | 8fb8dc1edeceae9fff65463cd80da05d8995fb7f (patch) | |
tree | 290c3e7010d0f5a4674fa29141c0978b045e92c4 /CHANGES | |
parent | 6261eab8d81a6901201cb711283da6281db193ec (diff) | |
download | lanes-8fb8dc1edeceae9fff65463cd80da05d8995fb7f.tar.gz lanes-8fb8dc1edeceae9fff65463cd80da05d8995fb7f.tar.bz2 lanes-8fb8dc1edeceae9fff65463cd80da05d8995fb7f.zip |
version 3.5.2
* stricter validation of with_timers config option: validator was accepting any non-boolean value
* new configuration option protect_allocator for VMs with thread unsafe allocators (such as LuaJIT)
* removed some obsolete bits of dead code
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 60: BGe 13-Mar-13 | ||
4 | * version 3.5.2 | ||
5 | * stricter validation of with_timers config option: validator was accepting any non-boolean value | ||
6 | * new configuration option protect_allocator for VMs with thread unsafe allocators (such as LuaJIT) | ||
7 | * removed some obsolete bits of dead code | ||
8 | |||
3 | CHANGE 59: BGe 12-Feb-13 | 9 | CHANGE 59: BGe 12-Feb-13 |
4 | * version 3.5.1 | 10 | * version 3.5.1 |
5 | * new lanes.h header and API call luaopen_lanes_embedded() for embedders | 11 | * new lanes.h header and API call luaopen_lanes_embedded() for embedders |