diff options
author | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:11:48 -0300 |
---|---|---|
committer | Fabio Mascarenhas <mascarenhas@acm.org> | 2012-10-01 11:11:48 -0300 |
commit | d71c63cdb776f7d25313f8fcd14f07512ba1f83e (patch) | |
tree | 41111619a268eb4d05667807baf54b6c867801d9 /README | |
parent | 4a299c53b68cc9a9bf728f46c915e5b43280d896 (diff) | |
download | luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.gz luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.bz2 luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.zip |
luafilesystem 1.6.0
Diffstat (limited to 'README')
-rw-r--r-- | README | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -22,6 +22,12 @@ Please check the documentation at doc/us/ for more information. | |||
22 | History | 22 | History |
23 | ------- | 23 | ------- |
24 | 24 | ||
25 | Version 1.6.0 [26/Sep/2012] | ||
26 | * getcwd fix for Android | ||
27 | * support for Lua 5.2 | ||
28 | * add lfs.link | ||
29 | * other bug fixes | ||
30 | |||
25 | Version 1.5.0 [20/Oct/2009] | 31 | 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. | 32 | * 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). | 33 | * added directory locking via lfs.lock_dir function (see the manual). |