diff options
author | Roger Dingledine <arma@torproject.org> | 2010-11-09 21:50:30 -0500 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2010-11-09 21:50:30 -0500 |
commit | 6b4db953c9c1416683da160bd2419dc0eb50e9bd (patch) | |
tree | ecbf09446c83e9d3ba5040356cc07bb2f7f58203 /changes/relay_early_rend | |
parent | 70411a50b1204c8a1551c0c60428494202b4afe9 (diff) | |
download | tor-6b4db953c9c1416683da160bd2419dc0eb50e9bd.tar.gz tor-6b4db953c9c1416683da160bd2419dc0eb50e9bd.zip |
fold the changes files into a changelog
Diffstat (limited to 'changes/relay_early_rend')
-rw-r--r-- | changes/relay_early_rend | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/changes/relay_early_rend b/changes/relay_early_rend deleted file mode 100644 index 411a0f6408..0000000000 --- a/changes/relay_early_rend +++ /dev/null @@ -1,6 +0,0 @@ - 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. |