diff --git a/doc/index.html b/doc/index.html index d8ee4a4..b8f8798 100644 --- a/doc/index.html +++ b/doc/index.html @@ -49,7 +49,7 @@ functionality commonly needed by applications that deal with the Internet. The core support has been implemented so that it is both efficient and simple to use. It is available to any Lua application once it has been properly initialized by the interpreter in use. The code has been tested -and runs well on several Windows and Unix platforms.

+and runs well on several Windows and UNIX platforms.

Among the support modules, the most commonly used implement the @@ -78,7 +78,7 @@ LuaSocket.

-Copyright © 1999-2012 Diego Nehab. All rights reserved.
+Copyright © 1999-2013 Diego Nehab. All rights reserved.
Author: Diego Nehab

@@ -87,7 +87,7 @@ Author: Diego Nehab

Download

-LuaSocket version 2.1-rc1 is now available for download! +LuaSocket version 3.0-rc1 is now available for download! It is compatible with Lua 5.1 and 5.2, and has been tested on Windows XP, Linux, and Mac OS X. Chances are it works well on most UNIX distributions and Windows flavors. @@ -96,7 +96,7 @@ are it works well on most UNIX distributions and Windows flavors.

The library can be downloaded in source code from the LuaSocket -project page at GitHub. Besides the full C and Lua source code +project page on GitHub. Besides the full C and Lua source code for the library, the distribution contains several examples, this user's manual and basic test procedures.

@@ -113,11 +113,12 @@ manual to find out how to properly install the library.

This marks the first release of LuaSocket that wholeheartedly embraces the open-source development -philosophy. After a long hiatus, Matthew Wild finally -convinced me it was time for a release including IPv6 -and Lua 5.2 support. Special thanks to Sam Roberts, Florian -Zeitz, and Paul Aurich, Liam Devine, and everybody else that -has helped bring this library back to life. +philosophy. After a long hiatus, Matthew Wild finally +convinced me it was time for a release including IPv6 and +Lua 5.2 support. It was more work than we anticipated. +Special thanks to Sam Roberts, Florian Zeitz, and Paul +Aurich, Liam Devine, Alexey Melnichuk, and everybody else +that has helped bring this library back to life.

@@ -125,12 +126,16 @@ has helped bring this library back to life.

What's New

-Main changes for LuaSocket 2.1-rc1 are IPv6 support +Main changes for LuaSocket 3.0-rc1 are IPv6 support and Lua 5.2 compatibility.