From 9d97d39575f5f5125868c23bd7225cef7d488f24 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Mon, 10 Dec 2012 15:50:44 -0200 Subject: [PATCH] Fix ltn12 version. --- TODO | 6 ++++++ src/ltn12.lua | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) 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