diff options
author | carregal <carregal> | 2008-05-07 19:06:37 +0000 |
---|---|---|
committer | carregal <carregal> | 2008-05-07 19:06:37 +0000 |
commit | d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2 (patch) | |
tree | 954e4adb5478d2d96fb8c482a883ff0c920e50d1 /README | |
parent | d7a5679fb8dac1da8563b8e5b1d759e08dab3b32 (diff) | |
download | luafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.tar.gz luafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.tar.bz2 luafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.zip |
Packaging version 1.4.1
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -10,7 +10,11 @@ related to file systems offered by the standard Lua distribution. | |||
10 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. | 10 | LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. |
11 | LuaFileSystem is free software and uses the same license as Lua 5.1 | 11 | LuaFileSystem is free software and uses the same license as Lua 5.1 |
12 | 12 | ||
13 | Current version is 1.4.0 | 13 | Version 1.4.1 [07/May/2008] changes |
14 | * documentation review | ||
15 | * fixed Windows compilation issues | ||
16 | * fixed bug in the Windows tests (patch by Shmuel Zeigerman) | ||
17 | * fixed bug [#2185] lfs.attributes(filename, 'size') overflow on files > 2 Gb | ||
14 | 18 | ||
15 | LuaRocks Installation | 19 | LuaRocks Installation |
16 | --------------------- | 20 | --------------------- |