aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--doc/us/index.html17
1 files changed, 14 insertions, 3 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 63b5791..5c1896d 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -71,19 +71,30 @@ 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.4.1. It was developed for Lua 5.1.</p> 74<p>Current version is 1.4.2. 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
78<p>LuaFileSystem source can be downloaded from its 78<p>LuaFileSystem source can be downloaded from its
79<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a> 79<a href="http://luaforge.net/projects/luafilesystem/files">Lua Forge</a>
80page. If you are using 80page. If you are using
81<a href="http://luabinaries.luaforge.net">LuaBinaries</a> 5.1.3 a Windows binary 81<a href="http://luabinaries.luaforge.net">LuaBinaries</a> a Windows binary
82version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found at the same LuaForge page.</p> 82version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found at the same LuaForge page.</p>
83 83
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.4.2</strong> [03/Feb/2009]</dt>
88 <dd>
89 <ul>
90 <li>fixed bug [<a href="http://luaforge.net/tracker/?func=detail&amp;group_id=66&amp;aid=13198&amp;atid=356">#13198</a>]
91 lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).</li>
92 <li>fixed bug [<a href="http://luaforge.net/tracker/?group_id=66&amp;atid=356&amp;func=detail&amp;aid=39794">#39794</a>]
93 Compile error on Solaris 10 (bug report and patch by Aaron B).</li>
94 <li>fixed compilation problems with Borland C.</li>
95 </ul>
96 </dd>
97
87 <dt><strong>Version 1.4.1</strong> [07/May/2008]</dt> 98 <dt><strong>Version 1.4.1</strong> [07/May/2008]</dt>
88 <dd> 99 <dd>
89 <ul> 100 <ul>
@@ -170,7 +181,7 @@ Comments are welcome!</p>
170 181
171<div id="about"> 182<div id="about">
172 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p> 183 <p><a href="http://validator.w3.org/check?uri=referer">Valid XHTML 1.0!</a></p>
173 <p><small>$Id: index.html,v 1.42 2008/05/07 19:06:37 carregal Exp $</small></p> 184 <p><small>$Id: index.html,v 1.43 2009/02/03 22:05:49 carregal Exp $</small></p>
174</div> <!-- id="about" --> 185</div> <!-- id="about" -->
175 186
176</div> <!-- id="container" --> 187</div> <!-- id="container" -->