diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-21 10:49:44 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-21 10:49:44 -0400 |
commit | ea7f4be6d271639bff0731108751a0b20c0b860e (patch) | |
tree | 1d40384a081a618a57815c4b4f75d9d698d6926e /changes | |
parent | 0ac9a3df6c4ca57dbf5c04ac50d74747451d1494 (diff) | |
parent | d3b67cba3c1767a50aad5e6c7f71b2986414ca32 (diff) | |
download | tor-ea7f4be6d271639bff0731108751a0b20c0b860e.tar.gz tor-ea7f4be6d271639bff0731108751a0b20c0b860e.zip |
Merge remote branch 'sebastian/relay_early_rend' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/relay_early_rend | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/relay_early_rend b/changes/relay_early_rend new file mode 100644 index 0000000000..411a0f6408 --- /dev/null +++ b/changes/relay_early_rend @@ -0,0 +1,6 @@ + o Code simplifications and refactorting: + - When we fixed bug 1038 we had to put in a restriction not to send + RELAY_EARLY cells for relay cells on rend circuits. This was necessary + as long as relays using Tor 0.2.1.3-alpha through 0.2.1.18-alpha were + active. Since this isn't the case anymore, we unify our behaviour here. + Implements bug 2081. |