aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-04-25 14:24:41 -0400
committerNick Mathewson <nickm@torproject.org>2014-04-25 14:24:41 -0400
commitf8248abbd6c5e04037cedee29a8867700617acde (patch)
treec23af6c2e07fc5cf0a9c6fc0cb522bc759574687 /changes
parentb0e1ddbd98038e3c7326970887c74f169701cf35 (diff)
downloadtor-f8248abbd6c5e04037cedee29a8867700617acde.tar
tor-f8248abbd6c5e04037cedee29a8867700617acde.tar.gz
Forbid TunneledDirConns 0 and PreferTunneledDirConns 0 if being a HS
Fixes bug 10849; bugfix on 0.2.1.1-alpha (I believe)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug10849_0236
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug10849_023 b/changes/bug10849_023
new file mode 100644
index 000000000..480dea3de
--- /dev/null
+++ b/changes/bug10849_023
@@ -0,0 +1,6 @@
+ o Major bugfixes:
+ - When running a hidden service, do not allow TunneledDirConns 0;
+ this will keep the hidden service from running, and also
+ make it publish its descriptors directly over HTTP. Fixes bug 10849;
+ bugfix on 0.2.1.1-alpha.
+