Merge branch 'bug7011'

Conflicts:
	src/or/circuitbuild.c

The conflict was trivial, since no line of code actually changed in
both branches: There was a fmt_addr() that turned into fmt_addrport()
in bug7011, and a "if (!n_conn)" that turned into "if (!n_chan)" in
master.
This commit is contained in:
Nick Mathewson
2012-10-10 22:31:06 -04:00
13 changed files with 117 additions and 98 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor bugfixes:
- 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.