diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:31 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:31 -0300 |
commit | d0fcbbb8c10f9234ad58196d8034537a9f02b8fa (patch) | |
tree | af3090d71b00d6babd1716225b2207656e796890 /index.html | |
parent | cfd424a9907fac8c5e8c06a4b88b5f85eee41624 (diff) | |
parent | 46d742071513076f50cf19af5d4e236e72ea9f14 (diff) | |
download | luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.tar.gz luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.tar.bz2 luafilesystem-d0fcbbb8c10f9234ad58196d8034537a9f02b8fa.zip |
Merge branch 'gh-pages' of github.com:keplerproject/luafilesystem into gh-pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,7 +48,7 @@ | |||
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
@@ -90,9 +90,11 @@ page.</p> | |||
90 | <li>other bug fixes</li> | 90 | <li>other bug fixes</li> |
91 | 91 | ||
92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> | 92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> |
93 | <dd><ul> | ||
93 | <li>Added explicit next and close methods to second return value of lfs.dir | 94 | <li>Added explicit next and close methods to second return value of lfs.dir |
94 | (the directory object), for explicit iteration or explicit closing.</li> | 95 | (the directory object), for explicit iteration or explicit closing.</li> |
95 | <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li> | 96 | <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li> |
97 | </ul></dd> | ||
96 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> | 98 | <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> |
97 | <dd> | 99 | <dd> |
98 | <ul> | 100 | <ul> |