aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-10 22:31:06 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-10 22:31:06 -0400
commit7ea904cbc0acbe1575ff68700572da76e4e4b10d (patch)
treee893c6fd57794cc9b9cacdb414292edd2aa8cb16 /changes
parent8b36d4cc2ab95acd4c2c7203afb29a051a38c5c9 (diff)
parente6d1ab3600c6bbbda7f30093fb7623581a44a325 (diff)
downloadtor-7ea904cbc0acbe1575ff68700572da76e4e4b10d.tar
tor-7ea904cbc0acbe1575ff68700572da76e4e4b10d.tar.gz
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/bug70116
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug7011 b/changes/bug7011
new file mode 100644
index 000000000..f3d0aa2e1
--- /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.
+