aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorFabio Mascarenhas <mascarenhas@acm.org>2012-10-01 11:11:48 -0300
committerFabio Mascarenhas <mascarenhas@acm.org>2012-10-01 11:11:48 -0300
commitd71c63cdb776f7d25313f8fcd14f07512ba1f83e (patch)
tree41111619a268eb4d05667807baf54b6c867801d9 /README
parent4a299c53b68cc9a9bf728f46c915e5b43280d896 (diff)
downloadluafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.gz
luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.tar.bz2
luafilesystem-d71c63cdb776f7d25313f8fcd14f07512ba1f83e.zip
luafilesystem 1.6.0
Diffstat (limited to 'README')
-rw-r--r--README6
1 files changed, 6 insertions, 0 deletions
diff --git a/README b/README
index 0103efa..6610243 100644
--- a/README
+++ b/README
@@ -22,6 +22,12 @@ Please check the documentation at doc/us/ for more information.
22History 22History
23------- 23-------
24 24
25Version 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
25Version 1.5.0 [20/Oct/2009] 31Version 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).