aboutsummaryrefslogtreecommitdiff
path: root/doc/us/index.html
diff options
context:
space:
mode:
authortomas <tomas>2007-06-07 01:28:08 +0000
committertomas <tomas>2007-06-07 01:28:08 +0000
commit57a64a5cfee378f331ae425945a8026bcc668a8b (patch)
tree77101c424f96ca8bb594c24e303c86136c60fab9 /doc/us/index.html
parent47f40e5705c53425ca0d22662f31c6742c2a5569 (diff)
downloadluafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.tar.gz
luafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.tar.bz2
luafilesystem-57a64a5cfee378f331ae425945a8026bcc668a8b.zip
Adding function symlinkatributes. Updating version to 1.3.0
Diffstat (limited to 'doc/us/index.html')
-rw-r--r--doc/us/index.html12
1 files changed, 10 insertions, 2 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index c48b19a..f0d78f5 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.2.1. It was developed for Lua 5.1.</p> 74<p>Current version is 1.3.0. It was developed for Lua 5.1.</p>
75 75
76<h2><a name="download"></a>Download</h2> 76<h2><a name="download"></a>Download</h2>
77 77
@@ -84,6 +84,14 @@ version of LuaFileSystem can be found at the same LuaForge page.</p>
84<h2><a name="history"></a>History</h2> 84<h2><a name="history"></a>History</h2>
85 85
86<dl class="history"> 86<dl class="history">
87 <dt><strong>Version 1.3.0</strong> [?/Jun/2007]</dt>
88 <dd>
89 <ul>
90 <li>added function
91 <a href="manual.html#symlinkattributes"><code>lfs.symlinkattributes</code></a></li>
92 </ul>
93 </dd>
94
87 <dt><strong>Version 1.2.1</strong> [08/May/2007]</dt> 95 <dt><strong>Version 1.2.1</strong> [08/May/2007]</dt>
88 <dd> 96 <dd>
89 <ul> 97 <ul>
@@ -139,7 +147,7 @@ Comments are welcome!</p>
139<div id="about"> 147<div id="about">
140 <p><a href="http://validator.w3.org/check?uri=referer"> 148 <p><a href="http://validator.w3.org/check?uri=referer">
141 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p> 149 <img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" /></a></p>
142 <p><small>$Id: index.html,v 1.35 2007/05/08 19:23:12 carregal Exp $</small></p> 150 <p><small>$Id: index.html,v 1.36 2007/06/07 01:28:08 tomas Exp $</small></p>
143</div> <!-- id="about" --> 151</div> <!-- id="about" -->
144 152
145</div> <!-- id="container" --> 153</div> <!-- id="container" -->