diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-09-22 10:42:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-09-22 10:42:54 -0400 |
commit | d3382297fea0317880acb2c9d7d323be5027ff41 (patch) | |
tree | e96874f87c97702e121b4f7ac0d8bb1b590f4d36 /changes | |
parent | 01b23a6d49f039d831074ead18dfd38548809a7d (diff) | |
parent | 530fac10aaef5e38327c8704d657a2e67987f102 (diff) | |
download | tor-d3382297fea0317880acb2c9d7d323be5027ff41.tar.gz tor-d3382297fea0317880acb2c9d7d323be5027ff41.zip |
Merge remote-tracking branch 'arma/feature13153'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature13153 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature13153 b/changes/feature13153 new file mode 100644 index 0000000000..15f8fe8b4f --- /dev/null +++ b/changes/feature13153 @@ -0,0 +1,5 @@ + o Code simplication: + - Clients are now willing to send optimistic circuit data (before they + receive a 'connected' cell) to relays of any version. We used to + only do it for relays running 0.2.3.1-alpha or later, but now all + relays are new enough. Resolves ticket 13153. |