diff --git a/examples.html b/examples.html index 23ddac6..d6d32fc 100644 --- a/examples.html +++ b/examples.html @@ -48,7 +48,7 @@
  • Project
  • License
  • @@ -65,7 +65,7 @@ attributes for each file inside it.

    -require"lfs"
    +local lfs = require"lfs"
     
     function attrdir (path)
         for file in lfs.dir(path) do
    diff --git a/index.html b/index.html
    index f76de5e..8873222 100644
    --- a/index.html
    +++ b/index.html
    @@ -48,7 +48,7 @@
             
  • Project
  • License
  • @@ -71,7 +71,7 @@ the underlying directory structure and file attributes.

    Status

    -

    Current version is 1.6.0. It was developed for Lua 5.1 but also +

    Current version is 1.6.2. It was developed for Lua 5.1 but also works with Lua 5.2.

    Download

    @@ -83,11 +83,23 @@ page.

    History

    +
    Version 1.6.2 [??/Oct/2012]
    +
      +
    • Full Lua 5.2 compatibility (with Lua 5.1 fallbacks)
    • +
    + +
    Version 1.6.1 [01/Oct/2012]
    +
      +
    • fix build for Lua 5.2
    • +
    +
    Version 1.6.0 [26/Sep/2012]
    +
    • getcwd fix for Android
    • support for Lua 5.2
    • add lfs.link
    • other bug fixes
    • +
    Version 1.5.0 [20/Oct/2009]
      diff --git a/license.html b/license.html index 4b2be63..e2c422b 100644 --- a/license.html +++ b/license.html @@ -48,7 +48,7 @@
    • Project
    • License
    • diff --git a/manual.html b/manual.html index 1fb84db..996dc1f 100644 --- a/manual.html +++ b/manual.html @@ -46,7 +46,7 @@
    • Project
    • License