diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-12-28 15:57:48 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-12-28 15:57:48 -0500 |
commit | e3a6493898fdca78b3b562f7cf870a26be526f70 (patch) | |
tree | f0998cc5dd971d0f6024d156548d30ca9f75bc57 /changes | |
parent | 2b189a222b76bad7c194442819f3181151f0198f (diff) | |
parent | c563551eefefdf5a8e5e32feb1ca84a517770fda (diff) | |
download | tor-e3a6493898fdca78b3b562f7cf870a26be526f70.tar.gz tor-e3a6493898fdca78b3b562f7cf870a26be526f70.zip |
Merge remote-tracking branch 'origin/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. + |