aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-13 05:57:35 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-01-13 05:57:35 +0000
commit94f35c9bc7d8db44f62ad200a1549c3a147ceaba (patch)
treec899b2777b84bc6b06a9cc9ec1190fc7298d7421 /ChangeLog
parent7433ce3e8cb91783d7efc13051b37b3052a749a7 (diff)
downloadruby-94f35c9bc7d8db44f62ad200a1549c3a147ceaba.tar.gz
* 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] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44586 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bebeddae00..3ca8e99206 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Jan 13 14:55:31 2014 Zachary Scott <e@zzak.io>
+
+ * 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]
+
Mon Jan 13 14:47:07 2014 Zachary Scott <e@zzak.io>
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis