diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-05-01 11:51:22 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-05-01 11:51:22 -0400 |
commit | 1bbd3811c1c98e6a630ab96f15a376910a576626 (patch) | |
tree | f54b5c97109877aca1264e117a71b1f056f8d853 /changes | |
parent | 9da17ad410b0b510c2e8cdaa2168fd020f3dc8c2 (diff) | |
parent | ce450bddb7b66e73e34eec3844623884cbbcc27c (diff) | |
download | tor-1bbd3811c1c98e6a630ab96f15a376910a576626.tar.gz tor-1bbd3811c1c98e6a630ab96f15a376910a576626.zip |
Merge remote-tracking branch 'public/bug10849_025'
Conflicts:
src/or/config.c
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10849_025 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10849_025 b/changes/bug10849_025 new file mode 100644 index 0000000000..1a3b71bab2 --- /dev/null +++ b/changes/bug10849_025 @@ -0,0 +1,6 @@ + o Removed code: + - The TunnelDirConns and PreferTunnelledDirConns options no longer + exist; tunneled directory connections have been available since + 0.1.2.5-alpha, and turning them off is not a good idea. This is a + brute-force fix for 10849, where "TunnelDirConns 0" would break + hidden services. |