From f2d933b6f15757732bb14ce15018daec0c4684fa Mon Sep 17 00:00:00 2001 From: mneumann Date: Sun, 19 Jun 2005 15:47:31 +0000 Subject: * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following problem: Default value modification on Module#public_instance_methods (false -> true) breaks s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style security protection. * lib/xmlrpc/client.rb: Aliased XMLRPC::Client#new2 as XMLRPC::Client#new_from_uri, and #new3 as #new_from_hash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@8643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9ae9d48fb..056f26116 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Sun Jun 19 17:22:02 CEST 2005 Michael Neumann + + * lib/xmlrpc/utils.rb: Patch by Nobuhiro IMAI fixes the following + problem: Default value modification on + Module#public_instance_methods (false -> true) breaks + s.add_handler(XMLRPC::iPIMethods("sample"), MyHandler.new) style + security protection. + + * lib/xmlrpc/client.rb: Aliased XMLRPC::Client#new2 as + XMLRPC::Client#new_from_uri, and #new3 as #new_from_hash. + Sun Jun 19 14:09:07 2005 Nobuyoshi Nakada * gc.c (run_final): reduce unnecessary object allocation during -- cgit