From d65b353d43b0c60f1ecf2ea54d0bfd507c374caa Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 8 Jan 2009 14:20:47 +0000 Subject: * ext/socket/socket.c (bsock_shutdown): accept symbol/string as how. (shutdown_how_arg): new function. * ext/socket/mkconstants.rb: generate shutdown_how_to_int. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@21390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 04635df50..52d7da01d 100644 --- a/NEWS +++ b/NEWS @@ -78,8 +78,9 @@ with all sufficient information, see the ChangeLog file. returns a sender address as AddrInfo object instead of a string. * BasicSocket#local_address * BasicSocket#remote_address - * string/symbol as protocol/address family, socket type, protocol level and - socket option name can be specified as a string/symbol. + * string/symbol as protocol/address family, socket type, protocol level, + socket option name and shutdown's how argument can be specified as a + string/symbol. === Compatibility issues (excluding feature bug fixes) -- cgit