git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
akr 2009-01-17 16:46:37 +00:00
parent e2f8800667
commit 75e0fde36b
1 changed files with 2 additions and 0 deletions

2
NEWS
View File

@ -77,6 +77,8 @@ with all sufficient information, see the ChangeLog file.
* Socket.{tcp,tcp_server_loop,unix,unix_server_loop}
* Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
returns a sender address as AddrInfo object instead of a string.
* BasicSocket#send, UDPSocket#send, Socket.getnameinfo, Socket#bind, and
Socket#{connect,connect_nonblock} accepts an AddrInfo object as sockaddr.
* BasicSocket#local_address
* BasicSocket#remote_address
* string/symbol as protocol/address family, socket type, protocol level,