summaryrefslogtreecommitdiffstats
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
commitd65b353d43b0c60f1ecf2ea54d0bfd507c374caa (patch)
tree96823f2773fc11295fcbca80e5ad76e4c10c1aa2 /NEWS
parent7a5c80dc0d7d4bba4d42de298b3d43db94d448ea (diff)
downloadruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.tar.gz
ruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.tar.xz
ruby-d65b353d43b0c60f1ecf2ea54d0bfd507c374caa.zip
* 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
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
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)