diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/us/examples.html | 2 | ||||
-rw-r--r-- | doc/us/index.html | 7 |
2 files changed, 7 insertions, 2 deletions
diff --git a/doc/us/examples.html b/doc/us/examples.html index 65a6623..d6d32fc 100644 --- a/doc/us/examples.html +++ b/doc/us/examples.html | |||
@@ -65,7 +65,7 @@ | |||
65 | attributes for each file inside it.</p> | 65 | attributes for each file inside it.</p> |
66 | 66 | ||
67 | <pre class="example"> | 67 | <pre class="example"> |
68 | require"lfs" | 68 | local lfs = require"lfs" |
69 | 69 | ||
70 | function attrdir (path) | 70 | function attrdir (path) |
71 | for file in lfs.dir(path) do | 71 | for file in lfs.dir(path) do |
diff --git a/doc/us/index.html b/doc/us/index.html index 1046bd9..8873222 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -71,7 +71,7 @@ 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.6.0. It was developed for Lua 5.1 but also | 74 | <p>Current version is 1.6.2. It was developed for Lua 5.1 but also |
75 | works with Lua 5.2.</p> | 75 | works with Lua 5.2.</p> |
76 | 76 | ||
77 | <h2><a name="download"></a>Download</h2> | 77 | <h2><a name="download"></a>Download</h2> |
@@ -83,6 +83,11 @@ 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.2</strong> [??/Oct/2012]</dt> | ||
87 | <dd><ul> | ||
88 | <li>Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)</li> | ||
89 | </ul></dd> | ||
90 | |||
86 | <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt> | 91 | <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt> |
87 | <dd><ul> | 92 | <dd><ul> |
88 | <li>fix build for Lua 5.2</li> | 93 | <li>fix build for Lua 5.2</li> |