Fix ltn12 version.

master
Diego Nehab 2012-12-10 15:50:44 -02:00
parent a4b45edef2
commit 9d97d39575
2 changed files with 7 additions and 1 deletions

6
TODO
View File

@ -1,5 +1,11 @@
- bizarre default values for getnameinfo should throw error instead!
> It's just too bad it can't talk to gmail -
> reason 1: they absolutely want TLS
> reason 2: unlike all the other SMTP implementations, they
> don't
> tolerate missing < > around adresses
- document the new bind and connect behavior.
- shouldn't we instead make the code compatible to Lua 5.2
without any compat stuff, and use a compatibility layer to

View File

@ -19,7 +19,7 @@ pump = {}
-- 2048 seems to be better in windows...
BLOCKSIZE = 2048
_VERSION = "LTN12 1.0.1"
_VERSION = "LTN12 1.0.2"
-----------------------------------------------------------------------------
-- Filter stuff