From: <otm...@us...> - 2011-01-23 15:59:01
|
Revision: 7190 http://jython.svn.sourceforge.net/jython/?rev=7190&view=rev Author: otmarhumbel Date: 2011-01-23 15:58:55 +0000 (Sun, 23 Jan 2011) Log Message: ----------- fix bug #1697 by excluding IPv6 addresses from socket.getaddrinfo(); this is a temporary fix, since we should support IPv6 in the future Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2011-01-23 15:51:34 UTC (rev 7189) +++ trunk/jython/NEWS 2011-01-23 15:58:55 UTC (rev 7190) @@ -4,6 +4,7 @@ Bugs Fixed - [ 1667 ] thread.local subclasses with constructor params fail - [ 1698 ] warnings module fails under JSR-223 + - [ 1697 ] Wrong error message when http connection can not be established Jython 2.5.2rc3 Bugs Fixed This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |