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

ruby-changes:38518

From: hsbt <ko1@a...>
Date: Fri, 22 May 2015 16:48:57 +0900 (JST)
Subject: [ruby-changes:38518] hsbt:r50599 (trunk): * NEWS: added news for net-telnet and rake

hsbt	2015-05-22 16:48:39 +0900 (Fri, 22 May 2015)

  New Revision: 50599

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

  Log:
    * NEWS: added news for net-telnet and rake

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 50598)
+++ ChangeLog	(revision 50599)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri May 22 16:48:32 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* NEWS: added news for net-telnet and rake
+
 Thu May 21 20:27:07 2015  NARUSE, Yui  <naruse@r...>
 
 	* configure.in (RUBY_DTRACE_POSTPROCESS): cmp -b is GNU extension.
Index: NEWS
===================================================================
--- NEWS	(revision 50598)
+++ NEWS	(revision 50599)
@@ -81,6 +81,12 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L81
   * Coverage.peek_result: new method to allow coverage to be captured without
     stopping the coverage tool.
 
+* Net::Telnet
+  * Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
+
+* Rake
+  * Rake is removed from stdlib.
+
 === Built-in global variables compatibility issues
 
 === C API updates

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

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