comparison NEW @ 0:4b915342e2a8

LuaSocket 2.0.2 + CMake build description.
author Eric Wing <ewing . public |-at-| gmail . com>
date Tue, 26 Aug 2008 18:40:01 -0700
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:4b915342e2a8
1 What's New
2
3 This is just a bug-fix/update release.
4
5 * Improved: http.request() now supports deprecated HTTP/0.9
6 servers (Florian Berger)
7 * Fixed: could return "timedout" instead of "timeout" (Leo Leo)
8 * Fixed: crash when reading '*a' on closed socket (Paul Ducklin);
9 * Fixed: return values are consistent when reading from closed sockets;
10 * Fixed: case sensitivity in headers of multipart messages in
11 smtp.message() (Graham Henstridge);
12 * Fixed a couple instances of error() being called instead of base.error(). These would cause an error when an error was reported. :) (Ketmar Dark);
13 * Fixed: test script now uses pairs() iterator instead of the old
14 Lua syntax (Robert Dodier).