diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-03-24 09:18:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-03-24 09:25:35 -0400 |
commit | 05f7336624d6a47b3cf0fe827097cd526a130873 (patch) | |
tree | ca940f200cda7fbf1887f08215107e5f1c22c42d /changes | |
parent | 0f31080d63d74c25ef9ae8f2df786a1bf115b187 (diff) | |
download | tor-05f7336624d6a47b3cf0fe827097cd526a130873.tar.gz tor-05f7336624d6a47b3cf0fe827097cd526a130873.zip |
Remove version checks for microdescriptor support
At this point, relays without microdescriptor support are no longer
allowed on the Tor network.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/remove_old_version_checks | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changes/remove_old_version_checks b/changes/remove_old_version_checks index 28cd48d2e0..fe4dab9e19 100644 --- a/changes/remove_old_version_checks +++ b/changes/remove_old_version_checks @@ -1,3 +1,5 @@ o Removed features: - Tor no longer contains workarounds for stat files generated by super-old versions of Tor that didn't choose guards sensibly. + - Tor no longer contains checks for ancient directory cache versions + that didn't know about microdescriptors. |