diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-08-14 22:01:15 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-08-14 22:01:15 +0200 |
commit | 617654ed50e39412cc04922874364daa47966678 (patch) | |
tree | 01644ba218b0cccd66026e696f17c66c9e89c9d3 /CHANGES | |
parent | 7767a0133c5c8945a887b06061aae332446f37bb (diff) | |
download | lanes-3.1.6.tar.gz lanes-3.1.6.tar.bz2 lanes-3.1.6.zip |
code updated to build against Lua 5.1 and Lua 5.2v3.1.6
Diffstat (limited to '')
-rw-r--r-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,9 @@ | |||
1 | CHANGES: | 1 | CHANGES: |
2 | 2 | ||
3 | CHANGE 44: BGe 13-Aug-2012 | ||
4 | * lanes code updated to build against Lua 5.1 and Lua 5.2 | ||
5 | * removed the search for MSVCR80.DLL when building for MinGW32 since it no longer seems to be necessary | ||
6 | |||
3 | CHANGE 43: BGe 09-Aug-2012 | 7 | CHANGE 43: BGe 09-Aug-2012 |
4 | * fix possible crash at application shutdown when a race condition causes linda objects to be collected after the keeper states are cleaned up. | 8 | * fix possible crash at application shutdown when a race condition causes linda objects to be collected after the keeper states are cleaned up. |
5 | 9 | ||