pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/lutok



Module Name:    pkgsrc
Committed By:   jmmv
Date:           Sat Jun 15 00:30:31 UTC 2013

Modified Files:
        pkgsrc/devel/lutok: Makefile PLIST buildlink3.mk distinfo
Removed Files:
        pkgsrc/devel/lutok/patches: patch-debug.hpp patch-state.hpp

Log Message:
Update to 0.3:

Released on 2013/06/14.

* Issue 1: Added support for Lua 5.2 while maintaining support for Lua
  5.1.  Applications using Lutok can be modified to use the new
  interface in this new version and thus support both Lua releases.
  However, because of incompatible changes to the Lua API, this release
  of Lutok is incompatible with previous releases as well.

* Issue 3: Tweaked configure to look for Lua using the pkg-config names
  lua-5.2 and lua-5.1.  These are the names used by FreeBSD.

Interface changes:

* New global constants: registry_index.

* New methods added to the state class: get_global_table.

* Removed global constants: globals_index.


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/lutok/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/lutok/PLIST
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/lutok/buildlink3.mk
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/lutok/distinfo
cvs rdiff -u -r1.1 -r0 pkgsrc/devel/lutok/patches/patch-debug.hpp \
    pkgsrc/devel/lutok/patches/patch-state.hpp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index