bug4647 623 B

123456789101112131415161718
  1. o Minor bugfixes:
  2. - Use a single command-line parser for parsing torrc options on the
  3. command line and for finding special command-line options to avoid
  4. inconsistent behavior for torrc option arguments that have the same
  5. names as command-line options. Fixes bugs 4647 and 9578; bugfix on
  6. 0.0.9pre5.
  7. - No longer allow 'tor --hash-password' with no arguments. Fixes bug
  8. 9573; bugfix on 0.0.9pre5.
  9. o Minor features:
  10. - Support a --dump-config optoin to dump some or all of the configured
  11. options. Mainly useful for debugging the command-line option parsing
  12. code.