diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-02-28 08:20:09 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-02-28 08:20:09 -0500 |
commit | 928235506b1ab6c5f0e92ae1c3606c8d870ec32a (patch) | |
tree | 9977e277b060ce0d01bb8a40c9b5a48dedd87e34 /changes | |
parent | c0aa7ac5acd7b6f1d261a8a6eb5db2d3571e1f2f (diff) | |
parent | 16f337e7639c42b5c6106d6bc9828cb9e6614054 (diff) | |
download | tor-928235506b1ab6c5f0e92ae1c3606c8d870ec32a.tar.gz tor-928235506b1ab6c5f0e92ae1c3606c8d870ec32a.zip |
Merge branch 'maint-0.3.0'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug21027 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug21027 b/changes/bug21027 new file mode 100644 index 0000000000..d20df876fa --- /dev/null +++ b/changes/bug21027 @@ -0,0 +1,8 @@ + o Major bugfixes (bridges): + + - When the same bridge is configured multiple times at different + address:port combinations (but with the same identity), treat + those bridge instances as separate guards. This allows clients to + configure the same bridge with multiple pluggable transports, once + again. Fixes bug 21027; bugfix on 0.3.0.1-alpha. + |