bug6507 758 B

123456789101112131415
  1. o Major bugfixes:
  2. - Detect 'ORPort 0' as meaning, uniformly, that we're not running
  3. as a server. Previously, some of our code would treat the
  4. presence of any ORPort line as meaning that we should act like a
  5. server, even though our new listener code would correctly not
  6. open any ORPorts for ORPort 0. Similar bugs in other Port
  7. options are also fixed. Fixes bug 6507; bugfix on 0.2.3.3-alpha.
  8. o Minor features:
  9. - Detect and reject attempts to specify both 'FooPort' and
  10. 'FooPort 0' in the same configuration domain. (It's still okay
  11. to have a FooPort in your configuration file,and use 'FooPort 0'
  12. on the command line to disable it.) Fixes another case of
  13. bug6507; bugfix on 0.2.3.3-alpha.