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