aboutsummaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorBenoit Germain <bnt period germain arrobase gmail period com>2017-05-10 17:10:29 +0200
committerBenoit Germain <bnt period germain arrobase gmail period com>2017-05-10 17:10:29 +0200
commite5f454b3cee91f79f4f107b68a4708addc0a914a (patch)
treee8d3c53937659b2f615870b9294a0d5e0dfa7a30 /CHANGES
parent0a064da8d02d0863463583e4f693462ef7725c2f (diff)
downloadlanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.tar.gz
lanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.tar.bz2
lanes-e5f454b3cee91f79f4f107b68a4708addc0a914a.zip
Improve LuaJIT support
* better LuaJIT-specific headers detection * add LuaJIT-specific libraries when known * properly raise an error when attempting to transfer a LUAT_CDATA value * some compilationg warning fixes
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index a91ceae..34c35cd 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,9 @@
1CHANGES: 1CHANGES:
2 2
3CHANGE 119: BGe 10-May-17
4 * Fixed some compilation warnings
5 * Improved LuaJIT support
6
3CHANGE 118: trukanduk 21-Nov-16 7CHANGE 118: trukanduk 21-Nov-16
4 * bumped version to 3.10.1 8 * bumped version to 3.10.1
5 * objects with a metatable that contains __lanesignore are skipped during data transfers 9 * objects with a metatable that contains __lanesignore are skipped during data transfers