Improvements on LUA build scripts and support for LUA 5.2

This commit is contained in:
Victor Hora
2017-11-23 12:38:23 -05:00
committed by Felipe Zimmerle
parent de36fca86a
commit c98e665475
3 changed files with 99 additions and 16 deletions

View File

@@ -2,9 +2,11 @@
v3.0.????? - ?
---------------------------
- Improvements on LUA build scripts and support for LUA 5.2.
[Issue #1617 and #1622 - @victorhora, @zimmerle]
- Fix compilation error with disable_debug_log flag
[0xfd84e - Izik Abramov]
- Improvements on the benchmark tool.
- Improvements on the benchmark tool.
[Issue #1615 - @zimmerle]
- Fix lua headers on the build scripts
[Issue #1621 - @Minasu]