From 5ffde8ae511e62d7e821c07da53e201ed8efc5f4 Mon Sep 17 00:00:00 2001
From: Fabio Mascarenhas
Date: Tue, 20 Oct 2009 18:54:02 -0200
Subject: packaging for version 1.5.0
---
doc/us/index.html | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
(limited to 'doc')
diff --git a/doc/us/index.html b/doc/us/index.html
index 374fe3e..43edefc 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -71,19 +71,21 @@ the underlying directory structure and file attributes.
Status
-Current version is 1.4.2. It was developed for Lua 5.1.
+Current version is 1.5.0. It was developed for Lua 5.1.
Download
LuaFileSystem source can be downloaded from its
-Lua Forge
-page. If you are using
-LuaBinaries a Windows binary
-version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found at the same LuaForge page.
+Github
+page.
History
+ - 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]