diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/index.html b/doc/index.html index e596f8e..3d5acb3 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -168,6 +168,8 @@ support. | |||
168 | <li> Improved: <tt>tcp:send(data, i, j)</tt> to return <tt>(i+sent-1)</tt>. This is great for non-blocking I/O, but might break some code; | 168 | <li> Improved: <tt>tcp:send(data, i, j)</tt> to return <tt>(i+sent-1)</tt>. This is great for non-blocking I/O, but might break some code; |
169 | <li> Improved: HTTP, SMTP, and FTP functions to accept a new field | 169 | <li> Improved: HTTP, SMTP, and FTP functions to accept a new field |
170 | <tt>create</tt> that overrides the function used to create socket objects; | 170 | <tt>create</tt> that overrides the function used to create socket objects; |
171 | <li> Improved: <tt>smtp.message</tt> now supports multipart/alternative | ||
172 | (for the HTML messages we all love so much); | ||
171 | <li> Fixed: <tt>smtp.send</tt> was hanging on errors returned by LTN12 sources; | 173 | <li> Fixed: <tt>smtp.send</tt> was hanging on errors returned by LTN12 sources; |
172 | <li> Fixed: <tt>url.absolute()</tt> to work when <tt>base_url</tt> is in | 174 | <li> Fixed: <tt>url.absolute()</tt> to work when <tt>base_url</tt> is in |
173 | parsed form; | 175 | parsed form; |
@@ -183,7 +185,7 @@ group; | |||
183 | <li> Improved: Socket and MIME binaries are called 'core' each inside their | 185 | <li> Improved: Socket and MIME binaries are called 'core' each inside their |
184 | directory (ex. "socket/core.dll"). The 'l' prefix was just a bad idea; | 186 | directory (ex. "socket/core.dll"). The 'l' prefix was just a bad idea; |
185 | <li> Improved: Using bundles in Mac OS X, instead of dylibs; | 187 | <li> Improved: Using bundles in Mac OS X, instead of dylibs; |
186 | <li> Fixed: <tt>luasocket.h</tt> to export <tt>luaopen_socketcore</tt>; | 188 | <li> Fixed: <tt>luasocket.h</tt> to export <tt>luaopen_socket_core</tt>; |
187 | <li> Fixed: <tt>udp:setpeername()</tt> so you can "disconnect" an | 189 | <li> Fixed: <tt>udp:setpeername()</tt> so you can "disconnect" an |
188 | <tt>UDP</tt> socket; | 190 | <tt>UDP</tt> socket; |
189 | <li> Fixed: A weird bug in HTTP support that caused some requests to | 191 | <li> Fixed: A weird bug in HTTP support that caused some requests to |