[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE]: LuaSocket 2.0.3 release candidate
- From: Diego Nehab <diego@...>
- Date: Thu, 21 May 2009 04:41:14 -0400 (EDT)
Hi All,
I am placing the release candidate for LuaSocket 2.0.3 for public scrutiny at
http://www.tecgraf.puc-rio.br/~diego/professional/luasocket/luasocket-2.0.3-rc1.zip
This is a bugfix release that hopefully corrects all known bugs. Here is a list
of improvements:
* Fixed: multicast didn't work on Windows (Herbert Leuwer, Adrian Sietsma)
* Fixed: select() reports an error when called with more
sockets than FD_SETSIZE (Lorenzo Leonini)
* Fixed: mime.unb64() returns empty string on results that start
with a null character (Robert Raschke)
* Fixed: HTTP now automatically redirecting on 303 and 307 (Jonathan Gray)
* Fixed: sleep(-1) could sleep forever wasting CPU. Now it
returns immediately (MPB);
* Fixed: manual links to home.html changed to index.html (Robert Hahn)
* Improved: FTP commands are now sent in upper case to
help buggy servers (Anders Eurenius)
* Improved: known headers now sent in canonic
capitalization to help buggy servers (Joseph Stewart);
* Improved: Clarified tcp:receive() in the manual (MPB);
As usual, feedback is welcome.
Kind regards,
Diego