aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-08 14:20:47 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-08 14:20:47 +0000
commit80618e75aa6a304e11105932f0120ff66ead261c (patch)
tree96823f2773fc11295fcbca80e5ad76e4c10c1aa2 /NEWS
parent2f31ea3c86b3966405fab773381e5dc7fd7d8c0f (diff)
downloadruby-80618e75aa6a304e11105932f0120ff66ead261c.tar.gz
* 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: svn+ssh://ci.ruby-lang.org/ruby/trunk@21390 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 04635df508..52d7da01d5 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)