aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-25 12:49:16 -0400
committerNick Mathewson <nickm@torproject.org>2013-09-13 12:36:39 -0400
commit34ec954f8ef8201fd16942acca55ac19db8ff7b7 (patch)
treee55303f6c61dfaa3c918e0b9cfe57181eb8c839c /changes
parentd98dfb3746790448b0dcff2aa9a00e5e2602688a (diff)
downloadtor-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/bug46473
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.