aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/us/index.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/us/index.html b/doc/us/index.html
index 3ed43f2..f9777a5 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -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>