diff options
author | Diego Nehab <diego@fresnel.local> | 2012-08-01 03:34:06 -0300 |
---|---|---|
committer | Diego Nehab <diego@fresnel.local> | 2012-08-01 03:34:06 -0300 |
commit | 03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5 (patch) | |
tree | a006587645592035781141348c22c439cfe81acc | |
parent | f329aae724573b87bd2a814f4858d29ca894600b (diff) | |
download | luasocket-03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5.tar.gz luasocket-03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5.tar.bz2 luasocket-03ba06f70c9ad5cdc9b49d816490fc28d6dbbdc5.zip |
Add new bug fix comment.
-rw-r--r-- | doc/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/index.html b/doc/index.html index 56c958f..d8ee4a4 100644 --- a/doc/index.html +++ b/doc/index.html | |||
@@ -142,6 +142,9 @@ IPv6 addresses, and return the socket family as a third value; | |||
142 | </ul> | 142 | </ul> |
143 | <li> Added: <tt>getoption</tt> method; | 143 | <li> Added: <tt>getoption</tt> method; |
144 | <li> Fixed: <tt>url.unescape</tt> was returning additional values; | 144 | <li> Fixed: <tt>url.unescape</tt> was returning additional values; |
145 | <li> Fixed: <tt>mime.qp</tt>, <tt>mime.unqp</tt>, | ||
146 | <tt>mime.b64</tt>, and <tt>mime.unb64</tt> could | ||
147 | mistaking their own stack slots for functions arguments; | ||
145 | <li> Fixed: Receiving zero-length datagram is now possible; | 148 | <li> Fixed: Receiving zero-length datagram is now possible; |
146 | <li> Improved: Hidden all internal library symbols; | 149 | <li> Improved: Hidden all internal library symbols; |
147 | <li> Improved: Better error messages; | 150 | <li> Improved: Better error messages; |