aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2007-03-12 04:08:40 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2007-03-12 04:08:40 +0000
commitbe2e467929be9f27fbe92fe7b94783635c920c06 (patch)
tree94054e38f33178d805a6144d3bd9cb76da4a4c76 /NEW
parent8bf9fb51dd09fb066483247fccbfc979acc84071 (diff)
downloadluasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.gz
luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.tar.bz2
luasocket-be2e467929be9f27fbe92fe7b94783635c920c06.zip
Couple bug fixes.
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).