diff options
Diffstat (limited to 'doc/us/index.html')
-rw-r--r-- | doc/us/index.html | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index ddeb254..c41f211 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -61,9 +61,9 @@ the underlying directory structure and file attributes.</p> | |||
61 | 61 | ||
62 | <h2><a name="status"></a>Status</h2> | 62 | <h2><a name="status"></a>Status</h2> |
63 | 63 | ||
64 | <p>Current version is 1.1. It was developed for Lua 5.0.</p> | 64 | <p>Current version is 1.2. It was developed for Lua 5.0.</p> |
65 | 65 | ||
66 | <p>Version 1.1 follows the | 66 | <p>Version 1.2 follows the |
67 | <a href="http://www.keplerproject.org/compat">package model</a> | 67 | <a href="http://www.keplerproject.org/compat">package model</a> |
68 | for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> | 68 | for Lua 5.1 (see section <a href="manual.html#installation">Installation</a> |
69 | for more details).</p> | 69 | for more details).</p> |
@@ -82,6 +82,9 @@ LuaForge page.</p> | |||
82 | <h2><a name="history"></a>History</h2> | 82 | <h2><a name="history"></a>History</h2> |
83 | 83 | ||
84 | <ul> | 84 | <ul> |
85 | <li>[xx/xx/2005] Version 1.2 released<br/> | ||
86 | added function <code>lfs.rmdir</code>. | ||
87 | </li> | ||
85 | <li>[30/May/2005] Version 1.1 released<br/> | 88 | <li>[30/May/2005] Version 1.1 released<br/> |
86 | added function <code>lfs.touch</code>. | 89 | added function <code>lfs.touch</code>. |
87 | </li> | 90 | </li> |
@@ -111,7 +114,7 @@ Comments are welcome!</p> | |||
111 | <div id="about"> | 114 | <div id="about"> |
112 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> | 115 | <p><a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> |
113 | <p><small> | 116 | <p><small> |
114 | $Id: index.html,v 1.24 2005/06/02 21:14:53 tuler Exp $ | 117 | $Id: index.html,v 1.25 2005/06/09 16:21:54 tuler Exp $ |
115 | </small></p> | 118 | </small></p> |
116 | </div> <!-- id="about" --> | 119 | </div> <!-- id="about" --> |
117 | 120 | ||