diff options
author | Roger Dingledine <arma@torproject.org> | 2014-02-25 15:05:06 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2014-02-25 15:05:06 -0500 |
commit | 4ef52cc16759eb75523b9694d75d051c01ba994c (patch) | |
tree | 62edc6c3274f0e2a14f278cdeb8f7252eb246f03 /changes/feature9777 | |
parent | 4428a14616c1a97430f9dab5419f2426f97c8883 (diff) | |
parent | d7950eda2bfd927a18df4a2620952d10dda1705c (diff) | |
download | tor-4ef52cc16759eb75523b9694d75d051c01ba994c.tar.gz tor-4ef52cc16759eb75523b9694d75d051c01ba994c.zip |
Merge branch 'maint-0.2.4' into release-0.2.4
Diffstat (limited to 'changes/feature9777')
-rw-r--r-- | changes/feature9777 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/feature9777 b/changes/feature9777 new file mode 100644 index 0000000000..312b5e034e --- /dev/null +++ b/changes/feature9777 @@ -0,0 +1,3 @@ + o Minor features: + - Avoid using circuit paths if no node in the path supports the ntor + circuit extension handshake. Implements ticket 9777. |