From 5f942164a0cf9fd11545fffb5e54e446bd42ecd4 Mon Sep 17 00:00:00 2001
From: tomas
Date: Mon, 24 Jan 2005 10:59:58 +0000
Subject: Acrescimo de documentacao da lfs.touch. Adaptacao para a versao 1.1.
---
doc/us/index.html | 20 ++++++++++----------
doc/us/manual.html | 47 ++++++++++++++++++++++++++++++++++-------------
2 files changed, 44 insertions(+), 23 deletions(-)
diff --git a/doc/us/index.html b/doc/us/index.html
index a96e2e6..90c15ee 100644
--- a/doc/us/index.html
+++ b/doc/us/index.html
@@ -39,20 +39,14 @@ href="http://www.lua.org">Lua Programming Language
-
Overview
LuaFileSystem is a library developed to complement the set of
@@ -60,13 +54,16 @@ functions related to file systems offered by the standard Lua
distribution. One of its goals is to be as portable as Lua.
LuaFileSystem is free software and uses the same license as Lua 5.0.
+"license.html">license as Lua 5.0.
+
+
Current version
-Current version is 1.0. It was developed for Lua 5.0.
+Current version is 1.1.
+It was developed for Lua 5.0.
-Version 1.0 follows the
+
Version 1.1 follows the
package proposal
for Lua 5.1 (see section Installation
for more details).
@@ -85,10 +82,13 @@ page.
What's new
+- [?/?/2005] Version 1.1 released
- [21/Jan/2005] Version 1.0 released
- [10/Nov/2004] Version 1.0 beta released
+Version 1.1 adds function lfs.touch.
+
Installation
@@ -122,7 +122,7 @@ which holds its copyright.
Comments are welcome!
-$Id: index.html,v 1.9 2005/01/19 14:30:08 tomas Exp $
+$Id: index.html,v 1.10 2005/01/24 10:59:58 tomas Exp $