Almost ready to release.
This commit is contained in:
parent
e381bde1ea
commit
1c487e4be8
4 changed files with 41 additions and 59 deletions
12
NEW
12
NEW
|
@ -1 +1,11 @@
|
|||
Fixed case sensitivity in headers of multipart messages in smtp.message.
|
||||
What's New
|
||||
|
||||
This is just a bug-fix/update release.
|
||||
|
||||
* Fixed: crash when reading '*a' on closed socket (Duck);
|
||||
* Fixed: return values are consistent when reading from closed sockets;
|
||||
* Fixed: case sensitivity in headers of multipart messages in
|
||||
smtp.message() (Graham Henstridge);
|
||||
* Fixed a couple instances of error() being called instead of base.error(). These would cause an error when an error was reported. :) (Ketmar Dark);
|
||||
* Fixed: test script now uses pairs() iterator instead of the old
|
||||
Lua syntax (Robert Dodier).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue