ruby-changes:10695
From: akr <ko1@a...>
Date: Thu, 12 Feb 2009 21:57:21 +0900 (JST)
Subject: [ruby-changes:10695] Ruby:r22258 (trunk): updated.
akr 2009-02-12 21:57:14 +0900 (Thu, 12 Feb 2009) New Revision: 22258 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=22258 Log: updated. Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 22257) +++ NEWS (revision 22258) @@ -91,7 +91,9 @@ * incompatible changes: * Socket#{recvfrom,recvfrom_nonblock,accept,accept_nonblock,sysaccept} 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. + Socket::Option#to_s returns the old binary string. * new class: * Addrinfo -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/