diff options
author | Kaidan <fishstacks@protonmail.com> | 2018-07-08 06:54:14 +1000 |
---|---|---|
committer | Kaidan <fishstacks@protonmail.com> | 2018-07-08 06:54:14 +1000 |
commit | 5f097080460d54fb34ba116e84c1ab4dfc8dc744 (patch) | |
tree | 1bb230b24e05e556e8eb3111ed926db61287cdf7 /changes | |
parent | 10c782d7fa227bb426af5bcbe0073c366d93594a (diff) | |
download | tor-5f097080460d54fb34ba116e84c1ab4dfc8dc744.tar.gz tor-5f097080460d54fb34ba116e84c1ab4dfc8dc744.zip |
#26502: Stop using fallback blacklist
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug26502 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug26502 b/changes/bug26502 new file mode 100644 index 0000000000..b3fabda6b1 --- /dev/null +++ b/changes/bug26502 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - 'updateFallbackDirs.py' now ignores the blacklist file as it's not longer needed + Fixes bug 26502; bugfix on 0.3.5.0-alpha. |