ruby-changes:33075
From: usa <ko1@a...>
Date: Mon, 24 Feb 2014 12:33:53 +0900 (JST)
Subject: [ruby-changes:33075] usa:r45154 (ruby_1_9_3): merge revision(s) 44585: [Backport #9268]
usa 2014-02-24 12:33:47 +0900 (Mon, 24 Feb 2014) New Revision: 45154 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=45154 Log: merge revision(s) 44585: [Backport #9268] * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis Fixes the following bugs: [Bug #9152] [Bug #9268] [Bug #9394] * lib/open-uri.rb: ditto Modified directories: branches/ruby_1_9_3/ Modified files: branches/ruby_1_9_3/ChangeLog branches/ruby_1_9_3/lib/net/smtp.rb branches/ruby_1_9_3/lib/open-uri.rb branches/ruby_1_9_3/version.h Index: ruby_1_9_3/ChangeLog =================================================================== --- ruby_1_9_3/ChangeLog (revision 45153) +++ ruby_1_9_3/ChangeLog (revision 45154) @@ -1,3 +1,9 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/ChangeLog#L1 +Mon Feb 24 12:33:38 2014 Zachary Scott <e@z...> + + * lib/net/smtp.rb: [DOC] Remove dead link to RAA by Giorgos Tsiftsis + Fixes the following bugs: [Bug #9152] [Bug #9268] [Bug #9394] + * lib/open-uri.rb: ditto + Sat Feb 22 19:14:25 2014 NAKAMURA Usaku <usa@r...> * ext/io/console/console.c (console_dev): need read access for conout$ Index: ruby_1_9_3/lib/open-uri.rb =================================================================== --- ruby_1_9_3/lib/open-uri.rb (revision 45153) +++ ruby_1_9_3/lib/open-uri.rb (revision 45154) @@ -72,7 +72,7 @@ end https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/lib/open-uri.rb#L72 # The environment variables such as http_proxy, https_proxy and ftp_proxy # are in effect by default. :proxy => nil disables proxy. # -# open("http://www.ruby-lang.org/en/raa.html", :proxy => nil) {|f| +# open("http://www.ruby-lang.org/en/", :proxy => nil) {|f| # # ... # } # Index: ruby_1_9_3/lib/net/smtp.rb =================================================================== --- ruby_1_9_3/lib/net/smtp.rb (revision 45153) +++ ruby_1_9_3/lib/net/smtp.rb (revision 45154) @@ -78,8 +78,9 @@ module Net https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/lib/net/smtp.rb#L78 # # This library does NOT provide functions to compose internet mails. # You must create them by yourself. If you want better mail support, - # try RubyMail or TMail. You can get both libraries from RAA. - # (http://www.ruby-lang.org/en/raa.html) + # try RubyMail or TMail or search for alternatives in + # {RubyGems.org}[https://rubygems.org/] or {The Ruby + # Toolbox}[https://www.ruby-toolbox.com/]. # # FYI: the official documentation on internet mail is: [RFC2822] (http://www.ietf.org/rfc/rfc2822.txt). # Index: ruby_1_9_3/version.h =================================================================== --- ruby_1_9_3/version.h (revision 45153) +++ ruby_1_9_3/version.h (revision 45154) @@ -1,10 +1,10 @@ https://github.com/ruby/ruby/blob/trunk/ruby_1_9_3/version.h#L1 #define RUBY_VERSION "1.9.3" -#define RUBY_PATCHLEVEL 542 +#define RUBY_PATCHLEVEL 543 -#define RUBY_RELEASE_DATE "2014-02-22" +#define RUBY_RELEASE_DATE "2014-02-24" #define RUBY_RELEASE_YEAR 2014 #define RUBY_RELEASE_MONTH 2 -#define RUBY_RELEASE_DAY 22 +#define RUBY_RELEASE_DAY 24 #include "ruby/version.h" Property changes on: ruby_1_9_3 ___________________________________________________________________ Modified: svn:mergeinfo Merged /trunk:r44585 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/