diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 19:52:00 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 19:52:00 -0300 |
commit | 220d38c7d15ed005bf02a2b29c9172b676c3c988 (patch) | |
tree | 2712c8580be51c77947fa2ac9f6e4a9c2c35a6f0 | |
parent | a066a03f1cf6f893dafabcd63946d6009ff98945 (diff) | |
download | luafilesystem-1_7_0.tar.gz luafilesystem-1_7_0.tar.bz2 luafilesystem-1_7_0.zip |
Update for release 1.7.0.v1_7_0
-rw-r--r-- | doc/us/index.html | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/doc/us/index.html b/doc/us/index.html index f9777a5..195ab60 100644 --- a/doc/us/index.html +++ b/doc/us/index.html | |||
@@ -70,18 +70,23 @@ the underlying directory structure and file attributes.</p> | |||
70 | 70 | ||
71 | <h2><a name="status"></a>Status</h2> | 71 | <h2><a name="status"></a>Status</h2> |
72 | 72 | ||
73 | <p>Current version is 1.6.3. It works with Lua 5.1, 5.2 and 5.3.</p> | 73 | <p>Current version is 1.7.0. It works with Lua 5.1, 5.2 and 5.3, and it runs on various |
74 | flavors of Unix (including Linux, BSDs, macOS) and Windows.</p> | ||
74 | 75 | ||
75 | <h2><a name="download"></a>Download</h2> | 76 | <h2><a name="download"></a>Download</h2> |
76 | 77 | ||
77 | <p>LuaFileSystem source can be downloaded from its | 78 | <p>LuaFileSystem can be installed using <a href="https://luarocks.org">LuaRocks</a>: |
78 | <a href="http://github.com/keplerproject/luafilesystem">Github</a> | 79 | |
79 | page.</p> | 80 | <pre class="example"> |
81 | $ luarocks install luafilesystem | ||
82 | </pre> | ||
83 | |||
84 | <p>Its source can be found at its <a href="http://github.com/keplerproject/luafilesystem">Github</a> page.</p> | ||
80 | 85 | ||
81 | <h2><a name="history"></a>History</h2> | 86 | <h2><a name="history"></a>History</h2> |
82 | 87 | ||
83 | <dl class="history"> | 88 | <dl class="history"> |
84 | <dt><strong>Version 1.7.0</strong> [unreleased]</dt> | 89 | <dt><strong>Version 1.7.0</strong> [15/Sep/2017]</dt> |
85 | <dd><ul> | 90 | <dd><ul> |
86 | <li>symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.</li> | 91 | <li>symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.</li> |
87 | <li>attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.</li> | 92 | <li>attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.</li> |