From 944e325e2930a19ed7783816def8cd94508a15f8 Mon Sep 17 00:00:00 2001
From: Fabio Mascarenhas
Date: Mon, 1 Oct 2012 15:57:09 -0300
Subject: fix build for Lua 5.2; version 1.6.1
---
doc/us/index.html | 9 +++++++++
1 file changed, 9 insertions(+)
(limited to 'doc')
diff --git a/doc/us/index.html b/doc/us/index.html
index 6d7072b..1046bd9 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -83,16 +83,25 @@ page.
History
+ - Version 1.6.1 [01/Oct/2012]
+
+ - fix build for Lua 5.2
+
+
- Version 1.6.0 [26/Sep/2012]
+
- getcwd fix for Android
- support for Lua 5.2
- add lfs.link
- other bug fixes
+
- Version 1.5.0 [20/Oct/2009]
+
- Added explicit next and close methods to second return value of lfs.dir
(the directory object), for explicit iteration or explicit closing.
- Added directory locking via lfs.lock_dir function (see the manual).
+
- Version 1.4.2 [03/Feb/2009]
-