diff options
author | Benoit Germain <bnt.germain@gmail.com> | 2012-07-10 21:43:32 +0200 |
---|---|---|
committer | Benoit Germain <bnt.germain@gmail.com> | 2012-07-10 21:43:32 +0200 |
commit | 0373f863a9dbabbbe3e9aa74bea3e4b778f3a0cd (patch) | |
tree | 52dfb987d5ee12ef4668e875d19a70a6c77cebe1 /docs/index.html | |
parent | 4468ec94e354a9f6d8d7ea2859afa757bb934617 (diff) | |
download | lanes-3.1.5.tar.gz lanes-3.1.5.tar.bz2 lanes-3.1.5.zip |
one more step toward 5.2 compatibilityv3.1.5
* lua51-lanes renamed lanes.core
* keeper state microcode is no longer embedded inside lanes.core, but located and loaded with package.loaders[2]
* changed rockspec build type from "make" to "builtin"
Diffstat (limited to 'docs/index.html')
-rw-r--r-- | docs/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/index.html b/docs/index.html index 2d1c78e..7cb4f40 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -56,7 +56,7 @@ | |||
56 | 56 | ||
57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> | 57 | <p><br/><font size="-1"><i>Copyright © 2007-12 Asko Kauppi, Benoit Germain. All rights reserved.</i> |
58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1. | 58 | <br>Lua Lanes is published under the same <A HREF="http://en.wikipedia.org/wiki/MIT_License">MIT license</A> as Lua 5.1. |
59 | </p><p>This document was revised on 26-Jun-12, and applies to version 3.1.4 | 59 | </p><p>This document was revised on 09-Jul-12, and applies to version 3.1.5 |
60 | </font></p> | 60 | </font></p> |
61 | 61 | ||
62 | </center> | 62 | </center> |
@@ -145,7 +145,7 @@ | |||
145 | details and limitations. | 145 | details and limitations. |
146 | </p> | 146 | </p> |
147 | 147 | ||
148 | <p>To install Lanes, all you need are the <tt>lanes.lua</tt> and <tt>lua51-lanes.so|dll</tt> | 148 | <p>To install Lanes, all you need are the <tt>lanes.lua</tt> <tt>lanes-keeper.lua</tt> and <tt>lanes/core.so|dll</tt> |
149 | files to be reachable by Lua (see LUA_PATH, LUA_CPATH). | 149 | files to be reachable by Lua (see LUA_PATH, LUA_CPATH). |
150 | 150 | ||
151 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. | 151 | Or use <A HREF="http://www.luarocks.org" TARGET="_blank">Lua Rocks</A> package management. |