1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
lua50 (5.0.3-2) unstable; urgency=low
lua40 compatibility layer has been removed. No more -C switch and compat.lua
file installed. Install lua40 instead.
lua5.1 compatibility layer added, integrating compat-5.1r5.
compat-5.1.lua is shipped with liblualib50 and the C counterpart is linked
in the library- compat-5.1.h is inside liblualib50-dev.
Standard path changed, according to the lua5.1 standards. Old paths are
still supported.
/usr/share/lua50 -> /usr/share/lua/50
/usr/lib/lua50 -> /usr/lib/lua/50
-- Enrico Tassi <gareuselesinge@debian.org> Thu, 14 Sep 2006 11:29:09 +0200
|