]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Fix changes/bug7011 slightly
authorNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2012 02:27:52 +0000 (22:27 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 11 Oct 2012 02:27:52 +0000 (22:27 -0400)
changes/bug7011

index 5438efc63bbe860081176ffd91a91469f77cc7d8..f3d0aa2e1eb7b8eca08256b281ab51b8cd31d18e 100644 (file)
@@ -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.