diff --git a/TODO b/TODO index 886fd1e..a838fc0 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/src/ltn12.lua b/src/ltn12.lua index d999e93..fca1cb2 100644 --- a/src/ltn12.lua +++ b/src/ltn12.lua @@ -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