diff options
author | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 18:32:36 -0300 |
---|---|---|
committer | Hisham Muhammad <hisham@gobolinux.org> | 2017-09-15 18:32:36 -0300 |
commit | fbf2894a0ab3e4b28ead9e6140c57e43c6a86325 (patch) | |
tree | 8886291d8735e861dc8917e9ec2d6bb60fffac22 /index.html | |
parent | 138bf123049627399f87c06805706bcd7e508ede (diff) | |
download | luafilesystem-fbf2894a0ab3e4b28ead9e6140c57e43c6a86325.tar.gz luafilesystem-fbf2894a0ab3e4b28ead9e6140c57e43c6a86325.tar.bz2 luafilesystem-fbf2894a0ab3e4b28ead9e6140c57e43c6a86325.zip |
Update for 1.7.0
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -81,6 +81,14 @@ page.</p> | |||
81 | <h2><a name="history"></a>History</h2> | 81 | <h2><a name="history"></a>History</h2> |
82 | 82 | ||
83 | <dl class="history"> | 83 | <dl class="history"> |
84 | <dt><strong>Version 1.7.0</strong> [unreleased]</dt> | ||
85 | <dd><ul> | ||
86 | <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> | ||
88 | <li>Fixed detection of closed files for Lua 5.2+ in setmode, lock, and unlock functions.</li> | ||
89 | <li>Fixed various compiler warnings.</li> | ||
90 | </ul></dd> | ||
91 | |||
84 | <dt><strong>Version 1.6.3</strong> [15/Jan/2015]</dt> | 92 | <dt><strong>Version 1.6.3</strong> [15/Jan/2015]</dt> |
85 | <dd><ul> | 93 | <dd><ul> |
86 | <li>Lua 5.3 support.</li> | 94 | <li>Lua 5.3 support.</li> |