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