1 Changes in version 0.3 2 ====================== 3 4 Released on 2013/06/14. 5 6 * Issue 1: Added support for Lua 5.2 while maintaining support for Lua 7 5.1. Applications using Lutok can be modified to use the new 8 interface in this new version and thus support both Lua releases. 9 However, because of incompatible changes to the Lua API, this release 10 of Lutok is incompatible with previous releases as well. 11 12 * Issue 3: Tweaked configure to look for Lua using the pkg-config names 13 lua-5.2 and lua-5.1. These are the names used by FreeBSD. 14 15 Interface changes: 16 17 * New global constants: registry_index. 18 19 * New methods added to the state class: get_global_table. 20 21 * Removed global constants: globals_index. 22 23 24 Changes in version 0.2 25 ====================== 26 27 Released on 2012/05/30. 28 29 * New global constants: globals_index. 30 31 * New methods added to the state class: get_metafield, get_metatable, 32 insert, push_value, raw_get and raw_set. 33 34 * Acknowledged that Lua 5.2 is currently not supported. 35 36 37 Changes in version 0.1 38 ====================== 39 40 Released on 2012/01/29. 41 42 * This is the first public release of the Lutok package. 43