aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-25 13:13:18 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-13 12:36:40 -0400
commit75d795b1d7f6bbb2a9b48f81cfc2a2d03e11307f (patch)
tree5141563cac08adde98af12be57e7409e95e65f7c /changes
parentb523167f2f51479c325fbda4d1a85e9ee5ed02ec (diff)
downloadtor-75d795b1d7f6bbb2a9b48f81cfc2a2d03e11307f.tar
tor-75d795b1d7f6bbb2a9b48f81cfc2a2d03e11307f.tar.gz
Disallow --hash-password with no commandline arguments.
Fixes bug 9573. Bugfix on 59453ac6e in 0.0.9pre5, which fixed a crash in a silly way.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug46474
1 files changed, 2 insertions, 2 deletions
diff --git a/changes/bug4647 b/changes/bug4647
index 2ad08fec3..162a69c42 100644
--- a/changes/bug4647
+++ b/changes/bug4647
@@ -6,6 +6,6 @@
names as command-line options. Fixes bugs 4647 and 9578; bugfix on
0.0.9pre5.
-
-
+ - No longer allow 'tor --hash-password' with no arguments. Fixes bug
+ 9573; bugfix on 0.0.9pre5.