aboutsummaryrefslogtreecommitdiff
path: root/doc/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/index.html')
-rw-r--r--doc/index.html5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/index.html b/doc/index.html
index 9da0f3c..833c9a8 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -87,7 +87,7 @@ Author: <A href="http://www.impa.br/~diego">Diego Nehab</a>
87<h2 id=download>Download</h2> 87<h2 id=download>Download</h2>
88 88
89<p> 89<p>
90LuaSocket version 2.1.1-rc1 is now available for download! 90LuaSocket version 2.1-rc1 is now available for download!
91It is compatible with Lua&nbsp;5.1 and 5.2, and has 91It is compatible with Lua&nbsp;5.1 and 5.2, and has
92been tested on Windows&nbsp;XP, Linux, and Mac OS X. Chances 92been tested on Windows&nbsp;XP, Linux, and Mac OS X. Chances
93are it works well on most UNIX distributions and Windows flavors. 93are it works well on most UNIX distributions and Windows flavors.
@@ -125,7 +125,7 @@ has helped bring this library back to life.
125<h2 id=new>What's New</h2> 125<h2 id=new>What's New</h2>
126 126
127<p> 127<p>
128Main changes for LuaSocket&nbsp;2.1.1-rc1 are IPv6 support 128Main changes for LuaSocket&nbsp;2.1-rc1 are IPv6 support
129and Lua&nbsp;5.2 compatibility. 129and Lua&nbsp;5.2 compatibility.
130</p> 130</p>
131 131
@@ -135,6 +135,7 @@ and Lua&nbsp;5.2 compatibility.
135<ul> 135<ul>
136<li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses; 136<li> <tt>Socket.connect</tt> and <tt>socket.bind</tt> support IPv6 addresses;
137<li> <tt>Getpeername</tt> and <tt>getsockname</tt> support IPv6 addresses; 137<li> <tt>Getpeername</tt> and <tt>getsockname</tt> support IPv6 addresses;
138<li> URL module updated to support IPv6 host names;
138<li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions; 139<li> New <tt>socket.tcp6</tt> and <tt>socket.udp6</tt> functions;
139<li> New <tt>socket.dns.getaddrinfo</tt> function; 140<li> New <tt>socket.dns.getaddrinfo</tt> function;
140</ul> 141</ul>