diff --git a/Makefile b/Makefile index 431fae6..10d9ca4 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.33 2008/03/25 18:24:17 mascarenhas Exp $ +# $Id: Makefile,v 1.34 2008/05/07 19:06:37 carregal Exp $ T= lfs -V= 1.4.0 + CONFIG= ./config include $(CONFIG) diff --git a/Makefile.win b/Makefile.win index 8491be2..65cab81 100644 --- a/Makefile.win +++ b/Makefile.win @@ -1,7 +1,6 @@ -# $Id: Makefile.win,v 1.10 2008/02/13 22:08:31 carregal Exp $ +# $Id: Makefile.win,v 1.11 2008/05/07 19:06:37 carregal Exp $ T= lfs -V= 1.4.0 include config.win diff --git a/README b/README index 2cc5aff..64b52e6 100644 --- a/README +++ b/README @@ -10,7 +10,11 @@ related to file systems offered by the standard Lua distribution. LuaFileSystem offers a portable way to access the underlying directory structure and file attributes. LuaFileSystem is free software and uses the same license as Lua 5.1 -Current version is 1.4.0 +Version 1.4.1 [07/May/2008] changes + * documentation review + * fixed Windows compilation issues + * fixed bug in the Windows tests (patch by Shmuel Zeigerman) + * fixed bug [#2185] lfs.attributes(filename, 'size') overflow on files > 2 Gb LuaRocks Installation --------------------- diff --git a/doc/us/index.html b/doc/us/index.html index 320a931..63b5791 100644 --- a/doc/us/index.html +++ b/doc/us/index.html @@ -71,7 +71,7 @@ the underlying directory structure and file attributes.

Status

-

Current version is 1.4.0. It was developed for Lua 5.1.

+

Current version is 1.4.1. It was developed for Lua 5.1.

Download

@@ -84,6 +84,18 @@ version of LuaFileSystem (compiled with Visual Studio 2005 Express) can be found

History

+
Version 1.4.1 [07/May/2008]
+
+ +
+
Version 1.4.0 [13/Feb/2008]