From 220d38c7d15ed005bf02a2b29c9172b676c3c988 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Fri, 15 Sep 2017 19:52:00 -0300 Subject: Update for release 1.7.0. --- doc/us/index.html | 15 ++++++++++----- 1 file 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.

Status

-

Current version is 1.6.3. It works with Lua 5.1, 5.2 and 5.3.

+

Current version is 1.7.0. It works with Lua 5.1, 5.2 and 5.3, and it runs on various +flavors of Unix (including Linux, BSDs, macOS) and Windows.

Download

-

LuaFileSystem source can be downloaded from its -Github -page.

+

LuaFileSystem can be installed using LuaRocks: + +

+$ luarocks install luafilesystem
+
+ +

Its source can be found at its Github page.

History

-
Version 1.7.0 [unreleased]
+
Version 1.7.0 [15/Sep/2017]
  • symlinkattributes function now provides 'target' field, containing name of the file that the symlink points to.
  • attributes, symlinkattributes, touch, mkdir, and rmdir functions now return system-dependent error code as the third value on error.
  • -- cgit v1.2.3-55-g6feb