aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-10-10 22:27:52 -0400
committerNick Mathewson <nickm@torproject.org>2012-10-10 22:27:52 -0400
commite6d1ab3600c6bbbda7f30093fb7623581a44a325 (patch)
tree95e2f4972eca532135926801fb9c37c9d4a68dd4 /changes
parent6e31b9c503049917e900a0241946e56d25be7e25 (diff)
downloadtor-e6d1ab3600c6bbbda7f30093fb7623581a44a325.tar
tor-e6d1ab3600c6bbbda7f30093fb7623581a44a325.tar.gz
Fix changes/bug7011 slightly
Diffstat (limited to 'changes')
-rw-r--r--changes/bug701110
1 files changed, 4 insertions, 6 deletions
diff --git a/changes/bug7011 b/changes/bug7011
index 5438efc63..f3d0aa2e1 100644
--- a/changes/bug7011
+++ b/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.