summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@linux.intel.com>2010-07-01 14:29:42 -0700
committerH. Peter Anvin <hpa@linux.intel.com>2010-07-01 14:29:42 -0700
commita42854dd830a347633d3e850bca603a074207031 (patch)
tree1f41b4ba935ea72e8f2c5a3ab37692c0439c2912
parent809c6671fc2e2eb156f2385d65becf756996cc1b (diff)
downloadsyslinux-lua.tar.gz
NEWS: add lua.c32lua
Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6fad0103..9c914274 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,7 @@ Changes in 4.01:
Helmut Hullen for invaluable debugging support.
* ifplop.c32: new module which detects if the PLoP Boot Loader
already has booted a CDROM or USB drive (Gert Hulselmans).
+ * lua.c32: Lua script interpreter, currently experimental.
Changes in 4.00:
* Major code base changes; all filesystem rewritten in C.