aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/us/index.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 6d7072b..1046bd9 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -83,16 +83,25 @@ page.</p>
83<h2><a name="history"></a>History</h2> 83<h2><a name="history"></a>History</h2>
84 84
85<dl class="history"> 85<dl class="history">
86 <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt>
87 <dd><ul>
88 <li>fix build for Lua 5.2</li>
89 </ul></dd>
90
86 <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> 91 <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt>
92 <dd><ul>
87 <li>getcwd fix for Android</li> 93 <li>getcwd fix for Android</li>
88 <li>support for Lua 5.2</li> 94 <li>support for Lua 5.2</li>
89 <li>add lfs.link</li> 95 <li>add lfs.link</li>
90 <li>other bug fixes</li> 96 <li>other bug fixes</li>
97 </ul></dd>
91 98
92 <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> 99 <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt>
100 <dd><ul>
93 <li>Added explicit next and close methods to second return value of lfs.dir 101 <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> 102(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> 103 <li>Added directory locking via lfs.lock_dir function (see the <a href="manual.html">manual</a>).</li>
104 </ul></dd>
96 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt> 105 <dt><strong>Version 1.4.2</strong> [03/Feb/2009]</dt>
97 <dd> 106 <dd>
98 <ul> 107 <ul>