From 80ab108c57e80ec25b6689c449791bd5f9cb32ce Mon Sep 17 00:00:00 2001 From: aamine Date: Sun, 4 Mar 2007 22:14:23 +0000 Subject: * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New interface is incompatible from current 1.9 interface at all. * lib/net/smtp.rb: All SSL-related class methods are removed; use instance methods instead. * lib/net/smtp.rb: rename methods: *ssl -> *tls (with alias "ssl"). * lib/net/smtp.rb: rename methods: *tls -> *starttls. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 433b30312..45366c76b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Mar 5 07:13:28 2007 Minero Aoki + + * lib/net/smtp.rb: reconstruct SMTPS/STARTTLS interface. New + interface is incompatible from current 1.9 interface at all. + + * lib/net/smtp.rb: All SSL-related class methods are removed; use + instance methods instead. + + * lib/net/smtp.rb: rename methods: *ssl -> *tls (with alias + "ssl"). + + * lib/net/smtp.rb: rename methods: *tls -> *starttls. + Mon Mar 5 01:36:41 2007 Nobuyoshi Nakada * parse.y (parser_yylex), win32/win32.c (rb_w32_utime): fixed -- cgit