diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-25 12:49:16 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-09-13 12:36:39 -0400 |
commit | 34ec954f8ef8201fd16942acca55ac19db8ff7b7 (patch) | |
tree | e55303f6c61dfaa3c918e0b9cfe57181eb8c839c /changes | |
parent | d98dfb3746790448b0dcff2aa9a00e5e2602688a (diff) | |
download | tor-34ec954f8ef8201fd16942acca55ac19db8ff7b7.tar.gz tor-34ec954f8ef8201fd16942acca55ac19db8ff7b7.zip |
Expose commandline parser so that we can use it for --quiet,etc.
Fix for bug 9578.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4647 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/changes/bug4647 b/changes/bug4647 index ed4c1ff319..2ad08fec31 100644 --- a/changes/bug4647 +++ b/changes/bug4647 @@ -3,7 +3,8 @@ - Use a single command-line parser for parsing torrc options on the command line and for finding special command-line options to avoid inconsistent behavior for torrc option arguments that have the same - names as command-line options. Fixes bugs 4647; bugfix on 0.0.9pre5. + names as command-line options. Fixes bugs 4647 and 9578; bugfix on + 0.0.9pre5. |