diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-30 18:53:10 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2003-06-30 18:53:10 +0000 |
commit | a581d2333be87796e2758806d38880e3e2be8a78 (patch) | |
tree | b790421957baf22e41d962a31ca92aed2e6201ae /README | |
parent | 167727be3cefb3f45a26b0b1d96dc94a900a84b4 (diff) | |
download | luasocket-a581d2333be87796e2758806d38880e3e2be8a78.tar.gz luasocket-a581d2333be87796e2758806d38880e3e2be8a78.tar.bz2 luasocket-a581d2333be87796e2758806d38880e3e2be8a78.zip |
Releasing 2.0 alpha!!!
Diffstat (limited to 'README')
-rw-r--r-- | README | 9 |
1 files changed, 3 insertions, 6 deletions
@@ -1,12 +1,9 @@ | |||
1 | This release is work in progress. It has been tested on WinXP, Mac OS X, | 1 | This release is work in progress. It has been tested on WinXP, Mac OS X, |
2 | SunOS and Linux. The most important change is a major rewrite of the C code | 2 | SunOS and Linux. |
3 | that attempts to make the library extensible. Also, all functions were | ||
4 | moved to the 'socket' namespace. A few changes are expected for the final | ||
5 | version, mostly in order to make the API more uniform. | ||
6 | 3 | ||
7 | In this version, all Lua code has been built into the binary. For that, you | 4 | In this version, all Lua code should be built into the binary. For that, you |
8 | will need a working versions of luac and bin2c, both available with your | 5 | will need a working versions of luac and bin2c, both available with your |
9 | Lua distribution. Check makefile for details. | 6 | Lua distribution. Check the makefile for details. |
10 | 7 | ||
11 | Have fun, | 8 | Have fun, |
12 | Diego Nehab. | 9 | Diego Nehab. |