diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-08-22 21:36:37 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-08-22 21:36:37 +0200 |
commit | f0b1c6d629464c0a59ac78382d86f434e74c2162 (patch) | |
tree | e6788f8e7c0e859cd5f8d9254a922e187d9e7938 /CHANGES | |
parent | a9075ff6cf43e99cee994f5e77d0e1e54cb8dbac (diff) | |
download | lanes-3.2.0.tar.gz lanes-3.2.0.tar.bz2 lanes-3.2.0.zip |
lanes version 3.2.0v3.2.0
* keeper internals implemented in C instead of Lua for better performances
* fixed arguments checks in linda:limit() and linda:set()
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 45: BGe 21-Aug-2012 | ||
4 | * keeper internals implemented in C instead of Lua for better performances | ||
5 | * fixed arguments checks in linda:limit() and linda:set() | ||
6 | |||
3 | CHANGE 44: BGe 13-Aug-2012 | 7 | CHANGE 44: BGe 13-Aug-2012 |
4 | * lanes code updated to build against Lua 5.1 and Lua 5.2 | 8 | * 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 | 9 | * removed the search for MSVCR80.DLL when building for MinGW32 since it no longer seems to be necessary |