diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:09 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:18:09 -0300 |
commit | cfd424a9907fac8c5e8c06a4b88b5f85eee41624 (patch) | |
tree | dfb26aca6e3df31401169202be402430aeb0bdd7 /index.html | |
parent | fcdf88d43eae3afdee389e7dc869e8d6458d8bbe (diff) | |
download | luafilesystem-cfd424a9907fac8c5e8c06a4b88b5f85eee41624.tar.gz luafilesystem-cfd424a9907fac8c5e8c06a4b88b5f85eee41624.tar.bz2 luafilesystem-cfd424a9907fac8c5e8c06a4b88b5f85eee41624.zip |
update for lfs 1.6.0
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -71,7 +71,8 @@ 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.5.0. It was developed for Lua 5.1.</p> | 74 | <p>Current version is 1.6.0. It was developed for Lua 5.1 but also |
75 | works with Lua 5.2.</p> | ||
75 | 76 | ||
76 | <h2><a name="download"></a>Download</h2> | 77 | <h2><a name="download"></a>Download</h2> |
77 | 78 | ||
@@ -82,6 +83,12 @@ page.</p> | |||
82 | <h2><a name="history"></a>History</h2> | 83 | <h2><a name="history"></a>History</h2> |
83 | 84 | ||
84 | <dl class="history"> | 85 | <dl class="history"> |
86 | <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> | ||
87 | <li>getcwd fix for Android</li> | ||
88 | <li>support for Lua 5.2</li> | ||
89 | <li>add lfs.link</li> | ||
90 | <li>other bug fixes</li> | ||
91 | |||
85 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> | 92 | <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 | 93 | <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> | 94 | (the directory object), for explicit iteration or explicit closing.</li> |