From e537aaba91ac5ad8a554b155afbcc2d0efb50f66 Mon Sep 17 00:00:00 2001 From: mneumann Date: Tue, 21 Dec 2004 16:23:33 +0000 Subject: * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is nil in proxy methods. nil is default value. * test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb: use threads instead of forking. this should fix issue #1208 (http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426). removed testing of SSL enabled servlet as this hangs. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@7630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a3e747a952..f8cde729b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Tue Dec 21 16:15:21 2004 Michael Neumann + + * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument is + nil in proxy methods. nil is default value. + + * test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb: + use threads instead of forking. this should fix issue #1208 + (http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426). + removed testing of SSL enabled servlet as this hangs. + Wed Dec 22 00:05:10 2004 NAKAMURA, Hiroshi * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup. -- cgit v1.2.3