diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-10-10 22:31:06 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-10 22:31:06 -0400 |
commit | 7ea904cbc0acbe1575ff68700572da76e4e4b10d (patch) | |
tree | e893c6fd57794cc9b9cacdb414292edd2aa8cb16 /changes | |
parent | 8b36d4cc2ab95acd4c2c7203afb29a051a38c5c9 (diff) | |
parent | e6d1ab3600c6bbbda7f30093fb7623581a44a325 (diff) | |
download | tor-7ea904cbc0acbe1575ff68700572da76e4e4b10d.tar.gz tor-7ea904cbc0acbe1575ff68700572da76e4e4b10d.zip |
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.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7011 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7011 b/changes/bug7011 new file mode 100644 index 0000000000..f3d0aa2e1e --- /dev/null +++ b/changes/bug7011 @@ -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. + |