diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:11:48 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:11:48 -0300 |
commit | d71c63cdb776f7d25313f8fcd14f07512ba1f83e (patch) | |
tree | 41111619a268eb4d05667807baf54b6c867801d9 /doc | |
parent | 4a299c53b68cc9a9bf728f46c915e5b43280d896 (diff) | |
download | luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.gz luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.bz2 luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.zip |
luafilesystem 1.6.0
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/index.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index 9798404..6d7072b 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -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> |