From: Nick Mathewson Date: Thu, 11 Oct 2012 02:27:52 +0000 (-0400) Subject: Fix changes/bug7011 slightly X-Git-Tag: tor-0.2.4.4-alpha~36^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6d1ab3600c6bbbda7f30093fb7623581a44a325;p=thirdparty%2Ftor.git Fix changes/bug7011 slightly --- diff --git a/changes/bug7011 b/changes/bug7011 index 5438efc63b..f3d0aa2e1e 100644 --- a/changes/bug7011 +++ b/changes/bug7011 @@ -1,8 +1,6 @@ o Minor bugfixes: - - Use square brackets around IPv6 addresses in these places: - o Log messages. - o HTTPS CONNECT proxy requests. - o In TransportProxy statefile entries. - o In pluggable transport extra-info. - Fixes bug 7011. + - Use square brackets around IPv6 addresses in numerous places that needed + them, including log messages, HTTPS CONNECT proxy requests, + TransportProxy statefile entries, and pluggable transport extra-info + lines. Fix for bug 7011; patch by David Fifield.