summaryrefslogtreecommitdiff
path: root/changes/bug3898a
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2011-09-02 07:01:55 -0400
committerRoger Dingledine <arma@torproject.org>2011-09-02 07:01:55 -0400
commite0dae64449958f4c80e6da1ee6a336a60ffc21d5 (patch)
tree1aaef00e3e000bc6b16d4e175d09f08e17adf98b /changes/bug3898a
parentcc33ac362b1e0e046ddbeae30da1810aef781e8f (diff)
downloadtor-e0dae64449958f4c80e6da1ee6a336a60ffc21d5.tar.gz
tor-e0dae64449958f4c80e6da1ee6a336a60ffc21d5.zip
Correct man page: multiple control auth styles can be set at once
Diffstat (limited to 'changes/bug3898a')
-rw-r--r--changes/bug3898a6
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug3898a b/changes/bug3898a
new file mode 100644
index 0000000000..d40445e340
--- /dev/null
+++ b/changes/bug3898a
@@ -0,0 +1,6 @@
+ o Minor bugfixes:
+ - Correct the man page to explain that HashedControlPassword and
+ CookieAuthentication can both be set, in which case either method
+ is sufficient to authenticate to Tor. Bugfix on 0.2.0.7-alpha,
+ when we decided to allow these config options to both be set. Issue
+ raised by bug 3898.