diff options
author | Nick Mathewson <nickm@torproject.org> | 2010-12-07 11:35:49 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2010-12-07 11:35:49 -0500 |
commit | f924fbf19f1244eed568bc799f77d8fb288c801d (patch) | |
tree | 2b51f2a02033d67d26a755b9346063d1c1193603 /changes | |
parent | dc2f10bd81cfcfdd65bad38a34c042259b1c1ece (diff) | |
parent | 5efe6f04c68debe6ef9307d0ed98f67ed5ca5f46 (diff) | |
download | tor-f924fbf19f1244eed568bc799f77d8fb288c801d.tar.gz tor-f924fbf19f1244eed568bc799f77d8fb288c801d.zip |
Merge branch 'bug2081_followup_022' into maint-0.2.2
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug2081_followup | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/changes/bug2081_followup b/changes/bug2081_followup new file mode 100644 index 0000000000..a53227c38e --- /dev/null +++ b/changes/bug2081_followup @@ -0,0 +1,9 @@ + o Minor features (authorities) + - Directory authorities now reject relays running any versions of + 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. + |