From 66710f943221844a7e16f2c32bb427f360ec7aae Mon Sep 17 00:00:00 2001 From: jeg2 Date: Wed, 17 Dec 2008 23:15:56 +0000 Subject: * 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/trunk@20854 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 63773b985..e5683d688 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