diff options
Diffstat (limited to 'NEW')
-rw-r--r-- | NEW | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -1 +1,11 @@ | |||
1 | Fixed case sensitivity in headers of multipart messages in smtp.message. | 1 | What's New |
2 | |||
3 | This 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). | ||