aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-05-01 11:51:22 -0400
committerNick Mathewson <nickm@torproject.org>2014-05-01 11:51:22 -0400
commit1bbd3811c1c98e6a630ab96f15a376910a576626 (patch)
treef54b5c97109877aca1264e117a71b1f056f8d853 /changes
parent9da17ad410b0b510c2e8cdaa2168fd020f3dc8c2 (diff)
parentce450bddb7b66e73e34eec3844623884cbbcc27c (diff)
downloadtor-1bbd3811c1c98e6a630ab96f15a376910a576626.tar
tor-1bbd3811c1c98e6a630ab96f15a376910a576626.tar.gz
Merge remote-tracking branch 'public/bug10849_025'
Conflicts: src/or/config.c
Diffstat (limited to 'changes')
-rw-r--r--changes/bug10849_0256
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10849_025 b/changes/bug10849_025
new file mode 100644
index 000000000..1a3b71bab
--- /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.