diff options
author | Fabio Mascarenhas <mascarenhas@lambda.local> | 2009-10-20 18:54:02 -0200 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@lambda.local> | 2009-10-20 18:54:02 -0200 |
commit | 5ffde8ae511e62d7e821c07da53e201ed8efc5f4 (patch) | |
tree | d3b45720b2efb3bc69572bb9cff9d2c35e93f04e /README | |
parent | 2b5f187a40fa043ad5ed5dac5d3a85385043feb9 (diff) | |
download | luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.gz luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.tar.bz2 luafilesystem-5ffde8ae511e62d7e821c07da53e201ed8efc5f4.zip |
packaging for version 1.5.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 18 |
1 files changed, 5 insertions, 13 deletions
@@ -14,26 +14,18 @@ LuaRocks Installation | |||
14 | --------------------- | 14 | --------------------- |
15 | luarocks install luafilesystem | 15 | luarocks install luafilesystem |
16 | 16 | ||
17 | Unix Installation | ||
18 | ----------------- | ||
19 | To install on Linux/OSX/BSD, please edit the config file and then call | ||
20 | |||
21 | make | ||
22 | make install | ||
23 | |||
24 | The last step may require root privileges. | ||
25 | |||
26 | Windows Installation | ||
27 | -------------------- | ||
28 | To install on Windows, please copy lfs.dll to your package.cpath directory | ||
29 | 17 | ||
30 | Documentation | 18 | Documentation |
31 | ------------- | 19 | ------------- |
32 | Please check the documentation at /doc/us/ for more information. | 20 | Please check the documentation at doc/us/ for more information. |
33 | 21 | ||
34 | History | 22 | History |
35 | ------- | 23 | ------- |
36 | 24 | ||
25 | Version 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 | |||
37 | Version 1.4.2 [03/Feb/2009] | 29 | Version 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). |