diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-23 09:22:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-23 09:22:16 -0400 |
commit | 01d988d72f9eae798a36d1c8bb226b9e8f4fe3f1 (patch) | |
tree | 53674115bd903c5d7e48deedb99e2c2ee39bf040 /changes | |
parent | f1204e0c029b40d11360da57045ad9ae51264744 (diff) | |
parent | d68bbb0a2939927eef221d8f9543a016f2c88245 (diff) | |
download | tor-01d988d72f9eae798a36d1c8bb226b9e8f4fe3f1.tar.gz tor-01d988d72f9eae798a36d1c8bb226b9e8f4fe3f1.zip |
Merge remote-tracking branch 'teor/bug-15642-v3-fallback-unit-tests'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug-15642-default-fallback-default-dirs | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/changes/bug-15642-default-fallback-default-dirs b/changes/bug-15642-default-fallback-default-dirs new file mode 100644 index 0000000000..a1e194bf1e --- /dev/null +++ b/changes/bug-15642-default-fallback-default-dirs @@ -0,0 +1,10 @@ + o Minor bugfixes (configuration, unit tests): + - Only add the default fallback directories when the DirAuthorities, + AlternateDirAuthority, and FallbackDir directory config options + are set to their defaults. + The default fallback directory list is currently empty, this fix + will only change tor's behaviour when it has default fallback + directories. + Includes unit tests for consider_adding_dir_servers(). + Fixes bug 15642; bugfix on 90f6071d8dc0 in 0.2.4.7-alpha. + Patch by "teor". |