mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* NEWS (socket): Socket.do_not_reverse_lookup.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@26558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
85518db978
commit
e916ccc5cd
1 changed files with 2 additions and 0 deletions
2
NEWS
2
NEWS
|
@ -1,3 +1,4 @@
|
|||
# -*- rd -*-
|
||||
= NEWS
|
||||
|
||||
This document is a list of user visible feature changes made between
|
||||
|
@ -195,6 +196,7 @@ with all sufficient information, see the ChangeLog file.
|
|||
Addrinfo#to_s returns the old binary sockaddr string.
|
||||
* BasicSocket#getsockopt returns Socket::Option object instead of a binary string.
|
||||
Socket::Option#to_s returns the old binary string.
|
||||
* Socket.do_not_reverse_lookup is turned on by default now.
|
||||
|
||||
* new class:
|
||||
* Addrinfo
|
||||
|
|
Loading…
Reference in a new issue