diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-10-21 10:52:12 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-10-21 10:52:12 -0400 |
commit | 2c3dafc342b94e9674b62ebd1a1da00bab615a86 (patch) | |
tree | dec12a9fade9ffe4753f11a7b02e8eaae269d70f /changes/relay_early_rend | |
parent | d17b9bf1a5ba2fba56293e7024d6f8f43e3688ab (diff) | |
parent | ea7f4be6d271639bff0731108751a0b20c0b860e (diff) | |
download | tor-2c3dafc342b94e9674b62ebd1a1da00bab615a86.tar.gz tor-2c3dafc342b94e9674b62ebd1a1da00bab615a86.zip |
Merge remote branch 'origin/maint-0.2.2'
Diffstat (limited to 'changes/relay_early_rend')
-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. |