diff options
author | Nick Mathewson <nickm@torproject.org> | 2011-04-28 10:05:32 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2011-04-28 21:06:07 -0400 |
commit | cd42ae71850985ed8dd34ae73dc6265a643fcb13 (patch) | |
tree | 817a5ce16100a1d049328dd6b450d608ec215e28 /changes/bug3022 | |
parent | 0130e7c9d2842ad58e1b84829aeab16a2efba3bb (diff) | |
download | tor-cd42ae71850985ed8dd34ae73dc6265a643fcb13.tar tor-cd42ae71850985ed8dd34ae73dc6265a643fcb13.tar.gz |
Only authorities should automatically download v2 networkstatus documents
Clients and relays haven't used them since early 0.2.0.x. The only
remaining use by authorities learning about new relays ahead of scedule;
see proposal 147 for what we intend to do about that.
We're leaving in an option (FetchV2Networkstatus) to manually fetch v2
networkstatuses, because apparently dnsel and maybe bwauth want them.
This fixes bug 3022.
Diffstat (limited to 'changes/bug3022')
-rw-r--r-- | changes/bug3022 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3022 b/changes/bug3022 new file mode 100644 index 000000000..9472e6d19 --- /dev/null +++ b/changes/bug3022 @@ -0,0 +1,6 @@ + o Removed features + - Caches no longer download and serve v2 networkstatus documents + unless FetchV2Networkstatus flag is set: these documents haven't + haven't been used by clients or relays since 0.2.0.x. Resolves + bug 3022. + |