diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-07 11:35:32 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-07 11:35:32 -0500 |
commit | 5efe6f04c68debe6ef9307d0ed98f67ed5ca5f46 (patch) | |
tree | 22515a819778450b658c6e1cd4dfd99451beee0d /changes/bug2081_followup | |
parent | 8f31a9da43a7963cd2e08f107220f2e3fc3aed27 (diff) | |
download | tor-5efe6f04c68debe6ef9307d0ed98f67ed5ca5f46.tar.gz tor-5efe6f04c68debe6ef9307d0ed98f67ed5ca5f46.zip |
Reject relay versions older than 0.2.0.26-rc
This was the first version to cache the correct directory information.
Fixes bug 2156.
Diffstat (limited to 'changes/bug2081_followup')
-rw-r--r-- | changes/bug2081_followup | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug2081_followup b/changes/bug2081_followup index 9b81bc125c..a53227c38e 100644 --- a/changes/bug2081_followup +++ b/changes/bug2081_followup @@ -3,4 +3,7 @@ Tor between 0.2.1.3-alpha and 0.2.1.18 inclusive; they have known bugs that keep RELAY_EARLY cells from working on rendezvous circuits. Followup to fix for bug 2081. + - Directory authorities now reject relays running any version of Tor + older than 0.2.0.26-rc. That is the earliest version that fetches + current directory information correctly. Fix for bug 2156. |