aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@lambda.local>2009-10-20 18:54:02 -0200
committerFabio Mascarenhas <mascarenhas@lambda.local>2009-10-20 18:54:02 -0200
commit5ffde8ae511e62d7e821c07da53e201ed8efc5f4 (patch)
treed3b45720b2efb3bc69572bb9cff9d2c35e93f04e /README
parent2b5f187a40fa043ad5ed5dac5d3a85385043feb9 (diff)
downloadluafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.gz
luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.bz2
luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.zip
packaging for version 1.5.0
Diffstat (limited to 'README')
-rw-r--r--README18
1 files changed, 5 insertions, 13 deletions
diff --git a/README b/README
index 788aac6..0103efa 100644
--- a/README
+++ b/README
@@ -14,26 +14,18 @@ LuaRocks Installation
14--------------------- 14---------------------
15luarocks install luafilesystem 15luarocks install luafilesystem
16 16
17Unix Installation
18-----------------
19To install on Linux/OSX/BSD, please edit the config file and then call
20
21make
22make install
23
24The last step may require root privileges.
25
26Windows Installation
27--------------------
28To install on Windows, please copy lfs.dll to your package.cpath directory
29 17
30Documentation 18Documentation
31------------- 19-------------
32Please check the documentation at /doc/us/ for more information. 20Please check the documentation at doc/us/ for more information.
33 21
34History 22History
35------- 23-------
36 24
25Version 1.5.0 [20/Oct/2009]
26 * added explicit next and close methods to second return value of lfs.dir (the directory object), for explicit iteration or explicit closing.
27 * added directory locking via lfs.lock_dir function (see the manual).
28
37Version 1.4.2 [03/Feb/2009] 29Version 1.4.2 [03/Feb/2009]
38 30
39 * fixed bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro). 31 * fixed bug [#13198] lfs.attributes(filename, 'size') overflow on files > 2 Gb again (bug report and patch by KUBO Takehiro).