aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt.germain@gmail.com>2013-03-13 20:48:01 +0100
committerBenoit Germain <bnt.germain@gmail.com>2013-03-13 20:48:01 +0100
commit8fb8dc1edeceae9fff65463cd80da05d8995fb7f (patch)
tree290c3e7010d0f5a4674fa29141c0978b045e92c4 /CHANGES
parent6261eab8d81a6901201cb711283da6281db193ec (diff)
downloadlanes-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--CHANGES6
1 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index b6a3d53..a697838 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,11 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 59: BGe 12-Feb-13 9CHANGE 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