Skip to content

Commit f9fb834

Browse files
committed
merge revision(s) 44586: [Backport ruby#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 ruby#9152] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45112 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent 10be2aa commit f9fb834

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

ChangeLog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Sat Feb 22 14:45:36 2014 Zachary Scott <[email protected]>
2+
3+
* lib/xmlrpc/client.rb: [DOC] Remove note about SSL package on RAA
4+
Since RAA has been deprecated, and the SSL package has been replaced
5+
with net/https this statement is entirely false and should be
6+
deleted. [Bug #9152]
7+
18
Sat Feb 22 14:31:23 2014 Zachary Scott <[email protected]>
29

310
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis

lib/xmlrpc/client.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ class Client
7777
#
7878
# If +use_ssl+ is set to +true+, communication over SSL is enabled.
7979
#
80-
# Note, that you need the SSL package from RAA installed.
81-
#
8280
# Parameter +timeout+ is the time to wait for a XML-RPC response, defaults to 30.
8381
def initialize(host=nil, path=nil, port=nil, proxy_host=nil, proxy_port=nil,
8482
user=nil, password=nil, use_ssl=nil, timeout=nil)

version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#define RUBY_VERSION "2.1.1"
22
#define RUBY_RELEASE_DATE "2014-02-22"
3-
#define RUBY_PATCHLEVEL 56
3+
#define RUBY_PATCHLEVEL 57
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 2

0 commit comments

Comments
 (0)