diff options
author | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-03 15:39:14 +0100 |
---|---|---|
committer | Benoit Germain <b n t DOT g e r m a i n AT g m a i l DOT c o m> | 2018-11-03 15:39:14 +0100 |
commit | ebaadef11d4cb55a5dde78ed392b7d7e4ad15030 (patch) | |
tree | 0c91345c4e21f5dd1c9006d8545684442aa97e5a /CHANGES | |
parent | 94c794c8e06a848868509927eefde0741cd8bbe6 (diff) | |
download | lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.tar.gz lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.tar.bz2 lanes-ebaadef11d4cb55a5dde78ed392b7d7e4ad15030.zip |
fix an internal error trying to call on_state_create in a lane without any libs loaded
always duplicate the config structure in new lanes even when no
libraries are initialized by the generator
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 130: BGe 2-Nov-18 | ||
4 | * always duplicate the config structure in new lanes even when no libraries are initialized by the generator | ||
5 | (fixes an internal error trying to call on_state_create in a lane without any libs loaded) | ||
6 | |||
3 | CHANGE 129: BGe 2-Nov-18 | 7 | CHANGE 129: BGe 2-Nov-18 |
4 | * Bumped version to 3.13 | 8 | * Bumped version to 3.13 |
5 | * fix error when autodetecting protect_allocator when running under LuaJIT | 9 | * fix error when autodetecting protect_allocator when running under LuaJIT |