From 2939d61f285455c7b98de2a02df32cd34d068e01 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 16 Apr 2010 23:57:43 +0000 Subject: * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at least one RCPT is accepted. based on a patch from Kero van Gelder at [ruby-core:26190]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27374 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 86dbd736c0..712270206a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Apr 17 08:57:41 2010 Nobuyoshi Nakada + + * lib/net/smtp.rb (Net::SMTP#rcptto_list): continue when at least + one RCPT is accepted. based on a patch from Kero van Gelder at + [ruby-core:26190]. + Sat Apr 17 07:43:55 2010 Kazuhiro NISHIYAMA * test/thread/test_queue.rb (TestQueue#grind): fix typos. -- cgit v1.2.3