diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-28 15:56:37 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-28 15:56:37 -0500 |
commit | c563551eefefdf5a8e5e32feb1ca84a517770fda (patch) | |
tree | c29dd94702a21cfd8debb9cf7c56b060bcfca9cd /changes | |
parent | da876aec63b133b64eb6e71f8b87df5c84e7ec3b (diff) | |
parent | 120a7453465260ddf84770ed1e5e289afe1b14b3 (diff) | |
download | tor-c563551eefefdf5a8e5e32feb1ca84a517770fda.tar.gz tor-c563551eefefdf5a8e5e32feb1ca84a517770fda.zip |
Merge remote-tracking branch 'origin/maint-0.2.1' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4786 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug4786 b/changes/bug4786 new file mode 100644 index 0000000000..7c1c60f632 --- /dev/null +++ b/changes/bug4786 @@ -0,0 +1,9 @@ + - Feature removal: + - When sending or relaying a RELAY_EARLY cell, we used to convert + it to a RELAY cell if the connection was using the v1 link + protocol. This was a workaround for older versions of Tor, which + didn't handle RELAY_EARLY cells properly. Now that all supported + versions can handle RELAY_EARLY cells, and now that we're + enforcing the "no RELAY_EXTEND commands except in RELAY_EARLY + cells" rule, we're removing this workaround. Addresses bug 4786. + |