aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
Diffstat (limited to 'NEW')
-rw-r--r--NEW26
1 files changed, 16 insertions, 10 deletions
diff --git a/NEW b/NEW
index 0191ccd..6c6b095 100644
--- a/NEW
+++ b/NEW
@@ -2,13 +2,19 @@ What's New
2 2
3This is just a bug-fix/update release. 3This is just a bug-fix/update release.
4 4
5 * Improved: http.request() now supports deprecated HTTP/0.9 5 * Fixed: manual links to home.html changed to index.html (Robert Hahn)
6 servers (Florian Berger) 6 * Fixed: mime.unb64() returns empty string on results that start
7 * Fixed: could return "timedout" instead of "timeout" (Leo Leo) 7 with a null character (Robert Raschke)
8 * Fixed: crash when reading '*a' on closed socket (Paul Ducklin); 8 * Fixed: HTTP now automatically redirecting on 303 and 307 (Jonathan Gray)
9 * Fixed: return values are consistent when reading from closed sockets; 9 * Fixed: sleep(-1) could sleep forever wasting CPU. Now it
10 * Fixed: case sensitivity in headers of multipart messages in 10 returns immediately (MPB);
11 smtp.message() (Graham Henstridge); 11
12 * Fixed a couple instances of error() being called instead of base.error(). These would cause an error when an error was reported. :) (Ketmar Dark); 12 * Improved: FTP commands are now sent in upper case to
13 * Fixed: test script now uses pairs() iterator instead of the old 13 help buggy servers (Anders Eurenius)
14 Lua syntax (Robert Dodier). 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
18 * Fixed: multicast didn't work on Windows (Herbert Leuwer, Adrian Sietsma)
19 * Fixed: select() reports an error when called with more
20 sockets than FD_SETSIZE (Lorenzo Leonini)