beta-0.89.2
[luatex.git] / source / texk / web2c / luatexdir / luasocket / NEW
blob76b844870377a8b92885a73f0fb8decca81b85d3
1 What's New
3 This is just a bug-fix/update release.
5    * Fixed: manual sample of HTTP authentication now uses correct
6      "authorization" header (Alexandre Ittner);
7    * Fixed: failure on bind() was destroying the socket (Sam Roberts); 
8    * Fixed: receive() returns immediatelly if prefix can satisfy
9      bytes requested (M Joonas Pihlaja);
10    * Fixed: multicast didn't work on Windows, or anywhere
11      else for that matter (Herbert Leuwer, Adrian Sietsma);
12    * Fixed: select() now reports an error when called with more
13      sockets than FD_SETSIZE (Lorenzo Leonini);
14    * Fixed: manual links to home.html changed to index.html (Robert Hahn);
15    * Fixed: mime.unb64() would return an empty string on results that started
16      with a null character (Robert Raschke);
17    * Fixed: HTTP now automatically redirects on 303 and 307 (Jonathan Gray);
18    * Fixed: calling sleep() with negative numbers could
19      block forever, wasting CPU. Now it returns immediately (MPB);
20    * Improved: FTP commands are now sent in upper case to
21      help buggy servers (Anders Eurenius);
22    * Improved: known headers now sent in canonic
23      capitalization to help buggy servers (Joseph Stewart);
24    * Improved: Clarified tcp:receive() in the manual (MPB);
25    * Improved: Decent makefiles (LHF).
26    * Fixed: RFC links in documentation now point to IETF (Cosmin Apreutesei).
29     Yuri's bug?
30     Dahlberg
31     Sam Roberts
32     Thomas Harning Jr.
33     Sebastien Perin
34     remove getn in all files
35     ltn12.pump.all(
36       ltn12.source.file(io.open("original.png")),
37       ltn12.sink.file(io.open("copy.png", "wb"))
38     )