From a7d98b7bc323f5915bab6a1984989e60f5686584 Mon Sep 17 00:00:00 2001 From: aamine Date: Tue, 15 Jan 2002 03:34:59 +0000 Subject: aamine * lib/net/protocol.rb: Protocol#start returns the return value of block. * lib/net/protocol.rb: set timeout limit by default. * lib/net/protocol.rb: new methods WriteAdapter#write, puts, print, printf. * lib/net/protocol.rb: change template method scheme. * lib/net/http.rb: rename HTTP#get2 to request_get, post2 to request_post ... * lib/net/pop.rb: POP#auth_only did not work. * lib/net/smtp.rb: should not resolve HELO domain automatically. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_6@1992 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9df06f1423..8ef7af2698 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Tue Jan 15 12:43:34 2002 Minero Aoki + + * lib/net/protocol.rb: Protocol#start returns the return value of + block. + + * lib/net/protocol.rb: set timeout limit by default. + + * lib/net/protocol.rb: new methods WriteAdapter#write, puts, + print, printf. + + * lib/net/protocol.rb: change template method scheme. + + * lib/net/http.rb: rename HTTP#get2 to request_get, post2 to + request_post ... + + * lib/net/pop.rb: POP#auth_only did not work. + + * lib/net/smtp.rb: should not resolve HELO domain automatically. + Fri Jan 11 05:06:25 2002 Nobuyoshi Nakada * class.c (rb_make_metaclass): [new] -- cgit v1.2.3