From 4cc4a7749c8d2fd72c0542c56977d9f89c01181c Mon Sep 17 00:00:00 2001 From: yugui Date: Fri, 19 Dec 2008 11:37:33 +0000 Subject: merges r20854 from trunk into ruby_1_9_1. * lib/xmlrpc/server.rb: Restricting method inspection to show only non-inherited public methods. [ruby-core:20603] * lib/xmlrpc/server.rb: Fixing method inspection so it doesn't trigger XMLRPC::FaultException when used. [ruby-core:20604] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@20879 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9bf2a5be8..cd824bc43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Dec 18 08:15:04 2008 James Edward Gray II + + * lib/xmlrpc/server.rb: Restricting method inspection to show only + non-inherited public methods. [ruby-core:20603] + + * lib/xmlrpc/server.rb: Fixing method inspection so it doesn't + trigger XMLRPC::FaultException when used. [ruby-core:20604] + Wed Dec 17 19:39:44 2008 Tanaka Akira * ext/socket/socket.c (unix_recv_io): relax msg_controllen error -- cgit