Explorar o código

Fix changes/bug7011 slightly

Nick Mathewson %!s(int64=11) %!d(string=hai) anos
pai
achega
e6d1ab3600
Modificáronse 1 ficheiros con 4 adicións e 6 borrados
  1. 4 6
      changes/bug7011

+ 4 - 6
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.