summaryrefslogtreecommitdiff
path: root/changes/bug9162
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
committerRoger Dingledine <arma@torproject.org>2014-02-12 03:59:59 -0500
commit7c39bf0e447a456a9999b3de95ed17fa0e86f157 (patch)
tree2befb835b53e0638f54d986d23311003996b2724 /changes/bug9162
parent0ee449ca92dc7f25517a63b63f4d521fdd48410b (diff)
downloadtor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.tar.gz
tor-7c39bf0e447a456a9999b3de95ed17fa0e86f157.zip
go through and rewrite the changes files to be more user-facing
Diffstat (limited to 'changes/bug9162')
-rw-r--r--changes/bug916210
1 files changed, 6 insertions, 4 deletions
diff --git a/changes/bug9162 b/changes/bug9162
index c1a247a97f..b5ac27f5b6 100644
--- a/changes/bug9162
+++ b/changes/bug9162
@@ -1,6 +1,8 @@
o Minor bugfixes:
- - Fix a get_configured_bridge_by_addr_port_digest() function so
- that it would return a bridge with given address and port even
- if bridge digest is not specified by caller. Fixes bug 9162;
- bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".
+ - Fix a bug where the first connection works to a bridge that uses a
+ pluggable transport with client-side parameters, but we don't send
+ the client-side parameters on subsequent connections. (We don't
+ use any pluggable transports with client-side parameters yet,
+ but ScrambleSuit will soon become the first one.) Fixes bug 9162;
+ bugfix on 0.2.0.3-alpha. Based on a patch from "rl1987".