aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorcarregal <carregal>2008-05-07 19:06:37 +0000
committercarregal <carregal>2008-05-07 19:06:37 +0000
commitd4bfd537a8c4c14c3c1790ece17faa3eb639e7c2 (patch)
tree954e4adb5478d2d96fb8c482a883ff0c920e50d1 /README
parentd7a5679fb8dac1da8563b8e5b1d759e08dab3b32 (diff)
downloadluafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.tar.gz
luafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.tar.bz2
luafilesystem-d4bfd537a8c4c14c3c1790ece17faa3eb639e7c2.zip
Packaging version 1.4.1
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 5 insertions, 1 deletions
diff --git a/README b/README
index 2cc5aff..64b52e6 100644
--- a/README
+++ b/README
@@ -10,7 +10,11 @@ related to file systems offered by the standard Lua distribution.
10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. 10LuaFileSystem offers a portable way to access the underlying directory structure and file attributes.
11LuaFileSystem is free software and uses the same license as Lua 5.1 11LuaFileSystem is free software and uses the same license as Lua 5.1
12 12
13Current version is 1.4.0 13Version 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
15LuaRocks Installation 19LuaRocks Installation
16--------------------- 20---------------------