updated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
97a922e2ff
commit
7882b61a03
2
NEWS
2
NEWS
@ -91,7 +91,9 @@ with all sufficient information, see the ChangeLog file.
|
|||||||
* incompatible changes:
|
* incompatible changes:
|
||||||
* Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
|
* Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept}
|
||||||
returns a sender address as Addrinfo object instead of a binary sockaddr string.
|
returns a sender address as Addrinfo object instead of a binary sockaddr string.
|
||||||
|
Addrinfo#to_s returns the old binary sockaddr string.
|
||||||
* BasicSocket#getsockopt returns Socket::Option object instead of a binary string.
|
* BasicSocket#getsockopt returns Socket::Option object instead of a binary string.
|
||||||
|
Socket::Option#to_s returns the old binary string.
|
||||||
|
|
||||||
* new class:
|
* new class:
|
||||||
* Addrinfo
|
* Addrinfo
|
||||||
|
Loading…
x
Reference in New Issue
Block a user