aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2011-11-16 17:30:24 -0500
committerNick Mathewson <nickm@torproject.org>2011-11-16 17:30:24 -0500
commit240893451694a19a3cf9ba7ddcaea6bb37581406 (patch)
tree93ad25ff7e0046167e093ed1b64d51a7853cc1c0 /changes
parent07a5fd10544be1ce382e02824617685d960ab3b7 (diff)
parent7bd46344df500439e0c90aaec23d8a61f055e7d9 (diff)
downloadtor-240893451694a19a3cf9ba7ddcaea6bb37581406.tar.gz
tor-240893451694a19a3cf9ba7ddcaea6bb37581406.zip
Merge remote-tracking branch 'sebastian/bug2893'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug28935
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug2893 b/changes/bug2893
new file mode 100644
index 0000000000..f6d235cf53
--- /dev/null
+++ b/changes/bug2893
@@ -0,0 +1,5 @@
+ o Minor bugfixes:
+ - Allow manual 'authenticate' commands to the controller interface
+ from nc as well as telnet. We were rejecting them because they
+ didn't come with the expected whitespace at the end of the command.
+ Bugfix on 0.1.1.1-alpha; fixes bug 2893.