diff options
author | David Fifield <david@bamsoftware.com> | 2012-10-10 17:34:55 -0700 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-10-10 22:25:30 -0400 |
commit | 6e31b9c503049917e900a0241946e56d25be7e25 (patch) | |
tree | f3079cb3154618588c459b6dd1e0233d41806d3a /changes | |
parent | 8b3f3fb86ed5208c4ac295c52696a347d8cf9170 (diff) | |
download | tor-6e31b9c503049917e900a0241946e56d25be7e25.tar.gz tor-6e31b9c503049917e900a0241946e56d25be7e25.zip |
Add changes file for bug7011.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug7011 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug7011 b/changes/bug7011 new file mode 100644 index 0000000000..5438efc63b --- /dev/null +++ b/changes/bug7011 @@ -0,0 +1,8 @@ + 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. + |