From 3a0aa7f8d836cec8354ffce06d8ff189cee5d1a0 Mon Sep 17 00:00:00 2001 From: akr Date: Wed, 7 Jan 2009 22:21:40 +0000 Subject: updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21377 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 2cc559476d..04635df508 100644 --- a/NEWS +++ b/NEWS @@ -73,6 +73,13 @@ with all sufficient information, see the ChangeLog file. * socket * Socket.pair and UNIXSocket.pair takes a block. + * AddrInfo class + * Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept} + 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. === Compatibility issues (excluding feature bug fixes) -- cgit v1.2.3