aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
Diffstat (limited to 'NEW')
-rw-r--r--NEW46
1 files changed, 32 insertions, 14 deletions
diff --git a/NEW b/NEW
index 6c6b095..76b8448 100644
--- a/NEW
+++ b/NEW
@@ -2,19 +2,37 @@ What's New
2 2
3This is just a bug-fix/update release. 3This is just a bug-fix/update release.
4 4
5 * Fixed: manual links to home.html changed to index.html (Robert Hahn) 5 * Fixed: manual sample of HTTP authentication now uses correct
6 * Fixed: mime.unb64() returns empty string on results that start 6 "authorization" header (Alexandre Ittner);
7 with a null character (Robert Raschke) 7 * Fixed: failure on bind() was destroying the socket (Sam Roberts);
8 * Fixed: HTTP now automatically redirecting on 303 and 307 (Jonathan Gray) 8 * Fixed: receive() returns immediatelly if prefix can satisfy
9 * Fixed: sleep(-1) could sleep forever wasting CPU. Now it 9 bytes requested (M Joonas Pihlaja);
10 returns immediately (MPB); 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).
11 27
12 * Improved: FTP commands are now sent in upper case to
13 help buggy servers (Anders Eurenius)
14 * Improved: known headers now sent in canonic
15 capitalization to help buggy servers (Joseph Stewart);
16 * Improved: Clarified tcp:receive() in the manual (MPB);
17 28
18 * Fixed: multicast didn't work on Windows (Herbert Leuwer, Adrian Sietsma) 29 Yuri's bug?
19 * Fixed: select() reports an error when called with more 30 Dahlberg
20 sockets than FD_SETSIZE (Lorenzo Leonini) 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 )