aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@lambda.local>2009-10-20 18:54:02 -0200
committerFabio Mascarenhas <mascarenhas@lambda.local>2009-10-20 18:54:02 -0200
commit5ffde8ae511e62d7e821c07da53e201ed8efc5f4 (patch)
treed3b45720b2efb3bc69572bb9cff9d2c35e93f04e /doc
parent2b5f187a40fa043ad5ed5dac5d3a85385043feb9 (diff)
downloadluafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.gz
luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.bz2
luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.zip
packaging for version 1.5.0
Diffstat (limited to 'doc')
-rw-r--r--doc/us/index.html12
1 files changed, 7 insertions, 5 deletions
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.</p>
71 71
72<h2><a name="status"></a>Status</h2> 72<h2><a name="status"></a>Status</h2>
73 73
74<p>Current version is 1.4.2. It was developed for Lua 5.1.</p> 74<p>Current version is 1.5.0. It was developed for Lua 5.1.</p>
75 75
76<h2><a name="download"></a>Download</h2> 76<h2><a name="download"></a>Download</h2>
77 77
78<p>LuaFileSystem source can be downloaded from its 78<p>LuaFileSystem source can be downloaded from its
79<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> 79<a href="http://github.com/keplerproject/luafilesystem">Github</a>
80page. If you are using 80page.</p>
81<a href="http://luabinaries.luaforge.net">LuaBinaries</a> a Windows binary
82version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found at the same LuaForge page.</p>
83 81
84<h2><a name="history"></a>History</h2> 82<h2><a name="history"></a>History</h2>
85 83
86<dl class="history"> 84<dl class="history">
85 <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt>
86 <li>Added explicit next and close methods to second return value of lfs.dir
87(the directory object), for explicit iteration or explicit closing.</li>
88 <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li>
87 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> 89 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt>
88 <dd> 90 <dd>
89 <ul> 91 <ul>