diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-24 10:13:07 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-24 10:13:07 +0100 |
commit | d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c (patch) | |
tree | 5b7af4399e19f81bb15d25a9b1f543fc29a5b56d /CHANGES | |
parent | c662c34aaf279c9fedd5bee499c57d9986801538 (diff) | |
download | lanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.tar.gz lanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.tar.bz2 lanes-d2bd8f65c678d898b6b7e5e92f76cb4dcce97b3c.zip |
Multi-state initialisation issue
Fix lookup database table not being created when it should if Lanes is
required in more than one Lua master state
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 103: BGe 24-Feb-14 | ||
4 | * Fix lookup database table not being created when it should if Lanes is required in more than one Lua master state | ||
5 | |||
3 | CHANGE 102: BGe 18-Feb-14 | 6 | CHANGE 102: BGe 18-Feb-14 |
4 | * raise an error instead of dereferencing a NULL pointer on deep userdata creation and lane struct creation | 7 | * raise an error instead of dereferencing a NULL pointer on deep userdata creation and lane struct creation |
5 | 8 | ||