aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit 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
committerBenoit 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
commitebaadef11d4cb55a5dde78ed392b7d7e4ad15030 (patch)
tree0c91345c4e21f5dd1c9006d8545684442aa97e5a /CHANGES
parent94c794c8e06a848868509927eefde0741cd8bbe6 (diff)
downloadlanes-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--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 998a87a..440ade4 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 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
3CHANGE 129: BGe 2-Nov-18 7CHANGE 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