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

ruby-changes:40924

From: kazu <ko1@a...>
Date: Wed, 9 Dec 2015 23:15:10 +0900 (JST)
Subject: [ruby-changes:40924] kazu:r53003 (trunk): References to tickets added

kazu	2015-12-09 23:14:40 +0900 (Wed, 09 Dec 2015)

  New Revision: 53003

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

  Log:
    References to tickets added

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 53002)
+++ ChangeLog	(revision 53003)
@@ -6559,6 +6559,7 @@ Sat Jun 13 20:28:14 2015  NARUSE, Yui  < https://github.com/ruby/ruby/blob/trunk/ChangeLog#L6559
 
 	* win32/win32.c (stati64_set_inode): get nFileIndexHigh/Low, and set it
 	  to the interval of struct st as inode.
+	  [Feature #11216]
 
 	* win32/win32.c (stati64_set_inode_handle): call stati64_set_inode.
 
Index: NEWS
===================================================================
--- NEWS	(revision 53002)
+++ NEWS	(revision 53003)
@@ -135,6 +135,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L135
     [Feature #11782]
 
   * String.new now accepts new option parameter `encoding'.
+    [Feature #11785]
 
 * Struct
   * Struct#dig [Feature #11688]
@@ -159,7 +160,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L160
 
 * File::Stat
   * On Windows File::Stat#ino always returned 0, but now returns
-    BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.
+    BY_HANDLE_FILE_INFORMATION.nFileIndexHigh/Low.  [Feature #11216]
 
 * IO
   * IO#close doesn't raise when the IO object is closed.  [Feature #10718]
@@ -229,29 +230,30 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L230
 
 * lib/base64.rb
   * Base64.urlsafe_encode64: added a "padding" option to suppress
-    the padding character ("=").
+    the padding character ("=").  [Feature #10740]
   * Base64.urlsafe_decode64: now it accepts not only correctly-padded
-    input but also unpadded input.
+    input but also unpadded input.  [Feature #10740]
 
 * lib/matrix.rb
   * Add Vector#round. https://github.com/ruby/ruby/pull/802
 
 * ext/coverage/coverage.c
   * Coverage.peek_result: new method to allow coverage to be captured without
-    stopping the coverage tool.
+    stopping the coverage tool.  [Feature #10816]
 
 * Net::HTTP
   * default value of Net::HTTP#open_timeout is now 60 (was nil).
 
 * Net::Telnet
   * Net::Telnet is extracted to net-telnet gem. It's unmaintain code.
+    [Feature #11083]
 
 * Net::FTP
   * Connections are in passive mode per default now.  The default mode can
     be changed by Net::FTP.default_passive=.  [Feature #11612]
 
 * Rake
-  * Rake is removed from stdlib.
+  * Rake is removed from stdlib.  [Feature #11025]
 
 === Built-in global variables compatibility issues
 

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

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