diff options
author | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-26 16:36:52 +0100 |
---|---|---|
committer | Benoit Germain <bnt period germain arrobase gmail period com> | 2014-02-26 16:36:52 +0100 |
commit | 9aaabe5673663b2a79e5b3bf3373746b3414a84f (patch) | |
tree | e89c6a6857a1a6c579b2990db0a02c2c20203b96 /CHANGES | |
parent | fe3c44e63f99538a02d42d2504ba405a6977ec0a (diff) | |
download | lanes-9aaabe5673663b2a79e5b3bf3373746b3414a84f.tar.gz lanes-9aaabe5673663b2a79e5b3bf3373746b3414a84f.tar.bz2 lanes-9aaabe5673663b2a79e5b3bf3373746b3414a84f.zip |
Fixed some compilation warnings
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,6 +1,7 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 104: BGe 25-Feb-14 | 3 | CHANGE 104: BGe 25-Feb-14 |
4 | * Bumped version to 3.9.2 | ||
4 | * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state | 5 | * Internal rework: the whole Lanes engine now works "per universe" to allow concurrent Lanes execution in more than one embedded master state |
5 | * this universe is a full userdata created in the master state, selfdestruct_gc is the __gc for this userdata | 6 | * this universe is a full userdata created in the master state, selfdestruct_gc is the __gc for this userdata |
6 | * most of what was initialized only once is now per-universe | 7 | * most of what was initialized only once is now per-universe |