Skip to content

Commit 10be2aa

Browse files
committed
merge revision(s) 44585: [Backport ruby#9268]
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis Fixes the following bugs: [Bug ruby#9152] [Bug ruby#9268] [Bug ruby#9394] * lib/open-uri.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_1@45111 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
1 parent e8c1c96 commit 10be2aa

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
Sat Feb 22 14:31:23 2014 Zachary Scott <[email protected]>
2+
3+
* lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis
4+
Fixes the following bugs: [Bug #9152] [Bug #9268] [Bug #9394]
5+
* lib/open-uri.rb: ditto
6+
17
Sat Feb 22 14:18:35 2014 Tanaka Akira <[email protected]>
28

39
* lib/resolv.rb: Ignore name servers which cause EAFNOSUPPORT on

lib/net/smtp.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ class SMTPUnsupportedCommand < ProtocolError
7676
#
7777
# This library does NOT provide functions to compose internet mails.
7878
# You must create them by yourself. If you want better mail support,
79-
# try RubyMail or TMail. You can get both libraries from RAA.
80-
# (http://www.ruby-lang.org/en/raa.html)
79+
# try RubyMail or TMail or search for alternatives in
80+
# {RubyGems.org}[https://rubygems.org/] or {The Ruby
81+
# Toolbox}[https://www.ruby-toolbox.com/].
8182
#
8283
# FYI: the official documentation on internet mail is: [RFC2822] (http://www.ietf.org/rfc/rfc2822.txt).
8384
#

lib/open-uri.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def open(name, *rest, &block) # :doc:
7373
# The environment variables such as http_proxy, https_proxy and ftp_proxy
7474
# are in effect by default. Here we disable proxy:
7575
#
76-
# open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f|
76+
# open("http://www.ruby-lang.org/en/", :proxy => nil) {|f|
7777
# # ...
7878
# }
7979
#

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 55
3+
#define RUBY_PATCHLEVEL 56
44

55
#define RUBY_RELEASE_YEAR 2014
66
#define RUBY_RELEASE_MONTH 2

0 commit comments

Comments
 (0)