2013-08-25 18:03:57 +02:00
|
|
|
o Minor bugfixes:
|
|
|
|
|
|
|
|
- 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
|
2013-08-25 18:49:16 +02:00
|
|
|
names as command-line options. Fixes bugs 4647 and 9578; bugfix on
|
|
|
|
0.0.9pre5.
|
2013-08-25 18:03:57 +02:00
|
|
|
|
2013-08-25 19:13:18 +02:00
|
|
|
- No longer allow 'tor --hash-password' with no arguments. Fixes bug
|
|
|
|
9573; bugfix on 0.0.9pre5.
|
2013-08-25 18:03:57 +02:00
|
|
|
|
2013-09-03 16:30:50 +02:00
|
|
|
o Minor features:
|
|
|
|
|
|
|
|
- Support a --dump-config optoin to dump some or all of the configured
|
|
|
|
options. Mainly useful for debugging the command-line option parsing
|
|
|
|
code.
|
|
|
|
|
|
|
|
|