aboutsummaryrefslogtreecommitdiff
path: root/NEW
diff options
context:
space:
mode:
Diffstat (limited to 'NEW')
-rw-r--r--NEW12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEW b/NEW
index 13b6d60..ad8c74c 100644
--- a/NEW
+++ b/NEW
@@ -1 +1,11 @@
1Fixed case sensitivity in headers of multipart messages in smtp.message. 1What's New
2
3This is just a bug-fix/update release.
4
5 * Fixed: crash when reading '*a' on closed socket (Duck);
6 * Fixed: return values are consistent when reading from closed sockets;
7 * Fixed: case sensitivity in headers of multipart messages in
8 smtp.message() (Graham Henstridge);
9 * Fixed a couple instances of error() being called instead of base.error(). These would cause an error when an error was reported. :) (Ketmar Dark);
10 * Fixed: test script now uses pairs() iterator instead of the old
11 Lua syntax (Robert Dodier).