ruby-changes:14702
From: nobu <ko1@a...>
Date: Wed, 3 Feb 2010 23:52:32 +0900 (JST)
Subject: [ruby-changes:14702] Ruby:r26558 (trunk): * NEWS (socket): Socket.do_not_reverse_lookup.
nobu 2010-02-03 23:52:23 +0900 (Wed, 03 Feb 2010) New Revision: 26558 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=26558 Log: * NEWS (socket): Socket.do_not_reverse_lookup. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 26557) +++ NEWS (revision 26558) @@ -1,3 +1,4 @@ +# -*- rd -*- = NEWS This document is a list of user visible feature changes made between @@ -195,6 +196,7 @@ 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/