From 0a27ea548add7cf4083808d52b3569c77649c968 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 12 Jul 2008 07:02:40 +0000 Subject: * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires webrick/cookie. [ ruby-Bugs-21139 ] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a69ba3933..c5af756c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Jul 12 16:02:31 2008 Nobuyoshi Nakada + + * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requires + webrick/cookie. [ ruby-Bugs-21139 ] + Sat Jul 12 09:25:07 2008 Masaki Suketa * test/win32ole/test_win32ole_event.rb: add test -- cgit