aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
Diffstat (limited to 'NEW')
-rw-r--r--NEW25
1 files changed, 1 insertions, 24 deletions
diff --git a/NEW b/NEW
index bc9ba2c..13b6d60 100644
--- a/NEW
+++ b/NEW
@@ -1,24 +1 @@
1What's New Fixed case sensitivity in headers of multipart messages in smtp.message.
2
3This is just a bug-fix/update release.
4
5 * Updated: now using compat-5.1r5;
6
7 * Improved: http.request is more robust to malformed
8 URLs (Adrian Sietsma);
9
10 * Improved: the simple http.request interface sends a
11 "Content-type: application/x-www-form-urlencoded" header
12 (William Trenker);
13
14 * Improved: http.request is robust to evil servers that
15 send inappropriate 100-continue messages (David Burgess);
16
17 * Fixed: http.request was using the old host header during
18 redirects (Florian Berger);
19
20 * Fixed: sample unix.c had fallen through the cracks
21 during development (Matthew Percival);
22
23 * Fixed: error code was not being propagated correctly
24 in ftp.lua (David Burgess).