[前][次][番号順一覧][スレッド一覧]

ruby-changes:32902

From: nagachika <ko1@a...>
Date: Sun, 16 Feb 2014 00:48:25 +0900 (JST)
Subject: [ruby-changes:32902] nagachika:r44981 (ruby_2_0_0): merge revision(s) r44586: [Backport #9152]

nagachika	2014-02-16 00:48:17 +0900 (Sun, 16 Feb 2014)

  New Revision: 44981

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44981

  Log:
    merge revision(s) r44586: [Backport #9152]
    
    * lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA
      Since RAA has been deprecated, and the SSL package has been replaced
      with net/https this statement is entirely false and should be
      deleted. [Bug #9152]

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/ChangeLog
    branches/ruby_2_0_0/lib/xmlrpc/client.rb
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/ChangeLog
===================================================================
--- ruby_2_0_0/ChangeLog	(revision 44980)
+++ ruby_2_0_0/ChangeLog	(revision 44981)
@@ -1,3 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Sun Feb 16 00:47:36 2014  Zachary Scott  <e@z...>
+
+	* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA
+	  Since RAA has been deprecated, and the SSL package has been replaced
+	  with net/https this statement is entirely false and should be
+	  deleted. [Bug #9152]
+
 Sun Feb 16 00:44:51 2014  Zachary Scott  <e@z...>
 
 	* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
Index: ruby_2_0_0/lib/xmlrpc/client.rb
===================================================================
--- ruby_2_0_0/lib/xmlrpc/client.rb	(revision 44980)
+++ ruby_2_0_0/lib/xmlrpc/client.rb	(revision 44981)
@@ -77,8 +77,6 @@ module XMLRPC # :nodoc: https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/lib/xmlrpc/client.rb#L77
     #
     # If +use_ssl+ is set to +true+, communication over SSL is enabled.
     #
-    # Note, that you need the SSL package from RAA installed.
-    #
     # Parameter +timeout+ is the time to wait for a XML-RPC response, defaults to 30.
     def initialize(host=nil, path=nil, port=nil, proxy_host=nil, proxy_port=nil,
                    user=nil, password=nil, use_ssl=nil, timeout=nil)
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 44980)
+++ ruby_2_0_0/version.h	(revision 44981)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
 #define RUBY_RELEASE_DATE "2014-02-16"
-#define RUBY_PATCHLEVEL 415
+#define RUBY_PATCHLEVEL 416
 
 #define RUBY_RELEASE_YEAR 2014
 #define RUBY_RELEASE_MONTH 2

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r44586


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]