From c1fdbe0f1d86c8dc72e0d26faaed5dc66de60baa Mon Sep 17 00:00:00 2001 From: kou Date: Tue, 15 Apr 2008 14:10:18 +0000 Subject: * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] * test/xmlrpc/test_cookie.rb: add a test for the above fix. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 1a03df7fc..d570e7116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 15 23:08:46 2008 Kouhei Sutou + + * lib/xmlrpc/client.rb: fix cookie handling. [ruby-dev:34403] + + * test/xmlrpc/test_cookie.rb: add a test for the above fix. + Tue Apr 15 19:20:14 2008 Yukihiro Matsumoto * io.c: #undef rb_argv moved before #define. -- cgit