diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-04 11:45:52 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-04 11:45:52 -0300 |
commit | 22577c75a5c0b6e91280f2d56b592ed1144ea204 (patch) | |
tree | 0f7f099c7d7efab57db816425ae1088f98835460 /index.html | |
parent | d0fcbbb8c10f9234ad58196d8034537a9f02b8fa (diff) | |
download | luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.tar.gz luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.tar.bz2 luafilesystem-22577c75a5c0b6e91280f2d56b592ed1144ea204.zip |
update website
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 16 |
1 files changed, 14 insertions, 2 deletions
@@ -48,7 +48,7 @@ | |||
48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> | 48 | <li><a href="http://luaforge.net/projects/luafilesystem/">Project</a> |
49 | <ul> | 49 | <ul> |
50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> | 50 | <li><a href="https://github.com/keplerproject/luafilesystem/issues">Bug Tracker</a></li> |
51 | <li><a href="https://github.com/keplerproject/luafilesystem">Git</a></li> | 51 | <li><a href="https://github.com/keplerproject/luafilesystem">CVS</a></li> |
52 | </ul> | 52 | </ul> |
53 | </li> | 53 | </li> |
54 | <li><a href="license.html">License</a></li> | 54 | <li><a href="license.html">License</a></li> |
@@ -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,11 +83,23 @@ 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 | |||
91 | <dt><strong>Version 1.6.1</strong> [01/Oct/2012]</dt> | ||
92 | <dd><ul> | ||
93 | <li>fix build for Lua 5.2</li> | ||
94 | </ul></dd> | ||
95 | |||
86 | <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> | 96 | <dt><strong>Version 1.6.0</strong> [26/Sep/2012]</dt> |
97 | <dd><ul> | ||
87 | <li>getcwd fix for Android</li> | 98 | <li>getcwd fix for Android</li> |
88 | <li>support for Lua 5.2</li> | 99 | <li>support for Lua 5.2</li> |
89 | <li>add lfs.link</li> | 100 | <li>add lfs.link</li> |
90 | <li>other bug fixes</li> | 101 | <li>other bug fixes</li> |
102 | </ul></dd> | ||
91 | 103 | ||
92 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> | 104 | <dt><strong>Version 1.5.0</strong> [20/Oct/2009]</dt> |
93 | <dd><ul> | 105 | <dd><ul> |