diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-01-29 15:17:05 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-01-29 15:17:05 -0500 |
commit | 3193cbe2bab9749f0e3cb48a31f6c1c8c61707a7 (patch) | |
tree | 72ce97eb89ecf28cced0f2098f1d23b4bc2f4283 /changes | |
parent | 4fe253ef40a96dbfb978752e9d2833e8b491ca28 (diff) | |
download | tor-3193cbe2bab9749f0e3cb48a31f6c1c8c61707a7.tar.gz tor-3193cbe2bab9749f0e3cb48a31f6c1c8c61707a7.zip |
Rip out all of the v2 directory code.
The remaining vestige is that we continue to publish the V2dir flag,
and that, for the controller, we continue to emit v2 directory
formats when requested.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10758 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug10758 b/changes/bug10758 new file mode 100644 index 0000000000..beadd9e5e5 --- /dev/null +++ b/changes/bug10758 @@ -0,0 +1,4 @@ + o Removed code + - Remove all code that existed to support the v2 directory system: + There are no longer any v2 directory authorities. Resolves + bug 10758. |