From 98b75d59b9c904953e9fce61e43b16088a47e3c2 Mon Sep 17 00:00:00 2001 From: kazu Date: Wed, 9 Dec 2015 14:14:40 +0000 Subject: [PATCH] References to tickets added git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53003 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 1 + NEWS | 12 +++++++----- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index ca86340738..26907ce307 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6559,6 +6559,7 @@ Sat Jun 13 20:28:14 2015 NARUSE, Yui * 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. diff --git a/NEWS b/NEWS index 561b63c447..a4a65007aa 100644 --- a/NEWS +++ b/NEWS @@ -135,6 +135,7 @@ with all sufficient information, see the ChangeLog file. [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 ChangeLog file. * 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 ChangeLog file. * 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