Merge branch 'gh-pages' of github.com:keplerproject/luafilesystem into gh-pages

This commit is contained in:
Fabio Mascarenhas
2012-10-01 11:18:31 -03:00
4 changed files with 6 additions and 4 deletions

View File

@@ -48,7 +48,7 @@
<li><a href="http://luaforge.net/projects/luafilesystem/">Project</a>
<ul>
<li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li>
<li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li>
<li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li>
</ul>
</li>
<li><a href="license.html">License</a></li>
@@ -90,9 +90,11 @@ page.</p>
<li>other bug fixes</li>
<dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt>
<dd><ul>
<li>Added explicit next and close methods to second return value of lfs.dir
(the directory object), for explicit iteration or explicit closing.</li>
<li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li>
</ul></dd>
<dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt>
<dd>
<ul>