ruby-changes:29277
From: kou <ko1@a...>
Date: Sun, 16 Jun 2013 11:02:42 +0900 (JST)
Subject: [ruby-changes:29277] kou:r41329 (trunk): * NEWS (XMLRPC::Client#http): Add.
kou 2013-06-16 11:02:33 +0900 (Sun, 16 Jun 2013) New Revision: 41329 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41329 Log: * NEWS (XMLRPC::Client#http): Add. [ruby-core:55197] [Feature #8461] Modified files: trunk/ChangeLog trunk/NEWS Index: ChangeLog =================================================================== --- ChangeLog (revision 41328) +++ ChangeLog (revision 41329) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Sun Jun 16 11:01:57 2013 Kouhei Sutou <kou@c...> + + * NEWS (XMLRPC::Client#http): Add. + [ruby-core:55197] [Feature #8461] + Sun Jun 16 10:38:45 2013 Tanaka Akira <akr@f...> * bignum.c (bary_add): New function. Index: NEWS =================================================================== --- NEWS (revision 41328) +++ NEWS (revision 41329) @@ -118,6 +118,14 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L118 * CGI::Util * All class methods modulized. +* XMLRPC::Client + * New methods: + * XMLRPC::Client#http. It returns Net::HTTP for the client. Normally, + it is not needed. It is useful when you want to change minor HTTP client + options. You can change major HTTP client options by XMLRPC::Client + methods. You should use XMLRPC::Client methods for changing major + HTTP client options instead of XMLRPC::Client#http. + === Stdlib compatibility issues (excluding feature bug fixes) * URI -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/